Are you talking about "Sample.class" found in the following folder: JBookTrader\classes\com\jbooktrader\strategy\ ???
On Wednesday, April 23, 2014 9:45:38 AM UTC-5, Eugene Kononov wrote: > > >> What I meant was I'm looking for a list of functions/commands that would >> be used to receive information from and send information to the Interactive >> Brokers' TWS system. For example, JBookTrader has to have some sort of way >> to get the data from interactive brokers (what functions do this?). Then >> JBookTrader has to send commands to Interactive Brokers to actually make >> the trades (what functions do this?). Is there a list of functions that do >> this? if so, where? >> >> > The idea behind JBookTrader is to liberate you from understanding and > coding the mechanics of communication with IB, including establishing and > maintaining the data feed, order submission and tracking, performance > tracking, reporting, error handling, and everything else related to > auto-trading. If your purpose is to understand it all from code, you > certainly can. However, you don't need to. As a JBookTrader user, you can > simply write your trading strategy, and the framework will handle the rest. > Take a look at the sample strategy included with JBT. > > > > -- 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. For more options, visit https://groups.google.com/d/optout.
