The instrument is programmed into the strategy class. You may need to see parent classes - as many of the example strategies have been turned into a more generalized parent class, with specific features placed into a subclass.
If you wanted to trade the same strategy on two different instruments you will need to make a duplicate class definition for the other instrument. On Sun, Jul 24, 2011 at 1:07 PM, Madan <[email protected]> wrote: > Hi, > > Thank you for your response. Can I trade the selected instrument only? How > can I have a configuration screen where I select the instrument and then JBT > strategy only trades these. Any reference, please suggest.. > > Thanks in advance.. > > -- > You received this message because you are subscribed to the Google Groups > "JBookTrader" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/jbooktrader/-/D5jtzBqYRHYJ. > > 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.
