如何将多策略合在一起?
由huasan123创建,最终由small_q 被浏览 37 用户
根据官网《如何对AI量化策略进行管理?三步走》(https://bigquant.com/wiki/doc/celve-FeqcyLgLeU),并参考
【模板案例】(https://bigquant.com/community/t/topic/194074)策略组合
在将两个策略合在一起时报错,请问如何解决?
\
NameError Traceback (most recent call last) <ipython-input-20-6aeba62465a8> in <module> 1 M3 = M.multi_strategy_analysis.v1( ----> 2 input_1=m32.data, 3 DataSource_list=['fdf2fc50-5122-11ed-b228-aa86a019e7f0','385b63bc-493c-11ed-af33-c65daa70943c'], 4 ratio_list=[1/3, 2/3], 5 start_date='2022-10-22',
NameError: name 'm32' is not defined
https://bigquant.com/experimentshare/541965a55e87487ca8224fcda76cc6ed
\