3 consecutive losses
-
Can someone tell me how to do that?
3 consecutive losses----> delay (n bars)I use blocks "consecutive losses" and "delay" (both realtime and visual mode) but it does not work and it is in seconds not bars.........
-
look somewhere in my posts how to use Candle counters, you need create one ...
I provided here few examples -
hard to find it
...https://fxdreema.com/shared/2P7vlmVue
on Tick section:

on Trade section:

some Constants and variables:


-
very nice. Don`t you think that in block 108 the condition should be : (waitNow==false) for the trades to be allowed ?
-
you can give condition: (waitNow==false) but than connect next blocks (109,etc) to 108 block orange output (now is yellow) ... I am working often only with true condition (I ask myself "is that true?" and if is, orange output, if is not than yellow) but it depends on what is for you familiar ...

-
Also take a look at this block "Skip Ticks"
-
Ok, got it now.......thanks
"skip ticks" does it work in tester?