diff --git a/README.md b/README.md index 8304072..624b205 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,10 @@ folder by using the multi-threads for speeding. 6. V2.1.7.8 move the default strategies to example/strategies folders 把内置的策略移到example/strategies文件夹. + +7. V2.1.7.9 account update interval and binance_spot_grid_strategy + 添加资产更新的定时推送和币安现货网格交易的策略。 + ## 联系方式 微信: bitquant51 diff --git a/howtrader/__init__.py b/howtrader/__init__.py index 32e16ef..4b88333 100644 --- a/howtrader/__init__.py +++ b/howtrader/__init__.py @@ -1 +1 @@ -__version__ = "2.1.7.8" +__version__ = "2.1.7.9"