One trade per bar (1hr chart, 1 trade every hour)
-
Hi guys,
I'm new to the forum and want to say that I appreciate everyones input here!Now let's get into it, I'm building a simple EA to test the works of the FxDreema system. Now I'm stuck because I wanted to add the filter to only open 1 trade per hourly candle. I added the block "Once per bar" but wherever I put this block, in the MT4 tester the test gets stuck after 1 bar. It just doesn't run any further, like the whole test just freezes as if it can't load anymore data. Where before, without the once per bar block added, the test runs smoothly. This is my project. This is just the last position I have tried to put the block, have basically tried every other position.
Look forward to your answers and thanks in advance! -
Do the following:
-
Create a completely separated tree for that trailing stop block on top of it. Use a 'Pass' block on top of it.
-
Use one only 'once per bar' block and put it in the same position the trailing stop block is now.
-
Specify candle ID 1 in all operands of all 'condition' blocks. (Select the 'Moppre settings' tab to see it).
-