πͺEntryType and Deviation
How to set the EntryType and Deviation for the Futures Bot
Option 1: "ASAP":
"entryType": "ASAP",
"deviation": 1,
"cancelTrade": 2400,Option 2: "DEVIATION":
"entryType": "DEVIATION",
"deviation": 1,
"cancelTrade": 2400,Option 3: "WAIT_FOR_ENTRY":
Option 4: "TRAILING_ENTRY"
Example 1: LONG trailing entry
Example 2: SHORT trailing entry
Option 5: "RANGE"
Option 6: Enter only in one direction - LONG or SHORT only
Last updated