I'm trying to make a EA based on this indicator. However the function:
indicators.trendEnv(instrument, per, OfferSide.BID, period, envelopeDev , shift);
returns only a double and the indicator has two outputs: the low band and the high band.
So right now I'm missing the high band value.
Moreover, when the indicator is going short (high band) the return of this function is a NaN, making my EA throw error like there's no tomorrow.
By the way, Why don't you allow the community to edit the JForex wiki? I mean, what's the point of a wiki if nobody can contribute to it?