股票公式大全 大智慧雷神主图公式源码
2016-06-20 11:19 股票知识 zhishi.southmoney.com
obv:=SUM(IF(CLOSE>REF(CLOSE,1),VOL,IF(CLOSE<REF(CLOSE,1),-VOL,0)),0),;
ma1:ema(obv,1),LINETHICK2;
ma5:ema(obv,5);
ma10:ema(obv,10);
ma20:ema(obv,20);
ma30:ema(obv,30);
ma60:ema(obv,60);
DRAWICON(CROSS(MA1,MA5) AND CROSS(MA1,MA10) AND CROSS(MA1,MA20) and ma20>ref(ma20,1) and ma30>ref(ma30,1) and ma60>ref(ma60,1),ma1*1,1);
DRAWTEXT(cross(ma1,ma60) and ma10>ref(ma10,1) and ma20>ref(ma20,1) and ma30>ref(ma30,1) and ma60>ref(ma60,1),ma60,'关注\n \n黑马'),COLORRED;
ma1:ema(obv,1),LINETHICK2;
ma5:ema(obv,5);
ma10:ema(obv,10);
ma20:ema(obv,20);
ma30:ema(obv,30);
ma60:ema(obv,60);
DRAWICON(CROSS(MA1,MA5) AND CROSS(MA1,MA10) AND CROSS(MA1,MA20) and ma20>ref(ma20,1) and ma30>ref(ma30,1) and ma60>ref(ma60,1),ma1*1,1);
DRAWTEXT(cross(ma1,ma60) and ma10>ref(ma10,1) and ma20>ref(ma20,1) and ma30>ref(ma30,1) and ma60>ref(ma60,1),ma60,'关注\n \n黑马'),COLORRED;
更多股票公式相关资讯请关注南方财富网
(股票知识网zhishi.southmoney.com)
股票知识网声明:资讯来源于合作媒体及机构,属作者个人观点,仅供投资者参考,并不构成投资建议。投资者据此操作,风险自担。