I want to find candle low bigger than 10 pip
-
I want to find candle low bigger than 10 pip ; which bloke can help me?? please help
-
What do you exactly mean by 'low bigger than...'. Bigger respect to what?
-
@l-andorrà said in I want to find candle low bigger than 10 pip:
What do you exactly mean by 'low bigger than...'. Bigger respect to what
well in my strategy ,when the lower shadow is greater than 10 pips , it gives a buy signal.
with which block can I define the shadow greater then 10 pips?? -
single candle template
-
@jstap
thanks for your help but it doesn't work
in single candle template , lower wick size is %
but I need it to pips -
Then in a standard condition block you get candle wick size in pips, compare this to your pip size, use as a numeric value
-
@jstap
thanks my friend its worked

-
Your welcome