Journal entry
Week of March 25
Profit (before commission): 334.5
Profit (after commission): -145.85
I would say this is as close to a "hands off" week as I've gotten so far. Unfortunately, it wasn't hands off because on Thursday I shut it down after data stopped coming through as I had assumed forex wouldn't be trading on Thursday/Friday. Turns out, this wasn't true (i.e., there was a data issue) so I restarted it part way through Friday.
That isn't nearly as important as the new knowledge that the backtest bars are not matching the live bars. I have my suspicions as to why this is occurring: I am resampling the data while backtesting and trading live and the resampling may be too rigid but I haven't confirmed it.
Things I need to get in place before trading this week:
1. Set up a good till cancelled time of t+30 seconds. If I don't get the price in 30 seconds, I don't want the trade.
2. Set up a order reference using
IB's API so I can correlate trades if needed.
3. See if I can disable the resampling so that there is no possibility of data fudging in live or backtest.
4. See if after disabling the resampling, the strategy is still profitable.