How can I know the price now?Is there an error?
-
I'm trying to figure out what the problem is here?
I want to use the current price to compare the moving average(1- 14) But on the Test, only one deal was opened ,Although there are several intersections
-
@khalids222 Hi! I think you need to know what "applied price" mean before work with it

-
@ambrogio no I do not want use parameter [close. Open etc] I need current price now
-
Why do you need to look for the last three candles when crossing can happen on candle ID 0, as you specify on both operands?

-
@ambrogio I want use candle 0 and I want select current price
-
Give it a try with
Price x> Indicator
Price x< Indicator

-
@l-andorrà I was just changing my settings, trying to figure out where the bug was.
-
Thank you for the help but Can you explain to me this point, how the prices could be greater than the closing candle (0)
-
@khalids222 Candle 0 does not have Close price because is still being formed. Close price (0) depends on the Ask/Bid (Mid) price and changes while the the price moves. For that reason, those specific blocks were developed on fxDreema. They look for crosses between the price and an indicator.
-
@josecortesllobat said in How can I know the price now?Is there an error?:
Candle 0 does not have Close price because is still being formed. Close price (0) depends on the Ask/Bid (Mid) price and changes while the the price moves. For that reason, those specific blocks were developed on fxDreema. They look for crosses between the price and an indicator.
Ok, thank you for the clarification.