三日价升量缩的指标
指标答疑4年前 (2022-11-25)27
三日价升量缩的指标 编写要求:1、假设三日前那天为T日,则以T日的收盘“量”、“价”为标杆;2、T日后三日,收盘价均高于T日。同时T日后三日的成交量均低于T日;解答:ref(c,2)>ref(c,3) andref(c,1)>ref(c,3) andc>ref(c,3) andref(v,2)<ref(v,3) andref(v,1)...
三日价升量缩的指标 编写要求:
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);
相关文章










