collect/remember Close/open value of previous bar
-
Hello to all,
I have a problem/challenge to solve. I will try to explain the problem...
can I somehow collect/remember Close/open value of previous bar and to use this value in futures decisions which I need to take?
-
O, H, L and C values from every visible bar, and even from bars in different timeframes are already available: http://prntscr.com/d1xb54
Candle ID = 0 => this means the current bar. The previous bar is when Candle ID = 1
-
This is my problem:
https://fxdreema.com/shared/0NsTvyhCc
https://postimg.org/image/5ltfzbsar/
Please help to understand this problem.
-
This is my problem:
https://fxdreema.com/shared/0NsTvyhCc
https://postimg.org/image/5ltfzbsar/
Please help to understand this problem.
because price values is better comparing with "<, or >" and not with "==" ... you can try change it that way (avoid to use "==") ...