So does it works for you?
I think I missed something, because indicators should work according to api.
Also history.getBars() not working (when I tried to implement MOM function by myself).
And
sma = indicators.ma(instrument,period,OfferSide.BID,IIndicators.AppliedPrice.CLOSE,20,IIndicators.MaType.SMA,0);
IS WORKING!
while
indicators.sma(instrument, period, OfferSide.BID, AppliedPrice.CLOSE, 20, 1);
not