三根阴线选股 源码

2013-01-17 08:30:00来源:本站整理浏览:205

二连阴:=count(c<o,3)>=2;
二缩量:=count(VOL<ref(VOL,1),3)>=2;
二根阴线选股:二连阴 and 二缩量 and O<C and VOL>ref(VOL,1)*1.2;
三连阴:=count(c<o,4)>=3;
三缩量:=count(VOL<ref(VOL,1),4)>=3;
三根阴线选股:三连阴 and 三缩量 and O<C and VOL>ref(VOL,1)*1.2;

大智慧三根阴线选股指标公式

股票公式栏目导航

本类热门

相关公式