Fractal Break
-
Looking to set up some notifications on fractal breaks.
Setup some pending orders as my base line, which works. I then created some arrows on my conditions. I can't seem to get either of the indicators as per the examples to draw the arrows as expected.
Could someone else have a look over and tell me what I am missing for the price to break the fractal value and draw an arrow.shared/UM8Tiih9
-
I think that on the arrows side, the problem comes from the "once per bar" block while you are setting a condition that happens in a single point. Try to delete this block.
I think aswell your block "price >x indicator" can be replaced by the same "condition" to the left but, below your "Dvalue_up" in adjust you can write "+5 pips". -
@sli1-0 You must take into account that the fractal indicator has a value on every candle, even if there are no fractal visible. In that case, the value is just 0. So make a condition: fractal up/dn is NOT 0 before any other condition.