Every "n" bars.
-
Hello.
When I use " If trade- every "n" bars- close trades" the tester close the trade at 18 bars aprox (18-20), no matter how many bars I selected.
I tested it with a very simple EA and works wrong, it´s a bug? Can I do it with another logic?Thanks

-
thats true, something is not ok with this block ...

I tried and it is ploting arrows every 2xN bars, it means when I set every 10, it plots every 20, when I set every 5, it plots every 10 ...
-
problem is here in block code:
this is original:

and maybe it must be like this:

admin can check it ...
-
Fixed

-
It´s working fine, thanks.