I wrote a bot and gave it 25k to trade

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:
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.
 
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.
 
Have you calculated the Sharpe ratio for your strategy? Based on the charts you posted, it looks like a pretty steady equity curve.

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

If I understand correctly - your system scans in realtime for signals from QQQ, and then places trades on MNQ?
 
Back
Top