How to write code for automatic turn on and turn off Robot for someday.
Created at 30 Aug 2018, 19:05
MA
How to write code for automatic turn on and turn off Robot for someday.
30 Aug 2018, 19:05
Hi everyone. How to write code for automatic turn on for someday at time set time and turn off in another day. Thank you.
PanagiotisCharalampous
31 Aug 2018, 10:34
Hi
In principle you could have a function that checks if the cBot should be working or not. See below
You should define the tradingStarts and tradingStops parameters yourself.
Then you can use this function to determine if the cBot should execute its logic or not. See below
However you will need to customize all the above according to your needs.
Best Regards,
Panagiotis
@PanagiotisCharalampous