Size belongs to the subscription — one account following one strategy — not to the strategy itself. That is what lets the same signal put one contract on an evaluation and four on a funded account.
sl in the alert.Four methods, set per account and not per strategy.
Size belongs to the subscription — one account following one strategy — not to the strategy itself. That is what lets the same signal put one contract on an evaluation and four on a funded account.
sl in the alert.Step-by-step
A TradingView alert message is just text, and if that text is valid JSON, TradingView posts it with an application/json content type. Everything below is about what to put in it — including the two fields that turn "do this" into "be this", which is the single best protection against an alert that fires twice.
A Pine strategy on a chart cannot place an order. TradingView can only fire an alert, and an alert is an HTTP request to a URL — it carries no broker, no account and no authentication. Everything between that request and a fill is what this page is about, including the five places the path can stop and what each one says when it does.
Also in Strategies and signals