平多信号还是没有及时执行 [金字塔]
- 咨询内容:
此主题相关图片如下:未命名.jpg
- 金字塔客服:
你指的箭头那里没有信号,所以不会有什么信号执行
- 用户回复:
还是老问题:平多盈利执行不及时,盈利全部吃光:程序源码
//开多
IF ( stopprice)<l THEN
BEGIN
SELLSHORT( HOLDING<0,HOLDING,market); //平空操作
BUY( HOLDING=0,1,market);//开多操作
maxprofit:=0;
END
//平仓
SELL((stopprice)>h and HOLDING>0,HOLDING,market);//平多
BUYSHORT((stopprice)>h and HOLDING=0,1,market); //开空操作if enterbars>=3 then begin
if c>o and holding>0 then sell(1,holding,market);
if c<o and type(1)= 2 then buy(holding>=0,1,market);
end//空头为例
if enterbars>=3 then begin
if c>o and holding<0 then sellshort(1,holding,market);
if c<o and type(1)=4 then buyshort(holding<=0,1,market);
end
- 网友回复:
那根k线是阴线,怎么会出信号的?
- 网友回复:
此主题相关图片如下:未命名.jpg
有思路,想编写各种指标公式,程序化交易模型,选股公式,预警公式的朋友
可联系技术人员 QQ: 511411198 进行 有偿 编写!(不贵!点击查看价格!)
相关文章
-
没有相关内容