Search results

  1. Z

    IB: Testing a System with Real Time Data

    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...
  2. Z

    IB: Testing a System with Real Time Data

    laocoon, ZeroLine SimTrader can receive order instructions through text file: http://www.zerolinetrader.com/doc/Port/index.html So you can sim trade your automated system with the SimTrader or the ZLT Live in Sim mode.
  3. Z

    IB: Testing a System with Real Time Data

    Here is the free SimTrader: www.zerolinetrader.com or http://finance.groups.yahoo.com/group/zerolinetrader/files/ZLT%20Builds/ You can test the system with individual accounts, FA accout or multiple individual accounts also.
  4. Z

    Simulator for swing trading the minis?

    The free ZeroLine SimTrader: www.zerolinetrader.com or http://finance.groups.yahoo.com/group/zerolinetrader/
  5. Z

    TA Software for trading spreads/pairs

    Spread trading: http://www.zerolinetrader.com/doc/SpreadTrading/index.html You can simulate the spread trading with the free ZeroLine SimTrader first.
  6. Z

    Software to trade multiple accounts

    ZeroLine Trader www.zerolinetrader.com can trade multiple accounts. The multiple accounts here means either mix of FnF/FA account and individual accounts or just serveral individual accounts. Feel free to try the free ZeroLine SimTrader to simulate the trading with multiple accounts first.
  7. Z

    Zerolinetrader

    Tim, Thanks for the explanation. I am working on saving market data in ZLT. Once it is done, you will able to do the simulated trading as you described. It may take some time and for now it is in low priority compare to the execution related issues. Welcome to keep updated with ZLT’s...
  8. Z

    Zerolinetrader

    Tim, Since it is the zerolinetrader thread, can I assume you have tried the free ZeroLine SimTrader at www.zerolinetrader.com? If so, can you provide some suggestions on how the ZeroLine SimTrader can be improved to meet your needs? I understand your concern but not quite sure how we can...
  9. Z

    Zerolinetrader

    In v1.66, the user can turn on the "Strategy" column to input different strategy names for the different data rows with the same contract. In ZLT, the column can be turned on or off by right clicking on the table column header and check/uncheck the corresponding column name. zltrader
  10. Z

    Borland JBuilder Personal questions...

    The proper import statement has to be there before the attributes/methods drop down will work. For example, you have to have "import java.util.Vector" statement in the file in order to have Vector's attributes listed after you type a dot after a Vector object.
  11. Z

    Borland JBuilder Personal questions...

    You need to change the form's layout to XYLayout to drag the button in it around. zltrader
Back
Top