中線強勢選股指標公式[通達信公式]
相關標簽:
此指標適合做中線操作用,根據此指標選股,要求跌下20日均線3天不回頭賣出,可獲得大波段利潤!
原理解析:
源碼:
ma20:=ma(close,20);
BTma20:= (close>ma20) and (ref(close,1)>ref(ma20,1)) and (ref(close,2)>ref(ma20,2));
vol120:=ma(vol,120);
BTvol120:= (vol > vol120) and (ref(vol,1) > ref(vol120,1)) and (ref(vol,2) > ref(vol120,2));
小盤:=(CAPITAL<100000);
中線強勢:小盤 and BTma20 and BTvol120;
有思路,想編寫各種指標公式,程序化交易模型,選股公式,預警公式的朋友
可聯系技術人員 QQ: 511411198 進行 有償 編寫!(不貴!點擊查看價格!)
相關文章
-
沒有相關內容