API Support wrote:
maxi wrote:
after update to new version platform I see this error:
1) 07:50:15 Error in indicator: java.lang.NullPointerException @ java.util.Arrays.binarySearch0(Unknown Source)
Please elaborate the case description.
maxi wrote:
2) new update supported price_Range_Aggregations parameters?
What do you mean?
example use this :
double[][] cci = calculateIndicator("CCI", feedDescr, AppliedPrice.CLOSE, new Object[]{indPeriod}, 2, bar.getTime(), 0);
int NEW = 1;
int PREV = 0;
cci[PREV][0] >= overbought && cci0[NEW][0] < overbought
08:20:19 Error in indicator: java.lang.NullPointerException @ java.util.Arrays.binarySearch0(Unknown Source)
2)
I can use RANGE ? not RENKO:
PRICE_PRANGE_AGGREGATION
@Configurable("Price range in pips (for POINT_AND_FIGURE, RENKO, RANGE charts)")
public int priceRange = 5;