请高手写出如图以下四个通达信选股公式。。。。谢谢
三连阳一阴(阴的成交量小于三天内有最高量,如图)或者三连阳一阴(阴的下跌到三天前的开盘价以下)三阳二阴(二阴的成交量小于三天收阳成交量中的最高量)二阴跌跌幅大于2.5以上...
三连阳一阴(阴的成交量小于三天内有最高量,如图)
或者三连阳一阴(阴的下跌到三天前的开盘价以下)
三阳二阴(二阴的成交量小于三天收阳成交量中的最高量)二阴跌跌幅大于2.5以上
三阳三连阴(三天阴量的最高量小于三天阳量的最高量,股价回到三天前的开盘价以下) 展开
或者三连阳一阴(阴的下跌到三天前的开盘价以下)
三阳二阴(二阴的成交量小于三天收阳成交量中的最高量)二阴跌跌幅大于2.5以上
三阳三连阴(三天阴量的最高量小于三天阳量的最高量,股价回到三天前的开盘价以下) 展开
1个回答
展开全部
1、三连阳一阴:
value:ref(every(close>ref(close,1) and vol>ref(vol,1),2),1) and clos<ref(close,1) and vol<ref(vol,1);
2、三连阳一阴:
value_a:=every(vol>ref(vol,1),3);
value_b:=every(close>ref(close,1),2);
value_c:=ref(value_b,1) and ref(open,3)>close and close<ref(close,1);
value:value_a and value_c;
3、三阳二阴:
value_a:=every(vol>ref(vol,1) and close>ref(close,1),2);
value_b:=(close-ref(close,1))/ref(close,1)*100;
value_c:=ref(value_a,1) and value_b<=-2.5 and vol<ref(vol,1);
value:ref(value_c,1) and value_b<=-2.5 and vol<ref(vol,2);
4、三阳三阴:
value_a:=every(vol>ref(vol,1) and close>ref(close,1),2);
value_b:=(close-ref(close,1))/ref(close,1)*100;
value_c:=ref(value_a,1) and value_b<0 and vol<ref(vol,1);
value_d:=ref(value_c,1) and value_b<0 and vol<ref(vol,2);
value:ref(value_d,1) and value_b<0 and close<ref(open,3) and vol<ref(vol,3);
value:ref(every(close>ref(close,1) and vol>ref(vol,1),2),1) and clos<ref(close,1) and vol<ref(vol,1);
2、三连阳一阴:
value_a:=every(vol>ref(vol,1),3);
value_b:=every(close>ref(close,1),2);
value_c:=ref(value_b,1) and ref(open,3)>close and close<ref(close,1);
value:value_a and value_c;
3、三阳二阴:
value_a:=every(vol>ref(vol,1) and close>ref(close,1),2);
value_b:=(close-ref(close,1))/ref(close,1)*100;
value_c:=ref(value_a,1) and value_b<=-2.5 and vol<ref(vol,1);
value:ref(value_c,1) and value_b<=-2.5 and vol<ref(vol,2);
4、三阳三阴:
value_a:=every(vol>ref(vol,1) and close>ref(close,1),2);
value_b:=(close-ref(close,1))/ref(close,1)*100;
value_c:=ref(value_a,1) and value_b<0 and vol<ref(vol,1);
value_d:=ref(value_c,1) and value_b<0 and vol<ref(vol,2);
value:ref(value_d,1) and value_b<0 and close<ref(open,3) and vol<ref(vol,3);
追问
第一个不能通过测试?
追答
VALUE:REF(EVERY(CLOSE>REF(CLOSE,1) AND VOL>REF(VOL,1),2),1) AND CLOSE<REF(CLOSE,1) AND VOL<REF(VOL,1);
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询