Your post will be published after a quick review.
Hi
I am running a bot from trading view and would like to modify an existing trade, move stoploss or increase the tp
{
"symbol": "NAS100",
"order_type": "MODIFY",
"signal_id":"TRADE123",
"stop_loss" : "1",
"take_profit" : ["12"],
}
3 months ago