请教老师;模型用固定手数下单正常,改成百分比下单就不能正常显示信号,请老师看看是哪里错了?谢谢
if SXGUIJU1 and m1<=nn and cskj and l<ma5 and wsgui then begin
平多A:sell(holding>0,holding,market);
开空A: buyshort(holding=0,30%,market);
//n:=1;
end
百分比是开空A: buyshort(holding=0,30%,market),pertrader;
少了最关键的函数
可还是不能正常显示信号啊?
那么问题一码归一码,编译时提醒你截图,不能正常显示信号你也要发截图
并且说明不正常在哪里