Dear Support,
Could you assist me to modified the strategy that I attached in the first post?
I know it is about the following line, where the indicator is being called:
Object[] WaddahATFeed = indicators.calculateIndicator(feedDescriptor, new OfferSide[] { feedDescriptor.getOfferSide() }, "WaddahAT", null, null, 1);
But I am not able to figure it out, how to change it to the variant you have used:
Object[] extraOutputsFull = indicators.calculateIndicator(feedDescriptor, id.offerSides, id.indicatorName, id.appliedPrices, inputParams,
extraSize + dataCount, id.feedData.getTime(), 0);
I need to know the value of the WaddahAT indicator of the just finished bar, whenver a new Renko bar is created.
Thanks in advance.