Quote from laocoon:
OK, that looks interesting. What kind of language does Zerolinetrader accept as input? Does it have to be a language from a charting application like eSignal, Tradestation, etc or can it be a "pure" language like Visual Basic, C++, Java, etc...
Thanks again.
Quote from 65Matt:
First, you can simply print out your order without submitting it. However, when it comes to real testing I've just had to risk my own money and trade (and watch it to see what goes wrong).
B]
Quote from zltrader:
ZLT (Live or Sim) accepts order instructions in text format as documented in http://www.zerolinetrader.com/doc/Port/index.html .
Here is how it works:
1) Your automated system, from Tradestation, eSignal or other, generates the trading signal and creates the order. But instead of sending order directly to the broker, your automated system write the order instruction to a text file according the doc in http://www.zerolinetrader.com/doc/Port/index.html.
2) ZLT will read the text file at the given interval and transmit the order if there is any.
If you are using the free ZL SimTrader or ZLT in Sim mode, the order is transmitted to and handled by the internal sim broker. So you are testing your automated system with real time data without risking your real cash.
For each trades, besides P/L, ZLT also provides MAE, MFE and etc to analyze the system.