Are the conditions and logic here correct?
-
Are the conditions and logic here correct?
I want to work here on the zero candle and put several variants of the indicators used.
Please advise
https://fxdreema.com/shared/16zizpnyd -
Modified here, but EA does not open any trade even though the time is less than a minute.
Where is the mistake ?
https://fxdreema.com/shared/LxhUk1A6c -
@khalids222 HOW I CAN USE CURRENT PRICE NOW instead of CLOSE PRICE?How is it defined by the variable?
I want to define it for comparison on the zero candle!
-
I'm not an expert at indicators, but I would say the only applied proces are those available at the display, and none of them is called 'current price'. I'm not completely sure what you are looking for.
-
@l-andorrà said in Are the conditions and logic here correct?:
I'm not an expert at indicators, but I would say the only applied proces are those available at the display, and none of them is called 'current price'. I'm not completely sure what you are looking for.
I want to compare the current price with the same second and not after closing or opening the candle?
this is what I want

-

-
@khalids222 When using candle ID 0, "close" price is actually the current price.
-
@roar This solves all the problems, thank you very much
But does this also apply to indicators or candles only? -
@khalids222 indicators are derived from candles, so yeah it applies to indicators as well
-
@roar said in Are the conditions and logic here correct?:
indicators are derived from candles, so yeah it applies to indicators as well
thank you very much
-
@roar I tried to use the zero candle on the shutdown to get the current price, but the EA did not work. I also set a variable that did not work. I don’t know what the problem is.
Is Zero Close actually considered the current price.

-
"Applied price" does not mean any price value, dont use it like that.
Applied price refers to different parts of the candle: open, high, low, close, as you can see from the drop-down.