trading_sim 此TCP套接字框架可以同时回测交易策略。 系统使用负载均衡器通过服务器实例化多个策略。 服务器将统一的包装程序暴露给各种金融交易并审核每种交易策略的性能; 因此,允许客户同时有效地测试和分析多种交易策略。 用法 确保已安装 。 然后,运行: git clone https://github.com/kyhorne/trading_sim.git cd trading_sim pip3 install -r requirements.txt cd trading_sim python3 run.py -p 然后,在新的终端窗口中,运行: python3 run.py