i've a very stupid issue..
i don't be able to take the current value (CalculateOnBarClose=true) of the indicator HeikenAshiSmoothed.
I try :
HeikenAshiSmoothed(Input,0.7, HAMA.SMA, HAMA.SMMA, 1, 2).Values[3][0]
or
HeikenAshiSmoothed(Input,0.7, HAMA.SMA, HAMA.SMMA, 1, 2).HAClose[0]
but the number is the same for all of the time...
anyone use this indicator??

Comment