大智慧三龙摆尾主图指标公式
ma20:ema(c,20);
ma60:ema(c,60);
ma133:ema(c,133);
DIFF: EMA(CLOSE,12) - EMA(CLOSE,26),colorwhite;
DEA: EMA(DIFF,9),coloryellow;
macd:2*(DIFF-DEA), COLORSTICK;
ma20:=ema(c,20);
ma60:=ema(c,60);
ma133:=ema(c,133);
vv1:=ma20>ref(ma20,1) and ma60>ref(ma60,1) and ma133>ref(ma133,1) and
ma20>ma60 and ma60>ma133 and c>ma20;
vv2:=(cross(diff,dea) or diff>dea) and diff>ref(diff,1) and dea>ref(dea,1);
xg1:stickline(vv1 and vv2,dea,diff,3,0),colorred;
上一篇:大智慧MACD大牛指标公式
下一篇:大智慧三根阴线选股指标公式
房贷利息计算方法?
有谁知道买房贷款250万,期限30
房贷扣款日几点扣款?
120万贷款30年月供多少?
房贷能提前一次性还完吗?
贷款100万25年月供多少?
房贷90万30年月供多少钱?
贷款85万30年月供多少?
50岁房贷最高可以多少年?
贷款7万3年利息多少?


