编写条件:
1、假设三日前那天为T日,则以T日的收盘“量”、“价”为标杆; 2、T日后三日,收盘价均高于T日。同时T日后三日的成交量均低于T日;编写方法:
ref(c,2)>ref(c,3) and
ref(c,1)>ref(c,3) and
c>ref(c,3) and
ref(v,2)<ref(v,3) and
ref(v,1)<ref(v,3) and
v<ref(v,3);
来源:Internet,编辑:股旁网,2015-05-28
编写条件:
1、假设三日前那天为T日,则以T日的收盘“量”、“价”为标杆; 2、T日后三日,收盘价均高于T日。同时T日后三日的成交量均低于T日;编写方法:
ref(c,2)>ref(c,3) and
ref(c,1)>ref(c,3) and
c>ref(c,3) and
ref(v,2)<ref(v,3) and
ref(v,1)<ref(v,3) and
v<ref(v,3);