Trying to utilize the ht_sine indicator in one of my strategies like this:
htsine [i][j]= indicators.ht_sine(Instrument.fromString(CURRENCY),TIMEFRAME,OFFERSIDE,AppliedPrice.CLOSE,Filter.NO_FILTER,dcshift,bar_time,canafter);
htsine beeing a two dimensional double I am getting the following error:
Type mismatch: cannot convert from double[][] to double.
According to your API Documentation the ht_sine indicator should return a two dimensional array, shouldn`t it?
While I am at it can you please tell me which of the values returned is the lead sine and which the sine?
Kind Regards