Troublesome Ichimoku - page 2

 
angevoyageur:

You have to use ArraySetAsSeries() with your buffers, otherwise index 0 is the oldest value on your chart.

Or try to print value like Kijun_sen_Buffer[amount-1] for current bar and Kijun_sen_Buffer[amount-2] for last closed bar.

Thanks alot, it works :D
 
amin_mohammadi:
Thanks alot, it works :D

I know

You are welcome.