请技术老师能否帮我写下买卖点提示指标 [金字塔]
咨询内容:
上次工程师给了这个指标,但没有提示买卖点,能否帮我增加下买卖点提示的参数
kd:=a>b;
pd:=a<b;
if kd and holding<=0 then begin
sellshort(holding<0,holding,marketr);
buy(holding=0,ss,marketr);
END
if pd and holding>=0 then begin
sell(holding>0,holding,marketr);
buyshort(holding=0,ss,marketr);
END
kd:=a>b;
pd:=a<b;
if kd and holding<=0 then begin
sellshort(holding<0,holding,marketr);
buy(holding=0,ss,marketr);
END
if pd and holding>=0 then begin
sell(holding>0,holding,marketr);
buyshort(holding=0,ss,marketr);
END
来源: WWW.CXH99.COM
金字塔资深技术: 你这个策略如果是完整的,加载在图表上是会信号的。你如果不完整,加载上去肯定没有效果。
有思路,想编写各种指标公式,交易模型,选股公式,还原公式的朋友
可联系技术人员 QQ: 262069696 或微信号:cxh99cxh99 进行 有偿收费 编写!
(注:由于人数限制,QQ或微信请选择方便的一个联系我们就行,加好友时请简单备注下您的需求,否则无法通过。谢谢您!)
相关文章
-
没有相关内容
