三根阴线选股指标 (源码)

2013-01-11 09:59:00来源:本站整理浏览:166

二连阴:=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;

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

股票公式栏目导航

精品指标推荐

最新热门

本类随机推荐

相关公式