hello support,
i try to use the SF_MA_ANGLE in my strategy.
the compilation make without error but i don't known why when i run the strategy this message appear :
15:50:42 Strategy tester: java.lang.ClassCastException: com.dukascopy.api.IIndicators$MaType cannot be cast to java.lang.Integer @ scalp4hv2.Scalp4hsmaangle.calculateIndicatorDouble(Scalp4hsmaangle.java:1041)
this is my statement of the indicator :
double[] maAngle = calculateIndicatorDouble("SF_MA_Angle",
feedDescr,
maAnglePrice,
new Object[]{maAngleType,maAnglePeriod,maShift1,maShift2,maAngleAtr},
1);
can you help me please?
eric