您现在的位置:好股网 >> 股票公式 >> 通达信公式 >> 一键转帖:一阳穿5线+条件选股预警(源码 副图 贴图 选股)

一阳穿5线+条件选股预警(源码 副图 贴图 选股)


指标功能:[B]国产软件[/B]
指标类型:简体中文
所需积分:0
推荐星级:
授权方式:共享版
公式大小:0 Bytes
更新时间:2011-08-02 08:09:00
公式简介:

一阳穿5线:
MA1:MA(CLOSE,5);
MA2:MA(CLOSE,10);
MA3:MA(CLOSE,30);
MA4:MA(CLOSE,60);
MA5:MA(CLOSE,120);
MA6:MA(CLOSE,250);
DRAWICON(
CLOSE>OPEN AND
MA1>LOW AND MA1<HIGH AND
MA2>LOW AND MA2<HIGH AND
MA3>LOW AND MA3<HIGH AND
MA4>LOW AND MA4<HIGH AND
MA5>LOW AND MA5<HIGH,
(LOW*0.98),1);

DRAWICON(
CLOSE>OPEN AND
MA1>LOW AND MA1<HIGH AND
MA2>LOW AND MA2<HIGH AND
MA3>LOW AND MA3<HIGH AND
MA4>LOW AND MA4<HIGH ,
(LOW*0.98),1);
 


 




条件选股:
CLOSE>OPEN AND
MA(CLOSE,5)>LOW AND MA(CLOSE,5)<HIGH AND
MA(CLOSE,10)>LOW AND MA(CLOSE,10)<HIGH AND
MA(CLOSE,30)>LOW AND MA(CLOSE,30)<HIGH AND
MA(CLOSE,60)>LOW AND MA(CLOSE,60)<HIGH AND
MA(CLOSE,120)>LOW AND MA(CLOSE,120)<HIGH;


 


[url=http://www.goodgupiao.com/gupiaogongshi/14949.html][B]一阳穿5线+条件选股预警(源码 副图 贴图 选股)[/B][/url]