condition for unknown candle!
-
Hello
I need check for example candle 5m that start in 22:10 and if has my condition
check other next candles and when candle appear with my condition do for example BUY
How can i do this , that i don't know which next candles can appear with my condition
because when i know for example 2 candle later
i can use 2previous id for first and 0 for second !
Thanks -
lol its really hard to understand your question...
-
can this help ?

-
Create some variable which "remembers" that the first condition passed.
Example: bear bar -> modify variable bigbear to value 1condition: bigbear = 1
-> proceed to 2nd condition
(reset bigbear back to 0 so it signals only once per time) -
Thanks for your answer
but little i confused with your instroduction but i created this
https://fxdreema.com/shared/xgAOc0U9d
please see and say is it true and work ?
i test it with my conditions but not work!
please open conditions block and also and block and read my information
thanks -
https://fxdreema.com/shared/GEUH4hBoe
Maybe this helps.
I didn't really understand your example, but I think I know what youre meaning
In your example, connecting that AND block back to the "once per bar" creates a loop which never changes - thats bad
-
Thanks for your answer
is it true you think?
https://fxdreema.com/shared/DAtyKNd2d -
looks good