Backtesting

q.bt is qrt’s planned event-driven backtesting module. It is scaffolded but not implemented yet — q.bt.run currently raises NotImplementedError. The design goal:

trades = q.bt.run(signal, prices)

Until q.bt.run lands, the bundled demo trade logs let you exercise the entire trades workflow end to end. Follow progress on the Roadmap.

Back to top