API ver. 2.6.30
Attachment:
gator_indicator.png [126.79 KiB]
Downloaded 516 times
public double[] gator(Instrument instrument, Period period, OfferSide side, int timePeriod, int shift) throws JFException;
public double[][] gator(Instrument instrument, Period period, OfferSide side, int timePeriod, long from, long to) throws JFException;
public double[][] gator(Instrument instrument, Period period, OfferSide side, int timePeriod, Filter filter, int numberOfCandlesBefore, long time, int numberOfCandlesAfter) throws JFException;
As seen in the screenshot, the gator function is missing the following arguments:
AppliedPrice
Jaw Period
Teeth Period
Lips Period
Also, the timePeriod argument is vague in this function. That's all for now.