A Newbie Question :)
-
hello guys, I am new here. I'm trying to get the Min price value when MACD is below zero LVL (see the pic for more details). any ideas?

-
I'm afraid the only way to get it is by using a loop. Are you familiar with loops in fxDreema.
-
thanks for the reply, I know the loop block but IDK how to do it


-
@sajjad3245 Well, you will need two variables. One for counting each candle to be checked and another one to store the value of the MACD. Something like this:
-
thank you so much
-
You're welcome.