How do you stop and then restart the program?
-
I would like to close all orders and stop the program every evening and then restart it the next day. How can I do?
-
@nikolas_m_s You will need a switch on/off variable delimiatated by a time schedule. A boolean variable (true/false) can do that.
-
@l-andorrà
Grazie mille. Mi dici quale funzione dovrei inserire nel programma per sospenderlo dopo n perdite e poi per chiudere tutte le operazioni in corso la sera e farlo ripartire qualche ora dopo?Thanks so much. Can you tell me which function I should insert in the program to suspend it after n losses and then to close all the operations in progress in the evening and restart it a few hours later?
-
@nikolas_m_s I'm afraid I don't speakItalian, sorry. Try this:
https://fxdreema.com/shared/3UvU4HJwc
Please consider that block 2 should be on top of your launching tree.