Releases: quantOS-org/JAQS
Releases · quantOS-org/JAQS
Release list
v0.6.12
v0.6.11
新特性:
-
load_dataview添加 large_memory参数
在加载大数据文件(1G以上)时,可以使用参数 large_memory=False避免占用大量内存。 -
do_analyze添加参数compound_rtn控制是否使用复利分析
测试CTA建议打开,Alpha测试中关闭.
修复BUG:
- trades.csv 中fill_date使用了trade_date。新版本把fill_date和trade_date分开。
- 回测中使用cancel_order取消一个已经取消的订单会抛异常。
Release v0.6.10
Improve backtesting performance.
Add more metrics data into report template.
Release v0.6.0
- Support both Python 2 and Python 3
- Support live trading for alpha strategy using
AlphaLiveTradeInstance - Fix bugs
- More informative figure labels
- Increase test coverage
- Use
DataApiandTradeApias subtree