> I am glad to report that when I combine the ProfitTaker and > LossStopper together and only traded that strategy it seems to work > very well this morning. >
Just keep in mind that JBT purpose is not to provide trading strategies. The sample strategies included with the distribution are just that, sample strategies which are meant to illustrate how to use the JBT framework. JBT solves the technical problems associated with the complexities of auto-trading, such as receiving market data, order management, synchronization, communication with a broker, logging, back testing, optimization, etc. JBT does NOT solve the trading system design issues. It's totally up to you to come up with your own strategy. The good news is that the integration of your own system into JBT flow is usually simple, which is writing your own Java class deriving from Strtagey class and overriding a few methods. -- 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.
