博易大师或者通达信里,我自写了一指标,如何把60分钟以下指标的信号去掉.!!!
答案:2 悬赏:10 手机版
解决时间 2021-12-20 21:20
- 提问者网友:心如荒岛囚我终老
- 2021-12-19 23:36
博易大师或者通达信里,我自写了一指标,如何把60分钟以下指标的信号去掉.!!!
最佳答案
- 五星知识达人网友:封刀令
- 2022-01-10 03:47
通达信的好搞,博易大师的就要看你用的是什么版本,如果是3.0的相对好搞些,2.0的就相对复杂些了,
可以Q我,
可以Q我,
全部回答
- 1楼网友:琴狂剑也妄
- 2022-01-10 04:09
r1:=(close-llv(low,90))/(hhv(high,90)-llv(low,90))*200;
r2:=ema((close-(llv(low,5)))/((hhv(high,5))-(llv(low,5)))*100,4)*2;
r3:=ema(0.618*ref(r2,1)+0.382*r2,2);
r4:=pow(ma(close,5),2)+ma(close,5);
r5:=pow(ma(low,5),2)+ma(low,5);
r6:=pow(ma(high,5),2)+ma(high,5);
r7:=(r4-llv(r5,64))/(hhv(r6,64)-llv(r5,64))*150+65-10;
r8:=sma((sma(r7,3,1)*1.5-100),3,1);
r9:=3*(sma(r7,3,1)*1.5-100)-2*r8;
r10:=(high+low+close*2)/4;
r11:=(r10-(ema(r10,13)))*100/(std(r10,13));
r12:=ema((ema(r11,5)),13)+200-100;
r13:=(sma(r1,3,1))+r2+(sma(r7,3,1)*1.5-100)+r12;
r14:=(sma((sma(r1,3,1)),3,1))+r3+r8+(ema(r12,10));
r15:=(3*(sma(r1,3,1))-2*(sma((sma(r1,3,1)),3,1)))+(3*r12-2*(ema(r12,10)))+r9+(3*r12-2*(ema(r12,10)));
r16:=(high+low+close)/3;
r17:=(r16-ma(r16,34))/(0.015*avedev(r16,34));
r18:=(high+low+close+r16)/4;
r19:=(r18-(ema(r18,24)))/(std(r18,24))*100;
r20:=(r16-ma(r16,24))/(0.015*avedev(r16,24));
r21:=(((ema(r19,5))+r20+r17)/3+165)/4;
r22:=(r13+r14+r15*30)/32/5-15;
a1:=ema(ema(close,13),...r1:=(close-llv(low,90))/(hhv(high,90)-llv(low,90))*200;
r2:=ema((close-(llv(low,5)))/((hhv(high,5))-(llv(low,5)))*100,4)*2;
r3:=ema(0.618*ref(r2,1)+0.382*r2,2);
r4:=pow(ma(close,5),2)+ma(close,5);
r5:=pow(ma(low,5),2)+ma(low,5);
r6:=pow(ma(high,5),2)+ma(high,5);
r7:=(r4-llv(r5,64))/(hhv(r6,64)-llv(r5,64))*150+65-10;
r8:=sma((sma(r7,3,1)*1.5-100),3,1);
r9:=3*(sma(r7,3,1)*1.5-100)-2*r8;
r10:=(high+low+close*2)/4;
r11:=(r10-(ema(r10,13)))*100/(std(r10,13));
r12:=ema((ema(r11,5)),13)+200-100;
r13:=(sma(r1,3,1))+r2+(sma(r7,3,1)*1.5-100)+r12;
r14:=(sma((sma(r1,3,1)),3,1))+r3+r8+(ema(r12,10));
r15:=(3*(sma(r1,3,1))-2*(sma((sma(r1,3,1)),3,1)))+(3*r12-2*(ema(r12,10)))+r9+(3*r12-2*(ema(r12,10)));
r16:=(high+low+close)/3;
r17:=(r16-ma(r16,34))/(0.015*avedev(r16,34));
r18:=(high+low+close+r16)/4;
r19:=(r18-(ema(r18,24)))/(std(r18,24))*100;
r20:=(r16-ma(r16,24))/(0.015*avedev(r16,24));
r21:=(((ema(r19,5))+r20+r17)/3+165)/4;
r22:=(r13+r14+r15*30)/32/5-15;
a1:=ema(ema(close,13),13);
a2:=(a1-ref(a1,1))/ref(a1,1)*6400;
买卖:ema(((r21+r22)/2/1.1),1),colorred,linethick2;
确认:ma(买卖,3),colorwhite,linethick2;
ar1:=ema(open,7);
ar2:=ema(ar1,21);
ar3:=cross(ar1,ar2);
ar5:=ema(sma((close-llv(low,20))/(hhv(high,16)-llv(low,20))*100,8,1),3);
全买:(zig(3,35)>ref(zig(3,35),1) and ref(zig(3,35),1)ref(zig(3,35),2))*90,stick,colorgreen,linethick3;
中线:50,colorc0c0c0;
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯