请把这个金字塔的改成文华的 [文华财经]
- 咨询内容:
input:ss(1,1,100,1);
N:=barslast(date<>ref(date,1))+1;
开盘30分钟最高价:=valuewhen(time<=090000+30*100,hhv(h,n));
开盘30分钟最低价:=valuewhen(time<=090000+30*100,llv(l,n));
手数:=ss;
上轨:开盘30分钟最高价;
下轨:开盘30分钟最低价;
//条件
开多条件:=c>上轨;
开空条件:=c<下轨;
//交易系统
if time>090000+30*100 and time<150000-(10*100+4000) then="then" begin
开多:buy(开多条件 and="and" holding="0,手数,market);
开空:buyshort(开空条件" and="and" holding="0,手数,market);
end
//平仓
if" time="time" >=150000-(10*100+4000) then BEGIN
收盘平多:sell(1,手数,market);
收盘平空:sellshort(1,手数,market);
end
- 文华技术人员:
input:ss(1,1,100,1);
N:=barslast(date<>ref(date,1))+1;
开盘30分钟最高价:=valuewhen(time<=090000+30*100,hhv(h,n));
开盘30分钟最低价:=valuewhen(time<=090000+30*100,llv(l,n));
手数:=ss;
上轨:开盘30分钟最高价;
下轨:开盘30分钟最低价;
//条件
开多条件:=c>上轨;
开空条件:=c<下轨;
//交易系统
if time>090000+30*100 and time<150000-(10*100+4000) then begin
开多:buy(开多条件 and holding=0,手数,market);
开空:buyshort(开空条件 and holding=0,手数,market);
end
//平仓
if time>=150000-(10*100+4000) then BEGIN
收盘平多:sell(1,手数,market);
收盘平空:sellshort(1,手数,market);
end - 文华客服:
N:=BARSLAST(DATE<>REF(DATE,1))+1;HH:VALUEWHEN(TIME<=0930,HHV(H,N));LL:VALUEWHEN(TIME<=0930,LLV(L,N));C>HH&&TIME>0930&&TIME<1450,BK;C<LL&&TIME>0930&&TIME<1450,SK;TIME>=1450,CLOSEOUT;AUTOFILTER;
模型仅供参考
有思路,想编写各种指标公式,程序化交易模型,选股公式,预警公式的朋友
可联系技术人员 QQ: 1145508240 进行 有偿 编写!(不贵!点击查看价格!)
相关文章
-
没有相关内容