How can I know the max price frome candle close above ma50 until it close below ma50?
-
I desire to know what price have been the highest during the last period from a candle close above ma50 until it close below ma50.
I am triying to use the block modify variable when the first candle close above ma50, and after the candle close below ma50 use the block draw arrow and in price i use the market propertie highest price (candle period) and the end candle be the candle that close above ma50.
But i cant get this
Thanks.
-
Like this?
-
Yes that is that i wanted. Thanks!
-
@roar
Never thought one can DIY a loop with the condition block. You inspired me