【大智慧】三條趨勢指標公式
攻城獅 2015.12.04 02:14
80,COLOR996699;
20,COLORGREEN;
10,COLORCC6633,LINETHICK2;
90,COLOR9966FF,LINETHICK2;
A:=MA(-100*(HHV(HIGH,34)-CLOSE)/(HHV(HIGH,34)-LLV(LOW,34)),19);
B:=-100*(HHV(HIGH,14)-CLOSE)/(HHV(HIGH,14)-LLV(LOW,14));
d:=EMA(-100*(HHV(HIGH,34)-CLOSE)/(HHV(HIGH,34)-LLV(LOW,34)),4);
長期線:A+100,color9900FF;
短期線:B+100,color888888;
中期線:d+100,coloryellow,linethick2;
DRAWTEXTABS(5,5,’概念股網(wǎng) www.chiang1015.com’),linethick1,COLOR00EEff;
見頂:(ref(中期線,1)>85 and ref(短期線,1)>85 and ref(長期線,1)>65) and cross(長期線,短期線) ;
頂部區(qū)域:(中期線80) and (ref(短期線,1)>95 or ref(短期線,2)>95 ) and 長期線>60 and 短期線<83.5
and 短期線<中期線 and 短期線<長期線+4;
頂部:=filter(頂部區(qū)域,4);
{DRAWICON( 見頂, 108, 2 );}
底部區(qū)域:(長期線<12 and 中期線<8 and (短期線<7.2 or ref(短期線,1)<5) and (中期線>ref(中期線,1) or 短期線>ref(短期線,1)))
or (長期線<8 and 中期線<7 and 短期線<15 and 短期線>ref(短期線,1)) or (長期線<10 and 中期線<7 and 短期線<1) ;
stickline( {見頂 or} 頂部,99,103,20,1 ),colorred,linethick2;
stickline( 底部區(qū)域,-4,0,22,0 ),colorgreen;
低位金叉:長期線<15 and ref(長期線,1)<15 and 中期線<18 and 短期線>ref(短期線,1) and cross(短期線,長期線) and 短期線>中期線
and (ref(短期線,1)<5 or ref(短期線,2)<5 ) and (中期線>=長期線 or ref( 短期線,1)<1 );
stickline( 低位金叉,0,5,11,0 ),colorred;
申明:本文為作者投稿或轉載,在概念股網(wǎng) http://www.chiang1015.com/ 上發(fā)表,為其獨立觀點。不代表本網(wǎng)立場,不代表本網(wǎng)贊同其觀點,亦不對其真實性負責,投資決策請建立在獨立思考之上。