大智慧股票公式| 本文关键词:大智,智慧,指标,公式 【想研究更深入,如果您也有兴趣,加订阅号一起探讨吧!】 8657
二连阴:=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;