编写条件:
双阳过昨阴选股公式,第一日阳线没过阴线,第二日的阳线过阴线。编写方法:
ref(c,2)<ref(o,2)
and ref(c,1)>ref(o,1)
and ref(c,1)<ref(o,2)
and c>ref(o,2);
来源:Internet,编辑:股旁网,2016-04-07
编写条件:
双阳过昨阴选股公式,第一日阳线没过阴线,第二日的阳线过阴线。编写方法:
ref(c,2)<ref(o,2)
and ref(c,1)>ref(o,1)
and ref(c,1)<ref(o,2)
and c>ref(o,2);