Trend SMA

double[] fastMAFeed = (double[]) indicators.calculateIndicator(<br /> feedDescriptor,<br /> new OfferSide[]{OfferSide.BID},<br /> &quot;MA&quot;,<br /> new AppliedPrice[]{AppliedPrice.CLOSE},<br /> new Object[]{fastMaPeriod, fastMaType.ordinal()},<br /> 2, bar.getTime(), 0)[0];<br />
Version: Date: Status: Description:
dec3 10.12.2013 Not running
dec2 02.12.2013 Not running
dec1 02.12.2013 Executed double[] fastMAFeed = (double[]) indicators.calculateIndicator( feedDescriptor, new OfferSide[]{OfferSide.BID}, &quot;MA&quot;, new AppliedPrice[]{AppliedPrice.CLOSE}, new Object[]{fastMaPeriod, fastMaType.ordinal()}, 2, bar.getTime(), 0)[0];
orto leave comments


(few words about added changes)

(example: 1.1, beta, alpha)