Time to sleep after grid execution in seconds.
Last updated 4 months ago
sleep_after_seconds
Time to sleep after grid execution (seconds). Accepts values of integer and decimal types. It is possible to use formula as value.
formula
The orders will be executed with a delay of 300 seconds between executions.
“sleep_after_seconds”: “300"
The orders will be executed with a random delay of 30 - 90 seconds between executions.
“sleep_after_seconds”: “60*(0.5+())"
“sleep_after_seconds”: “60*(0.5+
())"
60 * (0.5 + random())
random