Skip to content

v0.2.17

Latest
Compare
Choose a tag to compare
@anyongjin anyongjin released this 26 May 12:54
· 5 commits to main since this release

Please do not download banbot from Release. You can quickly experience it via Docker or perform local construction according to the documentation. Only the frontend static resource file dist.zip is provided here. banbot will automatically download it during startup. You can also manually download and unzip it to the BanDataDir directory, rename it to uidist (ensure that uidist/index.html exists), and then create a version.txt file to write the current version number.

  • Support high-frequency data callbacks: K-lines, tick data, order books
  • Support deleting backtesting reports via WebUI
  • Support blacklist filtering during dynamic variety screening
  • Support calling OnBatchJobs/OnBatchInfos during the warm-up phase
  • Support attaching additional information to orders when opening positions
  • Beautification of order details in the UI
  • Fix missing first K-line data in real trading large-period aggregation
  • Solve data race conditions caused by concurrent warm-up
  • Fix errors in local order status recovery during real trading restarts
  • Fix several other bugs

请勿从Release下载banbot,您可从docker快速体验或按文档进行本地构建。这里仅提供前端静态资源文件dist.zip,banbot启动时会自动下载,您也可以手动下载并解压到BanDataDir目录下,重命名为uidist(确保uidist/index.html存在),然后创建version.txt文件,写入当前版本号。

  • 支持高频数据回调:K线、逐笔、订单簿
  • 支持WebUI删除回测报告
  • 支持品种动态筛选时黑名单过滤
  • 支持预热阶段调用OnBatchJobs/OnBatchInfos
  • 支持开单时附加额外信息到订单
  • UI中订单详情美化
  • 解决实盘大周期聚合首个K线数据缺失
  • 解决并发预热导致数据竞态
  • 解决实盘重启时本地订单状态恢复错误
  • 解决若干其他bug