朋友,以下是你要的选股公式:zm:ref(c,1)<ref(c,2) and c/ref(c,1)>1.03 and (h-l)/ref(c,1)>0.06; 最好能结合量能放大,这样的操作成功率较高,以下是优化的公式:zm:ref(c,1)<ref(c,2) and c/ref(c,1)>1.03 and (h-l)/ref(c,1)>0.06 and v/ref(v,1)>2; 20210311
均价:=(open+high+low+close*2)/5;突破:=均价+high-low;阻力:=均价*2-low;支撑:=均价*2-high;下降:=均价-high+low;心理:=(均价+突破+阻力+支撑+下降)/5;趋势:=expma(close,12);xg:ref(心理,1)<ref(趋势,1) and 心理>ref(心理,1) and 心理<趋势;测试通过,希望能够...