九毛八公式指标
选出存在如下五根K线组合的票:四天的收盘价开盘价均高于第一天的收盘价。
公式模块:
x:=min(c,o);
ref(c>o,4) and x>ref(c,4) and ref(x,1)>ref(c,4) and ref(x,2)>ref(c,4) and ref(x,3)>ref(c,4);
九毛八公式指标
选出存在如下五根K线组合的票:四天的收盘价开盘价均高于第一天的收盘价。
x:=min(c,o);
ref(c>o,4) and x>ref(c,4) and ref(x,1)>ref(c,4) and ref(x,2)>ref(c,4) and ref(x,3)>ref(c,4);