Can I automate TradingView alerts to TradeLocker?
Yes. TradeLocker does not accept TradingView webhooks directly, so traders typically use a middleware service like PickMyTrade to translate TradingView alert JSON into TradeLocker API calls. Once connected, any alert that fires on your chart can place a live order on your TradeLocker prop or broker account. This is the most common setup people ask about in r/Daytrading and r/algotrading threads about TradeLocker.
Does TradeLocker have a native webhook URL like some brokers?
No, TradeLocker itself does not expose a public webhook endpoint you can paste into TradingView. Orders have to be placed through the TradeLocker API, which requires authentication and order formatting that TradingView alerts cannot send on their own. That is why users on ForexFactory and Reddit typically route alerts through a bridge such as PickMyTrade.
How do I connect PickMyTrade to my TradeLocker account?
In general you log into PickMyTrade, choose TradeLocker as the platform, select your broker or prop firm environment (demo vs live), and enter your TradeLocker email and password to authenticate. PickMyTrade then stores a session that can place orders on your behalf when TradingView alerts arrive. Exact steps can vary, so check PickMyTrade's current TradeLocker setup guide for the latest flow.
Can I automate a prop firm challenge on TradeLocker?
Yes, many traders run TradingView-based strategies on TradeLocker prop accounts (for example on FunderPro, The Funded Trader, or Alpha Capital Group) through PickMyTrade. The automation itself is allowed by most firms as long as you follow their EA/bot and copy-trading rules. Always re-read your specific firm's rulebook before turning automation on, because each firm has slightly different policies.
Is automated trading against TradeLocker's terms?
TradeLocker as a platform does not ban automation; it is generally the broker or prop firm sitting behind TradeLocker that decides what is and is not allowed. Some prop firms allow EAs and webhooks, others restrict HFT, tick-scalping, or latency arbitrage. Check your provider's T&Cs rather than TradeLocker's site.
Can I copy trade from TradingView to multiple TradeLocker accounts?
Yes. A single TradingView alert can be fanned out to several TradeLocker accounts (for example a live and a demo, or two prop accounts) using PickMyTrade's multi-account routing. Each account is triggered from the same webhook, so entries stay in sync. Sizing per account is typically configured per connection.
Do TradingView Pine Script strategies work on TradeLocker?
Pine Script itself does not execute on TradeLocker; it runs on TradingView's servers. What you can do is have the strategy fire alerts, and those alerts can place real orders on TradeLocker through a bridge like PickMyTrade. So the signal lives on TradingView, and the execution lives on TradeLocker.
What does the TradingView alert message look like for TradeLocker automation?
With PickMyTrade the alert is usually a JSON payload that includes symbol, side (buy/sell), quantity, and optional SL/TP. The bridge translates that into a TradeLocker order via API. Exact JSON templates are provided in the PickMyTrade dashboard so you do not have to write it from scratch.
Does TradeLocker support MQL4 or MQL5 Expert Advisors?
No. TradeLocker is a separate web-based platform and does not run MQL4/MQL5 EAs the way MT4/MT5 do. If you already have an EA, you would either have to rewrite the logic or replace the EA with a TradingView Pine strategy plus a webhook bridge into TradeLocker. This is a common point of confusion noted in r/Forex threads.
Can I run a grid or martingale bot on TradeLocker?
Technically the TradeLocker API can accept the orders a grid or martingale system would send, but most prop firms on TradeLocker ban or restrict grid/martingale strategies in their rules. So even if the tech allows it, your account may be failed on review. Always check your prop firm's rulebook before running that style.
How fast are TradingView-to-TradeLocker webhooks in practice?
End-to-end latency through a bridge like PickMyTrade is typically under a second under normal conditions, since it is alert -> bridge -> TradeLocker API. Actual fills then depend on the broker or prop firm's liquidity routing. It is usually fine for swing and intraday systems but not ideal for sub-second scalping.
Can I use webhooks to manage existing trades on TradeLocker (trailing stops, partial close)?
Yes, bridges like PickMyTrade support trade-management commands such as modify SL/TP, close partial, and close all, driven from TradingView alerts. So an alert can not only open a trade but also move the stop to breakeven or take 50% off at a target. The exact command set is documented in the bridge, not in TradeLocker itself.
Does TradeLocker expose a public API for developers?
TradeLocker provides an API to partners and integrated platforms, and there is developer documentation available for authenticated use. It is generally not a simple open REST key flow like some crypto exchanges; access and scope depend on the broker or prop firm account you have. Most retail traders use a pre-built integration (like PickMyTrade) instead of integrating directly.
Can I automate crypto on TradeLocker or only FX/CFD?
It depends on your broker. Some brokers on TradeLocker offer crypto CFDs or spot crypto alongside FX, while prop firms on TradeLocker are usually FX/indices/metals only. Automation support through PickMyTrade follows whatever instruments your specific TradeLocker account is allowed to trade.
Do I need a VPS to run automation on TradeLocker?
Not strictly. Because TradeLocker is web-based and the webhook bridge runs in the cloud, a VPS is not required the way it was for MT4 EAs. As long as TradingView can send the alert and the bridge is online, the trade will execute even with your computer turned off.
Can I backtest a strategy before running it live on TradeLocker?
Yes, but the backtest happens on TradingView, not on TradeLocker. You would backtest the Pine strategy on the TradingView chart, then when you are happy, point alerts from that strategy at your TradeLocker account through PickMyTrade. TradeLocker itself does not offer a built-in strategy backtester today.
What happens if my TradingView alert fires when TradeLocker is offline?
If TradeLocker or the underlying broker is down, the API call from the bridge will typically error out and the trade will not be placed. PickMyTrade logs failed webhook attempts so you can see which ones did not hit. It is important not to assume every alert equals an open position, especially around news or weekend gaps.
Can I size positions dynamically (risk-based) when automating TradeLocker?
Yes. Through PickMyTrade you can size by lot, by % of balance, or by fixed risk (pips to SL), and the bridge calculates the correct order size before it hits TradeLocker. This is useful when you want a single strategy to scale with account equity instead of a fixed lot. Exact options are visible in the automation setup UI.
Is automation reliable enough for a prop firm evaluation on TradeLocker?
Many traders pass prop firm evaluations using TradingView-to-TradeLocker automation, but reliability depends on your strategy, your bridge, and the firm's execution. Treat it like a live system: monitor for missed fills, slippage, and weekend gap events. Users on r/PropTradingFutures strongly recommend shadowing the automation for a week before relying on it for a funded account.
Can I automate news trading on TradeLocker?
The tech does not stop you, but most prop firms on TradeLocker have news-trading restrictions, and spreads on FX pairs widen heavily during releases. If you do run news automation via PickMyTrade, filter by time-of-day in your Pine script and check your firm's news-trading rules first.
Does PickMyTrade support stop loss and take profit on TradeLocker orders?
Yes. Both SL and TP can be attached to the entry order from the TradingView alert, and PickMyTrade passes them to TradeLocker as part of the order payload. You can also attach them later via a follow-up alert if your strategy sets targets after entry.
Can I run multiple strategies on one TradeLocker account at the same time?
Yes, but you have to be careful about conflicts (one strategy long, another short on the same pair) and about hedging rules set by the broker. PickMyTrade lets you tag orders per strategy so you can close the right trades when exit alerts fire. Treat each strategy as its own bucket of risk.
If I close a TradingView chart, will my TradeLocker automation still fire?
TradingView alerts continue to run on TradingView's servers as long as the alert is active and your TradingView plan supports server-side alerts. Closing the browser tab is fine. What you must avoid is deleting the alert or letting your TradingView subscription lapse.