编写要求:
一、要求:1,第一日,收阴线,跌幅百分之3以上, 2,第二日,收阴,跌幅也要在百分之3以上, 3,第三日,收阳,阳线收在昨日阴线实体以内。 二、要求,1昨日,收阴线,跌幅在百分之3以上, 而且收下影线。 2,今日收阳线,阳线在阴线下影线以内。
www.gszx.com.cn网解答:
一、ref(every(c<o and c/ref(c,1)<0.97,2),1) and c>o and c<ref(o,1) and o>ref(c,1);
二、ref(c<o,1) and ref(c,1)/ref(c,2)<0.97 and ref(l<c,1) and c>o and c<ref(c,1) and o>ref(l,1);