How too check new up coming candles
-
I want to check the up coming 4 hour candles from candle number 7 too 16 in a week, so how i can do this, for previous candles which have been passed can be checked by giving the candle id number but how too check the candles which will come later ?
For Example :
New week is just started and there are total 30 candles in a week, I want too check my conditions after 7 candle of 4 hour up too 16 candle of 4 hour in current week, please help. -
Try this:
-
Thank's l'andorrà :
Please guide from i will get this bar counter, like i know this is variable but from which condition i will get the bar-counter values ? -
You need to create a variable like mine with an initial value of 0. Then you can modify when you want to begind/end counting on blocks 2 and 4 in my example.