[原创]提前下单再请教 [金字塔]
- 咨询内容:
一个策略里面有两套系统,其中一套要求条件(long1/short1)一触发就下单,而另外一套要求条件(long2/short2)触发后在K线走完前提前N秒下单,图表交易时用“固定时间间隔1秒”轮询模式,下面代码是否正确?请老师指点:tqxiadan:=(time0-timetot0(dynainfo(207))<=N) or not(islastbar);//提前下单秒数 //开多 if long1 then begin sellshort(holding < 0 , ss,limitr,close),ignorecheckprice,orderqueue; buy(holding = 0, ss,limitr,close),ignorecheckprice,orderqueue; end
//开空 if short1 then begin sell(holding > 0, ss,limitr,close),ignorecheckprice,orderqueue; buyshort(holding = 0, ss,limitr,close),ignorecheckprice,orderqueue; end
if tqxiadan then begin
//开多 if long2 then begin sellshort(holding < 0 , ss,limitr,close),ignorecheckprice,orderqueue; buy(holding = 0, ss,limitr,close),ignorecheckprice,orderqueue; end
//开空 if short2 then begin sell(holding > 0, ss,limitr,close),ignorecheckprice,orderqueue; buyshort(holding = 0, ss,limitr,close),ignorecheckprice,orderqueue; endend - 金字塔客服:
k线走完提前下单阿火秘笈里面有,跟着写就行了
http://www.weistock.com/bbs/dispbbs.asp?boardid=10&Id=9439第八个
- 用户回复:
请金哲老师看看我写的代码对不对,我就是参考阿火老师的代码写的。
- 网友回复:
一个策略里面有两套系统,其中一套要求条件(long1/short1)一触发就下单,而另外一套要求条件(long2/short2)触发后在K线走完前提前N秒下单,图表交易时用“固定时间间隔1秒”轮询模式,下面代码是否正确?请老师指点:tqxiadan:=(time0-timetot0(dynainfo(207))<=N) or not(islastbar);//提前下单秒数 //开多 if long1 then begin sellshort(holding < 0 , ss,limitr,close),ignorecheckprice,orderqueue; buy(holding = 0, ss,limitr,close),ignorecheckprice,orderqueue; end
//开空 if short1 then begin sell(holding > 0, ss,limitr,close),ignorecheckprice,orderqueue; buyshort(holding = 0, ss,limitr,close),ignorecheckprice,orderqueue; end
if tqxiadan then begin
//开多 if long2 then begin sellshort(holding < 0 , ss,limitr,close),ignorecheckprice,orderqueue; buy(holding = 0, ss,limitr,close),ignorecheckprice,orderqueue; end
//开空 if short2 then begin sell(holding > 0, ss,limitr,close),ignorecheckprice,orderqueue; buyshort(holding = 0, ss,limitr,close),ignorecheckprice,orderqueue; endend - 网友回复:
这个用在后台稳妥,图表有风险
有思路,想编写各种指标公式,程序化交易模型,选股公式,预警公式的朋友
可联系技术人员 QQ: 511411198 进行 有偿 编写!(不贵!点击查看价格!)
相关文章
-
没有相关内容