hello support,
i have some problem with the value of ma. perhaps it's my fault but i don't think.
this is my code :
double maH1 = indicators.ma(instrument,Period.ONE_HOUR,OfferSide.ASK,IIndicators.AppliedPrice.CLOSE,maPeriod,IIndicators.MaType.SMA,0);
double maH11 = indicators.ma(instrument,Period.ONE_HOUR,OfferSide.ASK,IIndicators.AppliedPrice.CLOSE,maPeriod,IIndicators.MaType.SMA,1);
but the return values it not the same as on the graph.
maH1 = 1.3289 and on the graph ma value is 1.3302
please look an attached file