Any thing is traded on Saturday/Sunday on IB?

I’m developing my trading system on weekend and want to test it on realtime data, I’m wondering if anything there can be traded during that time so I can use.
 
Save data from previous week and write a wrapper to replay data frame by frame.

If you're building a system you should not find it hard to trigger a data event every few seconds +- randomised interval. In that way you can trade the stocks / markets you favour while still seeing "live" results.
 
  • Like
Reactions: 777
Back
Top