Today, 6 months have passed since the system went into operation. A new high reached.
I am cautiously satisfied for now.
I am cautiously satisfied for now.
If I understand correctly - your system scans in realtime for signals from QQQ, and then places trades on MNQ?
Realtime scan and trading are both performed on MNQ.
QQQ only used for backtests.
Out of curiosity, why not use MNQ for backtesting?
Because of the rollover problem. I get historical data directly from IB and I'm not willing to write code to cut and paste different contracts. I've had issues working with continuous contract data, so I use QQQ, which can be continuously downloaded several years back and matches MNQ almost identically in terms of % variations.
I think you took certain risks when you made the robot.
if $SPY < 0 then
buy next bar;
else
pass;
