九毛八公式指标
股价在低位出长下影线,下影线是实体的2倍以上。长下影前一日收阴,然后后三日的收盘价在这个长下影线的开盘价之上。
公式模块:
aa:=(O-L)/(C-O)>2
and l<llv(ref(l,1),30)
and c>o
and ref(o>c,1);
ref(aa,3)
and c>ref(o,3)
and ref(c,1)>ref(o,3)
and ref(c,2)>ref(o,3)
九毛八公式指标
股价在低位出长下影线,下影线是实体的2倍以上。长下影前一日收阴,然后后三日的收盘价在这个长下影线的开盘价之上。
aa:=(O-L)/(C-O)>2
and l<llv(ref(l,1),30)
and c>o
and ref(o>c,1);
ref(aa,3)
and c>ref(o,3)
and ref(c,1)>ref(o,3)
and ref(c,2)>ref(o,3)