Closed isslerman closed 2 months ago
Major code refactoring is currently underway. Since the examples/ code is still undergoing numerous changes, please directly verify the function signatures yourself.
Which version are you using? Does it happen in 2.0.0rc0?
Using 1.8.4 with conda. I will check the 2.0.0rc0.
Works fine with > 2.0.0rc0
I am trying to do some examples from the documentation, but not sure if this still work.
From the Getting Started page: https://hftbacktest.readthedocs.io/en/latest/tutorials/Getting%20Started.html
from hftbacktest import BacktestAsset, HashMapMarketDepthBacktest
generates an error:
ImportError: cannot import name 'BacktestAsset' from 'hftbacktest' (/opt/anaconda3/envs/hft/lib/python3.12/site-packages/hftbacktest/init.py)
Tks Marcos Issler