Hi,
I wanted to get the Daily pivot levels for EURUSD by using the following code line
indicators.pivot(Instrument.EURUSD, Period.DAILY , OfferSide.ASK, 0, 0);
but I got the error below:
13:42:04 Error in indicator: java.lang.ArrayIndexOutOfBoundsException: 1 @ com.dukascopy.api.impl.ab.b(Unknown Source)
could you help me please?
Best Regards
|