candle wick calculation
-
how do i write.
candle ID1 candle wick is at least 50% retracement of bull candle ID2 but not touch the 31.8. can only find wick size in pips and % of the ID1 candle itself. ???
-
You have all what is needed in some block like "Formula" one

If you want to calculate the UpperWickPercent in respect of the Candle Total size, you just need to use the "Formula" block
double UpperWickPercent
UpperWickPercent = (Candle upper wick size / Candle total size) * 100 -
@mcarl42 Interesting approach to use fibonacci retracement on candle sticks. Please update your solution here. Sounds interesting.
-
@trader-philipps yer i though so haha i"ll figure it out.
do u know how i can write ma cross say 10 candles ago but could be 6 to 15 candles ago in a time range. ?? ta
-
@mcarl42 or
ma cross then that block passes and stays passed waiting for trading action.
multitime frame is only way i can think?
-
@mcarl42 On x> / x< you might change the parameter for width, but I'm nit sure that this would be exactly what you are looking for. If you specify width of 5. the cross could have happened within the last 5 candles and it has not crossed down yet again. Maybe that help a bit!?!