两仪四象TS进场交易系统源码代码 [开拓者 TB]
- 参数:N1=10,N2=10
- 源码:
if(currentbar>maxlist(N1,N2)+1) then begin
if Summation(absvalue(close-close[1]),N1)<>0 then begin
EF=maxlist(highest(close,N1)-Lowest(close,N1),absvalue(close-close[N1]))/Summation(absvalue(close-close[1]),N1);
end;
EFMA=Average(EF,N1);
MER=IntPortion(N1-(EFMA-0.5)*N2);
LY=Summation((close-close[1])*Volume,MER);
LYSX=Average(LY,N1);
end;
messagelog("LYSX",LYSX);
messagelog("EF",EF);
if (time>=opentime+maxlist(N1,N2)+1 and time<lasttime and marketposition=0 and tradeNumber<maxtime ) then
begin
if LYSX>0 then begin
buy 1 share next bar at Open;
end;
if LYSX<0 then begin
sellshort 1 share next bar at Open;
end;
end;
有思路,想编写各种指标公式,程序化交易模型,选股公式,预警公式的朋友
可联系技术人员 QQ: 262069696 进行 有偿 编写!(不贵!点击查看价格!)
相关文章
-
没有相关内容