Hello. I’m using an indicator in Trading View which defines Take Profit Targets and SL dynamically, based on the ATR (average true range). See picture for the example.
Is there a possibility to define this with a gainium bot? Here is the corresponding webhook message:
{
“trigger_limit_price”: {{plot(“[Automation] Long Limit Order Price”)}},
“trigger_cancel_unfilled”: true,
“trigger_opposite_close”: false,
“trigger_id”: “xxx”,
“trigger_order_type”: “limit”,
“trigger_leverage_value”: 1,
“trigger_tp_type”: “price”,
“trigger_tp_value”: {{plot(“[Automation] Long Position TP2”)}},
“trigger_sl_type”: “price”,
“trigger_sl_value”: {{plot(“[Automation] Long Position SL”)}}
}
I hope you understand what I mean. As far as I know about the gainium bots, there is the possibility to set “Take Profit” to webhook, but there is no field to define the webhook.
Sorry my english could be improved ![]()
Best regards, Olivier
