Indicator longer period tween ID 1 to ID 20
-
Hello everyone
I have tried to find a way to ccompare indicator s between ID 1 to ID 20. but the only thing i can find is for candle. is there a thing for indicators?

like highest and lowest
-
@william-1 I don't think so.
-
Is its possible to link the same candle with a indicator? for example if the EA checking ID 4 and 8 its also check the value of indicator.
The reason i ask is because i like to make a divergence EA
-
@william-1 To check 2 candle ID's you can put 2 condition blocks in a row
-
What do you mean. How can that block know if the first time is ID 2 and after the next trade is ID 5
-
@william-1 1 block checks a previous candle, if true the next block checks a newer candle, if true the next block is activated.
-
@jstap I think this picture makes things clearly
The length between each candles are everytime difference sometimes its ID 2 to ID 10 and another time is ID 4 to 62 ID. The question was I link a RSI to does Candle ID
