Dear Supportteam,
it seems, does with Pivot indicator the universal method not work:
I get an ArrayIndexOutOfBoundsException
Please can you check this?
Many THX
Object[] pivot = indicators.calculateIndicator(Instrument.EURUSD, Period.ONE_HOUR, new OfferSide[]{OfferSide.ASK}, "Pivot",
new AppliedPrice[]{IIndicators.AppliedPrice.CLOSE}, new Object[]{7, false}, 0);
console.getOut().println("first indicator value: " + ((Object[]) pivot)[0]);