- Credits
- 11
Sorry , I think there was a bug.
I coded not to trade on Friday......
I added TRUE/FALSE flag so that you can select to stop(pause) EA or not.

If Stop_On_Friday =TRUE, EA will not trade on Friday.
If Stop_On_Friday =FALSE, EA will trade on Friday.
If Use_Friday timer =TRUE, EA will close all positons(orders) in a specific time on Friday.
Which EA can I fix? Please tell me what EA you are using? I will fix and upload here. Thanks.
I coded not to trade on Friday......
Code:
DayOfWeek()!=5
I added TRUE/FALSE flag so that you can select to stop(pause) EA or not.
If Stop_On_Friday =TRUE, EA will not trade on Friday.
If Stop_On_Friday =FALSE, EA will trade on Friday.
If Use_Friday timer =TRUE, EA will close all positons(orders) in a specific time on Friday.
Which EA can I fix? Please tell me what EA you are using? I will fix and upload here. Thanks.
