金字塔使用asset做策略[金字塔模型]
-
相关简介:相关标签: 金字塔公式 金字塔模型策略源码: w1:=stkindi(\'if00\',\'qq7.盈亏\',0,1); w2:=ref(hhv(w1,60),1); if abs(w2-w1)0.1 then c4:=1; if w2-w15000 then c4:=-1; if c40 and=and p3=xd then begin sell(1,0,limitr,c-hd1); sellshort(1,0,limitr,c+hd1); end
-
文章来源:股海网作者:股海网发布时间:2013-11-11浏览次数:
相关标签:
金字塔公式 金字塔模型策略源码:
w1:=stkindi(\'if00\',\'qq7.盈亏\',0,1);
w2:=ref(hhv(w1,60),1);
if abs(w2-w1)>0.1 then c4:=1;
if w2-w1>5000 then c4:=-1;
if c4<0 and="and" p3<=xd then
begin
sell(1,0,limitr,c-hd1);
sellshort(1,0,limitr,c+hd1);
end