> Please tell me how to work with the same thing for market orders. Actually, > I am not understanding placing orders and how it works. Do we have to work > in strategies? I mean coding part for the instruments? How to know best bid, > best ask, etc. How to cancel the orders? Please help me with the suggestion. > > > > JBT is meant for automated trading. As a user, you don't manage or place orders, this is done for you by JBT. All you need to do is to write your own trading strategy where you indicate the conditions for entering long, entering short, and going flat.
For sample strategies, see java files in the /source/com/jbooktrader/strategy package. Also read and understand the user guide: http://docs.google.com/View?id=dfzgvqp4_10gb63b8hg -- 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/-/gE18k75XIQoJ. 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.
