【大智慧】綜合底部指標公式
攻城獅 2015.11.23 10:46
cci:=”cci”(14);
a:=ref(c,1);
rsi:=sma(max(c-a,0),6,1)/sma(abs(c-a),6,1)*100;
a1:=c-ma(c,5)/ma(c,5)*100<1;
a2:=c-ma(c,13)/ma(c,13)*100<-10;
a3:=c-ma(c,34)/ma(c,34)*100<-15;
a4:=rsi<18;
a5:=cci<-120;
底:a1 and a2 and a3 and a4 and a5;
申明:本文為作者投稿或轉(zhuǎn)載,在概念股網(wǎng) http://lakewaygifts.com/ 上發(fā)表,為其獨立觀點。不代表本網(wǎng)立場,不代表本網(wǎng)贊同其觀點,亦不對其真實性負責,投資決策請建立在獨立思考之上。