day of week filter
-
Hi, im trying to figure out how to use the "weekday filter" block with true/false statements in a way that the mt4 backtester can run optimisations. So the backtest optimiser automatically runs through each day of the week with either true or false statements during the optimisation. Hope my question is clear.
-
@piptheripper That is an interesting thing to do. I have to admit I'm not sure that is possible to do. Does anyone know?
The first idea that comes to my mind is using numbers 1 to 5 for each weekday ant then then optimze them as varianles and not as days. Would it be possible?