Set Current Market for Next Block and Time Filter Malfunction
-
The Set Current Market for Next Block has 5 currency pairs in it... But when I attach the EA to a chart.. Only one currency pair runs...
Also, the Time Filter prevented some trades from opening..
Please help
-
@ranjayforex Please, share your project
-
-
-
Is the only symbol running EURUSD maybe? I guess this is because it is executed on block 92, much later than block 1. Why is there just one symbol there and 5 in block 1?
-
@l-andorrà It is not executing on neither EurUsd.. It doesn't open any trade at all.. Eurusd is at 7:00 GMT.. while the others should be at 01:00GMT... But none is activating
-
@ranjayforex You have first "once per day" filter and following that, a cross condition. So the EA runs 1 tick each day, and checks if there is a cross on that 1 tick. If not, it will wait to next day and check that 1 tick again.