Update settings by signal
✔ Learn how to update module settings by TradingView signals on the Finandy platform: sending signals with the 'update' parameter, updating take profit and other modules.
Last updated
✔ Learn how to update module settings by TradingView signals on the Finandy platform: sending signals with the 'update' parameter, updating take profit and other modules.
Last updated
{
"name": "Hook 123",
"secret": "234",
"side": "buy",
"symbol": "XRPUSDT",
"tp": {
"orders": [
{
"price": "0.326"
},
{
"price": "0.329"
},
{
"price": "0.331"
}
],
"update": true
}
}
{
"name": "Hook 123",
"secret": "234",
"side": "buy",
"symbol": "XRPUSDT",
"tp": {
"orders": [
{
"ofs": "2",
"price": "",
"piece": "33.3"
},
{
"ofs": "3.0",
"price": "",
"piece": "33.3"
},
{
"ofs": "4",
"price": "",
"piece": "33.4"
}
],
"update": true
}
}