编写要求:
昨天收小阴小阳线或十字星线,今天阳线k线实体包住昨天k线实体时的预警公式。
www.gszx.com.cn网解答:
ZF:=c/ref(c,1); vv1:=ZF<1.03 and ZF>0.97; vv2:=c>ref(c,1) and c>o and o<=ref(min(c,o),1) and c>ref(max(c,o),1); xg:vv2 and ref(vv1,1);