Close all trade on day end/ Close all trades on Friday
-
Hi, I need to know how to set blocks to close all running trades either on same day or close all trades on Friday. If using close all trades on same day then after closing all trades in certain time of the day, then robot will pick orders on next day. If using close all running trades on Friday at certain time then robot will not pick any order on friday after closing all trades.
Thanks for the help and regards.
-
@scoopyzam To close all trades on Friday, weekday filter-time filter-close trades block. To close trades at a set time, time filter-close trades block. You may need to add a flag to stop and start trades.
-
@jstap said in Close all trade on day end/ Close all trades on Friday:
@scoopyzam To close all trades on Friday, weekday filter-time filter-close trades block. To close trades at a set time, time filter-close trades block. You may need to add a flag to stop and start trades.
Thank you so much for the kind reply. If possible can you help me with the screen shot as I am new and learning, I tried your advise but keep doing it wrong. Thanks and regards.
-
@scoopyzam In here you'll see how to do it on Friday, the principles are the same for any other times: https://fxdreema.com/shared/82XzCMJte
-
@jstap said in Close all trade on day end/ Close all trades on Friday:
@scoopyzam In here you'll see how to do it on Friday, the principles are the same for any other times: https://fxdreema.com/shared/82XzCMJte
Thank you. A very kind of you. Let me practice on this. Have a bless full day. Regards.
-
@scoopyzam You too, let me know if something's not working
-
hi all, I want that if all open trades together are more then -100 that all the trades on friday 20:00 will be closed. Can someone help me ? Currently it still closes trades even if they are together -20 ? - see on the right in the priject: https://fxdreema.com/shared/a4hNIiz1b
-
You need to select 'lower than or equal' in block 119 instead of its current selection 'greater than or equal'.
-
Thanks works now (Y)
-
@Chikano11 You're welcome.