极其震撼的趋势性判断指标,见过趋势判断没有能超越它的(包括自己编写过的资金流统计指标)。
蓝色飘带代表轻仓或空仓。
红色飘带代表全仓或重仓。
A股10年完全历史验证,诸位自己对照指标判断
新高:c=hhv(c,200),linethick0;
新低:c=llv(c,200),linethick0;
差数:=selfdata('新高数')-selfdata('新低数');
差数,colorstick;
0,dotline,colorwhite;
40,dotline,coloryellow;
ema13:ema(差数,13),colorwhite,linethick1;
ema17:ema(差数,17),colorwhite,linethick1;
fillrgn(ema13,ema17,ema13>ema17,rgb(255,0,0),ema13
drawtextabs(600,30,'新低数:'+selfdata('新低数')),colorcyan;
自定义数据的制作参见附图,可生成全部历史数据