当前位置:→ 公式网 > 公式解答 > 正文 ℃
问:麻烦老师帮忙编个大智慧两阳夹两阴公式?
麻烦各位班长帮忙编写个两阳夹两阴选股公式,希望最后一根阳线收盘要高于阴线实体的最高点
{公式在线提供:www.gszx.com.cn}答案:
mx:=max(ref(c,2),ref(o,2),ref(c,1),ref(o,1));
mi:=min(ref(c,2),ref(o,2),ref(c,1),ref(o,1));
ref(c,3)>mx and ref(o,3)<mi and ref(c,2)<ref(o,2) and ref(c,1)<ref(o,1) and c>mx and c>o;
查看全部互动内容
互动内容: