改为限价交易 [金字塔]
- 咨询内容:
老师好.如下模型请改为限价交易.用收盘价.并加1跳开平仓.谢谢!!
buycond:=ref(count(c>o,3)=3,1);sellcond:=ref(count(c<o,3)=3,1);
if holding<0 and buycond then sellshort(1,1,MARKETR);
if buycond and holding=0 then begin buy(1,1,MARKETR); end
if holding>0 and sellcond then sell(1,1,MARKETR);
if holding=0 and sellcond then buyshort(1,1,MARKETR);
SELL(((TIME>=151450) and (HOLDING>0)),SS,MARKET);SELLSHORT(((TIME>=151450) and (HOLDING<0)),SS,MARKET); - 金字塔客服:
把上面的所有market和marketr都改成limitr,close+mindiff
- 用户回复:
老师请帮增加移动止损功能,止损3个点.毎上升0.2止损提高0.2.要求显示移动止损线.
- 网友回复:
这个用系统自带的就行,勾选显示止盈止损线
此主题相关图片如下:1.png
- 网友回复: 因用持仓同步不能用外止损呀.
有思路,想编写各种指标公式,程序化交易模型,选股公式,预警公式的朋友
可联系技术人员 QQ: 1145508240 进行 有偿 编写!(不贵!点击查看价格!)
相关文章
-
没有相关内容