> I just start to learn JBookTrader. I got a problem in adding a new > strategy. When I run some new strategies with Forward Test, IB TWS is > connected, but there is no figure display on Price and Book column, and > other coloumns just show 0. However, the YM and NQ strategy which extends > from base strategies StrategyNQ and StrategyYM work well. The key code in > my new Strategies are below: > > Contract contract = ContractFactory.*makeStockContract(*"ISF", "LSE"); >
Hello Shun, and welcome to the JBookTrader group. In all likelihood, market depth is not available for this stock, so JBT would not be able to trade it. You can verify this by selecting this stock in TWS and popping up the "market depth" window. Eugene. > -- You received this message because you are subscribed to the Google Groups "JBookTrader" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/jbooktrader?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
