qmt内置的示例中给出了三种不同的输出范式,让人困惑。
输出变量的数量、命名、对应信号定义到底应该遵循什么样的标准。
"单股模型示例"中:
x1 : buy, noaxis;
x2 : sell1, noaxis;
x3 : c, linethick0;
x4 : profit, noaxis;
x5 : testholding, nodraw;
"择时选股模型单股模型"中:
x1:buy;
x2:sell;
x3:open,noaxis;
x4:position;
x5:profit;
x6:1;
x7:buyprice,noaxis;
"组合模型单股示范A"中:
x1 : buy, noaxis;////////系统参数,不要改动
x2 : sell1, noaxis;////////////系统参数,不要改动
x3 : c, linethick0;//////////////系统参数,不要改动
x4 : testholding, noaxis;/////////////系统参数,不要改动
x5 : oclose, noaxis;/////////////系统参数,不要改动 |