|
GreyBoxExamples
Grey Box examples
IntroductionNot sure how to automate your whole strategy? Writing a grey box is a good first step. This lets you say popup a window on your screen that maybe:
Regardless of how easy you make it, TradeLink boxes are created using something called a Response. A response gives you information about the market, and then gives you some ways to respond to it. There are a bunch of template responses you can build on, which include full-featured boxes and all that. We'll be focusing on grey boxes here because they're simpler. ExampleThe best example of a grey-box style application in TradeLink is the BigTrade Response.
You can run any Tradelink Response in ASP, Kadina or Gaunlet. Here we'll show ASP because the other two applications are more appropriate for unattended trading, which BigTrades doesn't do.
You can try this yourself.
That's it... checkout the code above, or download the BoxExamples zip file from the downloads section of this website. The whole thing is around 100 lines of code, pretty simple to customize. If you have questions, join the tradelink-users group at http://groups.google.com/group/tradelink-users |
Sign in to add a comment