Hi everyone,
I have a problem, in the platform I have this indicator:
Indicator:
MAinstrument:
Instrument.EURUSDfixedPeriod:
Period.FIVE_MINSIIndicators.AppliedPrice:
IIndicators.AppliedPrice.CLOSEMA_Period:
95MaType:
IIndicators.MaType.SMMAshift:
I see the last priceand in the alarm code:
d_Smma_alarm = indicators.ma(Instrument.EURUSD, Period.FIVE_MINS, OfferSide.ASK, IIndicators.AppliedPrice.CLOSE, 95, IIndicators.MaType.SMMA, 0);
print("Smma: " + d_Smma_alarm);
Example of differences:
-the platform :
1.21383-the code :
1,21273 (11 pips diff)
Any bad param in the java method?
Thank you so match
