支撑压力,资金监控
支撑压力 资金监控
E:=(H+L+O+2*C)/5;
次日突破价:E+(H-L);
次日阻力价:2*E-L;
次日支撑价:2*E-H;
次日下跌反转价:E-(H-L);
次日心理价:(E+次日突破价+次日阻力价+次日支撑价+次日下跌反转价)/5;
DIFF1:=EMA(C,3)-EMA(C,13);
DEA1:=EMA(DIFF1,9);
MACD1:=2*(DIFF1-DEA1)*10;
DIFF2:=EMA(C,5)-EMA(C,21);
DEA2:=MA(DIFF2,9);
MACD2:=2*(DIFF2-DEA2)*10;
DIFF3:=EMA(C,5)-EMA(C,89);
DEA3:=EMA(DIFF3,21);
MACD3:=2*(DIFF3-DEA3)*10;
STICKLINE(C>0,0,22,6,0),Color8BA400;
STICKLINE(C>0,0,10,6,0),Color8BA411;
STICKLINE(C>0,0,9.5,6,0),Color8BA422;
STICKLINE(C>0,0,9,6,0),Color8BA433;
STICKLINE(C>0,0,8.5,6,0),Color8BA444;
STICKLINE(C>0,0,8,6,0),Color8BA455;
STICKLINE(C>0,0,7.5,6,0),Color8BA466;
STICKLINE(C>0,0,7,10,0),Color8BA477;
STICKLINE(C>0,0,6.5,6,0),Color8BA488;
STICKLINE(C>0,0,6,6,0),Color8BA499;
STICKLINE(C>0,0,5.5,6,0),Color8BA4aa;
STICKLINE(C>0,0,5,6,0),Color8BA4cc;
STICKLINE(C>0,0,4,6,0),Color8BA4ee;
STICKLINE(C>0,0,3,6,0),Color8BA4ff;
STICKLINE(C>0,0,-15,6,0),Color8BA433;
STICKLINE(C>0,0,-10,6,0),Color8BA444;
STICKLINE(C>0,0,-5,6,0),Color8BA455;
STICKLINE(C>0,0,-1,6,0),Color8BA466;
STICKLINE(macd3>=0,0,macd3,8,0),color009e3a;
STICKLINE(macd3<0,0,-macd3,8,0),color646464;
STICKLINE(macd2>=0,0,macd2,8,0),col
查看完整内容【开通VIP会员】
VIP会员数十万个公式随便用