>
>  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.

Reply via email to