通达信【金甲量化捉妖系统V9.99】核心指标无DLL版 捉妖模型1票、2票、A级龙选、主力竞价 指标源
2024-08-16这个指标是【金甲量化捉妖系统V9.99】中的捉妖模型1票、2票核心指标组成部分(不包含原版中其它指标),原版DLL加密,现解密供大家...
var1:=ema(sma(((close - llv(low,19))/(hhv(high,19) - llv(low,19)))*(100),8,1),3);
stickline((var1 > 20) and (var1 < 80),var1,var1,10,1),colorred;
stickline((var1 < ref(var1,1)),var1,var1,10,1),colorffcc66;
stickline((var1 > 80),var1,var1,8,1),color00ff00;
stickline((var1 < 20),var1,var1,8,1),coloryellow;
ema13:=ma(close,13);
ema30:=ema(close,30);
ema60:=ema(close,60);
ema90:=ema(close,90);
ema120:=ema(close,120);
ema250:=ema(close,250);
aa:=(ema30 + ema60 + ema90 + ema120)/(4);
sx:=(aa)*((1)/(100)) + aa;
xx:=aa - (aa)*((1)/(100));
中粘一:=count(between(ema30,sx,xx) and between(ema60,sx,xx) and between(ema90,sx,xx) and between(ema120,sx,xx),5);
ua:=中粘一 and cross(close,xx) and cross(close,sx);
uaa:=ua and filter(ua,10);
中粘二:=count(between(ema30,sx,xx) and between(ema60,sx,xx) and between(ema90,sx,xx) and between(ema120,sx,xx),5);
ub:=中粘二 and (ema120 >= ref(ema120,1)) and cross(close,ema120) and cross(close,sx);
ubb:=ub and filter(ub,10);
中粘三:=count(between(ema60,xx,sx) and between(ema90,xx,sx) and between(ema120,xx,sx),5);
uc:=中粘三 and cross(close,xx) and cross(close,ema120);
ucc:=uc and filter(uc,10);
中粘四:=count(between(ema30,xx,sx) and between(ema60,xx,sx) and between(ema90,xx,sx) and between(ema120,xx,sx),5);
ud:=中粘四 and cross(ema30,ema120);
udd:=ud and filter(ud,10);
中粘:if(uaa or ubb or ucc,65,0),pointdot,coloryellow;
stickline(中粘,65,0,4,0),coloryellow;
中金叉:if(udd,60,0),pointdot,color6accc8;
stickline(中金叉,60,0,4,0),color6accc8;
aal:=(ema60 + ema90 + ema120 + ema250)/(4);
sxl:=(aal)*((2)/(100)) + aal;
xxl:=aal - (aal)*((2)/(100));
长粘一:=count(between(ema60,xxl,sxl) and between(ema90,xxl,sxl) and between(ema120,xxl,sxl) and between(ema250,xxl,sxl),5);
wa:=长粘一 and cross(close,xxl) and cross(close,sxl);
waa:=wa and filter(wa,10);
长粘二:=count(between(ema60,xxl,sxl) and between(ema90,xxl,sxl) and between(ema120,xxl,sxl),5);
wb:=长粘二 and cross(ema30,ema250);
wbb:=wb and filter(wb,10);
长粘三:=count(between(ema60,xxl,sxl) and between(ema90,xxl,sxl) and between(ema120,xxl,sxl),5);
wc:=长粘三 and cross(close,sxl) and cross(close,ema250);
wcc:=wc and filter(wc,10);
长粘四:=count(between(ema60,xxl,sxl) and between(ema90,xxl,sxl) and between(ema120,xxl,sxl),5);
wd:=长粘四 and cross(close,ema60) and cross(close,ema90) and cross(close,ema120) and cross(close,ema30) and cross(close,sxl);
wdd:=wd and filter(wd,10);
长粘:if(waa or wcc or wdd,55,0),pointdot,colorff00ff;
stickline(长粘,55,0,4,0),colorff00ff;
长金叉:if(wbb,50,0),pointdot,coloree98db;
stickline(长金叉,50,0,4,0),coloree98db;
ar1:=(ema13 < ema30) and (ema13 < ema60) and (ema13 < ema90);
ar2:=barslast(ref(cross(close,ema13),1));
ar3:=(ema13 >= ref(ema13,1));
ar4:=ar1 and ar2 and ar3 and cross(close,ema13);
拐点:if(ar4 and filter(ar4,10),45,0),pointdot,colorffffff;
stickline(拐点,45,0,4,0),colorffffff;
rr8:=ma(close,27);
rr9:=((close - rr8)/(rr8))*(100);
rra:=ma(rr9,2);
rrb:=barslast((cross((-10),rra) = 1));
rrd:=(rra < (-10)) and (rrb > 3);
黄金坑:if(rrd,10,0),pointdot,coloryellow;
stickline(黄金坑,10,0,4,0),coloryellow;
风险线:80,pointdot,coloryellow;
牛熊线:50,pointdot,colorffffff;
安全线:20,pointdot,colorffcccc;
vva:=((amount)/(vol))/(100);
vvb:=((3)*(high) + low + open + (2)*(close))/(7);
vvc:=((sum(amount,7))/(vva))/(100);
vvd:=dma(vvb,(vol)/(vvc));
vve:=((close - vvd)/(vvd))*(100);
vvf:=((close - llv(low,34))/(hhv(high,34) - llv(low,34)))*(100);
vvj:=ma(vve,20) + std(vve,20);
bias18:=((close - ma(close,18))/(ma(close,18)))*(100);
kv:=sma(vvf,3,1);
stickline((ref(bias18,1) >= 5) and cross(vvj,vve) and (kv > 79),风险线,风险线 - 5,4,0),color00ff00;
llc:=ref(close,1);
rrsi:=((sma(max(close - llc,0),6,1))/(sma(abs(close - llc),6,1)))*(100);
stickline(cross(84,rrsi),风险线,风险线 - 5,4,0),color00ff00;
多方趋势:=(7)*(sma(((close - llv(low,27))/(hhv(high,27) - llv(low,27)))*(30),4,1)) - (3)*(sma(sma(((close - llv(low,27))/(hhv(high,27) - llv(low,27)))*(30),4,1),3,1)) - sma(sma(sma(((close - llv(low,27))/(hhv(high,27) - llv(low,27)))*(30),4,1),3,1),2,1);
天线:=78.89;
stickline(cross(天线,多方趋势),风险线,风险线 - 5,4,0),color00ff00;
这个指标是【金甲量化捉妖系统V9.99】中的捉妖模型1票、2票核心指标组成部分(不包含原版中其它指标),原版DLL加密,现解密供大家...
设计思路:以涨停的思路 新视觉 实战中验证过的新思路 以确认基因黄色柱 再次捕捉尾盘阴线 涨停因子发出信号 预测个股短周期中拉...
【九封至尊】超级盘中资金版 涨停打板《 资金打分排名 》盘中尾盘专用 星级指标功能介绍:采取盘中资金模式 根据强势信号拉伸设...
软件说明:本版本是目前5月份网上能见到的最新版本,压缩包内为整套单独系统,版面已经设置好,解压即可运行,选股前需要下载完...
经测试该指标包含:BARSNEXT、REFX、REFXV、FINANCE未来函数,可能用于画线,经沙盘推演测试并未发现信号漂移,如果介意未来函数请...
寻龙千万看风囗,高低关键是量能,量能若有筹码在,定有龙头居此间!!!本指标首板二板选股为盘后选股,二合一选股器,一键选...
本指标功能介绍:本指标是一款自动捕捉强势主力强势连续大幅度短期快速洗盘结束到位 稳健捕捉介入反转点 预报个股短期内大涨幅爆...
通达信预报涨停升级《●短线预报升级版附带加仓功能》预报周期1至5个交易日 温馨提示:已使用积分下载过的朋友可以直接下载,不...
温馨提示:已使用积分下载过的朋友可以直接下载,不会重复扣积分的。2021阴阳决老版本功能介绍 指标的原理介绍:本公...
指标含WINNER和COST函数,使用前需要下载完整数据,如认为WINNER和COST是未来函数,请谨慎充值下载。指标全源码,无任何加密。...