|
指标先容: 8 g( H" H! D- K/ A" L" |9 m5 E8 ?. m
# @2 _( T: V: G' ?/ h9 J7 `
连续10年见利的抄底逃顶利器,低位出现连续红柱买入,高位出现连续绿柱卖出。该指标来自同花顺指标平台。 2 f) g$ ]7 I: @# V1 [( Q8 m2 B
& Y1 k1 B* T# ~4 U$ g3 w* q) e6 v6 q' N
- i, ~ v4 b1 h公式源码: 3 n- C0 r9 y/ t. E
P* S9 h0 b5 Q/ `Varv:=(2*C+H+L)/4;
2 Q2 }4 m1 a; |" l& gVaru:=LLV(LOW,30);$ @; n* I4 ]/ B
VarA1:=HHV(HIGH,30);3 Y' x/ S7 m9 k. ~' g
B:=EMA((Varv-Varu)/(VarA1-Varu)*100,8);
1 B( D2 A t$ V) f3 Z N, sB1:=EMA(B,5);
% _7 a7 ?4 [) G( g, H! _4 C2 rSTICKLINE(B-B1>0,B,B1,8,1),colorred;
& ?+ I/ ^9 M( c4 @! s9 g aSTICKLINE(B-B1Va7,3) AND REF(LOW,1)=LLV(LOW,120) AND, N7 P8 ^0 u7 {
CLOSE>OPEN,1,0),60,0),coloryellow,POINTDOT;+ l, ~! A* x8 m! X) I) ]* m* V7 [( x
STICKLINE(IF(COUNT(CLOSE0.3 AND COUNT(Va6>Va7,3) AND
4 Q' E ]" m/ AREF(LOW,1)=LLV(LOW,120) AND CLOSE>OPEN,1,0),60,0,4,0),coloryellow;
, y/ y6 U" b3 }2 C* R" Y0 ]a:=(3*CLOSE+LOW+OPEN+HIGH)/6;
, D( V4 z: l. S7 |8 BD1:=(20*a+19*REF(a,1)+18*REF(a,2)+17*REF(a,3)+16*REF(a,4)+15*REF(a,5)+14*REF(a,6)! l/ H/ C$ W" @8 G- h* X
+13*REF(a,7)+12*REF(a,8)+11*REF(a,9)+10*REF(a,10)+9*REF(a,11)+8*REF(a,12)
5 p* G# S5 F5 m* K$ P+7*REF(a,13)+6*REF(a,14)+5*REF(a,15)+4*REF(a,16)+3*REF(a,17)+2*REF(a,18)+" L& f8 ]/ p9 o' Z3 s
REF(a,20))/211;
' `, r: P: L9 m8 Q3 t$ N/ E! H7 pD2:=EMA(D1,2);
, C! J% r3 T- U. ^4 ]+ tD3:=EMA(D2,2);8 f8 Q! I/ i/ U6 U4 X' n" k6 q" O
K1:=EMA(D3,2);
" ?/ ?* a5 o' [& H波段买入:IF(CROSS(D1,K1),55,0),color0099ff,POINTDOT;
0 u0 C( }& X0 J! F% lSTICKLINE(CROSS(D1,K1),55,0,4,0),COLOR0099FF;4 M# e$ s( e2 p7 \
多方趋势:=7*SMA((CLOSE-LLV(LOW,27))/(HHV(HIGH,27)-LLV(LOW,27))*30,4,1)
2 X& r/ s0 M4 z3 m' P* v5 }# t-3*SMA(SMA((CLOSE-LLV(LOW,27))/(HHV(HIGH,27)-LLV(LOW,27))*30,4,1),3,1)3 w: s6 r3 A+ V1 |
-SMA(SMA(SMA((CLOSE-LLV(LOW,27))/(HHV(HIGH,27)-LLV(LOW,27))*30,4,1)9 C0 W9 c# w# H
,3,1),2,1);+ @+ {, n' X8 q6 t. s4 k
天线:=78.89;1 Z9 `9 u( L3 s6 E
STICKLINE(CROSS(天线,多方趋势),90,95,6,0),COLOR00FF00; |