编写要求:
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);