You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hftbacktest doesn't yet support L3 data in live mode. If your strategy relies on the order book, you will need to build and maintain it yourself. But, if your strategy doesn't require order book data, using L1 BBO in live mode is sufficient.
Hi,
Assuming my backtesting strategy works fine (L3 data on ES futures), what's your suggestion on how to modify the code for live deployment?
Specially, in backtesting,
Inside the convert(), it takes each ev, then update tmp orderbook snapshot, then
correct_local_timestamp(tmp, base_latency)
.However, should I maintain such orderbook in live trading?
best,
The text was updated successfully, but these errors were encountered: