Sent on the Sprint® Now Network from my BlackBerry® -----Original Message----- From: Eugene Kononov <[email protected]> Sender: [email protected] Date: Mon, 8 Aug 2011 19:33:13 To: <[email protected]> Reply-To: [email protected] Subject: Re: [JBookTrader] Re: Suggestion for Running JBT
> > So, where should I find EMA class for moving average? PriceEMA.java in /source/com/jbooktrader/indicator/price > How should I add it to the strategy? > > The same way it's done in the sample strategies. Example: priceEMAInd = addIndicator(new PriceEMA(60)); As I suggested to you before, take one as a template and change it the way you like. In JBT, all you need to do is to implement your own strategy class. You don't need to do anything outside of that, unless you are doing something very fancy. -- You received this message because you are subscribed to the Google Groups "JBookTrader" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jbooktrader?hl=en. -- You received this message because you are subscribed to the Google Groups "JBookTrader" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jbooktrader?hl=en.
