Sorry, we don't support your browser.  Install a modern browser

TradingView integration (webhook) using structured payloads (JSON parsed message)#773

L

Hey,

I find the TV integration quite limited since we can only “Create Trade” or “Close Trade” using webhook alert.
What about allowing a full parsed message using JSON for example:
“exchange”:”binance_futures”,
“pair”:”BTCUSDT”,
“type”:”long”
“entry”:”105000”,
“stop_loss”:”103500”,
“take_profit”:[
“107000”,
“109000”,
“111000”
]
}
Or whatever template you want, allowing signal creation.

That would be a game changer in my opinion, especially since we could using “Position Tool” official indicator from TradingView for it:
https://www.tradingview.com/script/WGf6XZ6K-Position-Tool/

2 hours ago