九毛八公式指标
公式模块:
剔除三天内有一字跌停或跳空低开的票
公式怎样写
A:(c/ref(c,1)-1)*100<=-9.97 and o=c and high=c;
B:o<ref(low,1),color00ff00;
D:not(any(A=1 or b=1,3)),colorff99ff;
九毛八公式指标
剔除三天内有一字跌停或跳空低开的票
公式怎样写
A:(c/ref(c,1)-1)*100<=-9.97 and o=c and high=c;
B:o<ref(low,1),color00ff00;
D:not(any(A=1 or b=1,3)),colorff99ff;