20 60日的均线
指标答疑4年前 (2022-11-25)58
20 60日的均线 编写要求:20MA上拐 60MA下行或平行 20MA小于60MA 昨日收盘价大于开盘价 今日收盘价小于开盘价 今日量能小于昨日量能 十日内有过最少一次涨停。解答:cross(ma(c,20),ref(ma(c,20),1)) and ma(c,20)<ma(c,20) and ma(c,60)<=ref(ma(...
20 60日的均线 编写要求:
20MA上拐 60MA下行或平行 20MA小于60MA 昨日收盘价大于开盘价 今日收盘价小于开盘价 今日量能小于昨日量能 十日内有过最少一次涨停。
解答:
cross(ma(c,20),ref(ma(c,20),1)) and
ma(c,20)<ma(c,20) and
ma(c,60)<=ref(ma(c,60),1) and
ref(c>o,1) and c<o and v<ref(v,1) and
exist(c/ref(c,1)>=1.095 and c=h,10);
上一篇:周线MACD零轴以上金叉
下一篇:统计每日涨停板公式
相关文章










