您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. backtesting.py:Python中的回测交易策略-源码

  2. 回测 使用Python回测交易策略。 安装 $ pip install backtesting 用法 from backtesting import Backtest , Strategy from backtesting . lib import crossover from backtesting . test import SMA , GOOG class SmaCross ( Strategy ): def init ( self ): price = self
  3. 所属分类:其它