I wrote a bot and gave it 25k to trade

Discussion in 'Automated Trading' started by _terminus_, Feb 23, 2020.

  1. blink18

    blink18

    Where do you get historical market data for backtesting and data feed for live trading? Do you backtest on futures data (MNQ) or NDX index?

    Since you are using futures, do you leave algo trading 24h per day or only at regular market hours 9:30am-4pm EST?
     
    Last edited: Apr 20, 2020
    #71     Apr 20, 2020
  2. _terminus_

    _terminus_

    I get the data from IB, historical and real time. I use QQQ as a proxy for backtesting.

    The system is on 24h, but during extended hours it's only allowed to close positions.
     
    #72     Apr 21, 2020
  3. _terminus_

    _terminus_

    Do you trade manually or automated?
     
    #73     Apr 21, 2020
  4. ironchef

    ironchef

    Manually.

    Schwab platform for retails does not have automatic trade algo. I asked them.

    I actually don't know what is an API or how to code/use it. Only know VBA excel.
     
    #74     Apr 21, 2020
  5. taso42

    taso42

    Nice work! What software do you use for backtesting?
     
    #75     Apr 30, 2020
  6. _terminus_

    _terminus_

    Thanks. I used to use WealthLab 4.0, but currently less and less. I now develop and use my own platform, a Microsoft Access app with C++ algo and comm modules.
     
    #76     May 3, 2020
  7. Have you calculated the Sharpe ratio for your strategy? Based on the charts you posted, it looks like a pretty steady equity curve.
     
    #77     May 3, 2020
  8. It can be seen that everything is done wisely and works efficiently
     
    #78     May 4, 2020
    _terminus_ likes this.
  9. _terminus_

    _terminus_

    Well, no I don't use Sharpe ratio. I prefer recovery factor (total profit divided by max drawdown) which is currently 5 since the beginning.
     
    #79     May 4, 2020
    They likes this.
  10. blink18

    blink18

    If I understand correctly - your system scans in realtime for signals from QQQ, and then places trades on MNQ?
     
    #80     May 10, 2020