[转载]成功率惊人指标源码及精华指标密码公开了

标签:
转载 |
longggg:=(CLOSE-LLV(LOW,9))/(HHV(HIGH,9)-LLV(LOW,9))*100;
L:=(SMA(longggg,3,1));
O:=(SMA(L,3,1));
N:=(3*L-2*O);
G:=L+O;
发:=G<55;
财:=G<60;
闭:=CROSS(MA(CLOSE,10),MA(CLOSE,15));
路:=CROSS(MA(CLOSE,10),MA(CLOSE,19));
电:=ref(发,3) and (ref(发,18) or ref(发,27) or ref(发,76) or ref(发,87)
or ref(发,99) or ref(发,212));
视:=ref(发,23) and (ref(发,78) or ref(发,132));
监:=SARTURN(2,3,30)=1;
控:=ref(发,8) and (ref(发,132) or
追:=ref(财,18) and (ref(财,88) and
涨:=CLOSE/REF(CLOSE,1)>=1.099;
买:=OPEN=LOW AND HIGH=CLOSE;
入:=VOL<MA(VOL,5) AND
VOL<REF(VOL,1);
成功率92%:=涨 AND 买 AND 入 AND COUNT(涨 AND 买 AND 入,20)=1;
成功率92% and (闭 or 路 or 电 or 视 or 监 or 控 or 追 or
G<38);
二、精华指标密码:精华指标1密码为1,精华指标1密码为2,其它以此类推。哈哈!!