Setting up TradingView Webhooks
{ "ticker": "NQ", "action": "{{strategy.order.action}}", "sentiment": "{{strategy.market_position}}", "quantity": "{{strategy.order.contracts}}", "price": "{{close}}", "platformType": "projectx", "accountId": "your_account_id", "tp": "100", "sl": "20" }
Last updated