Python搭建輕量級量化策略系統

1.策略容器 # -*- coding: utf-8 -*- from userStrategy import userconfig config = { "mod": { "stock": { "enabled": True, }, "future": { "enabled": False, } } } from events
相關文章
相關標籤/搜索