No trading from a specific date
-
Hi,
I'm trying to set up a block that doesn't allow to trade in December from a specific day (external parameter) till the month end.
It seems like there's no way to do this other than with code.
Can anybody help my with the code needed in a block "Custom MQL4 code" to make this filter.
Thanks in advance!
-
use simple condition:

-
@miro1360 Thank you so much!!!