手机端
当前位置:爱约股 > 公式技巧 > 把满堂红指标改成通达信指标

把满堂红指标改成通达信指标

源码如下 满堂红 AA=MA(LOW,20)+MA(LOW,20)0.11,colorblack,LINETHICK1; STICKLINE(AACLOSE,O,C,10,0),COLOR0000C8; STICKLINE(AACLOSE,O,C,7,0),COLOR0000D7; STICKLINE(AACLOSE,O,C,3,0),COLOR0000EA; STICKLINE(AACLOSE,H,L,1,0),COLOR0000BB; STICKLINE(AACLOSE,C,O,10,0),COLOR007700; STICKLINE(AACLOSE,C,O,7,0),COLOR008E00; STICKLINE(AACLOSE,C,O,3,0),COLOR009900; STICKLINE(AACLOSE,H,L,1,0),colorgreen;

爱约股解答:

{满堂红}

AA:=MA(LOW,20)+MA(LOW,20)*0.11,COLORBLACK,LINETHICK1;

STICKLINE(AA>CLOSE,O,C,4,0),COLOR0000C8;

STICKLINE(AA>CLOSE,O,C,3,0),COLOR0000D7;

STICKLINE(AA>CLOSE,O,C,2,0),COLOR0000EA;

STICKLINE(AA>CLOSE,H,L,0,0),COLOR0000BB;

STICKLINE(AA<CLOSE,C,O,4,0),COLOR007700;

STICKLINE(AA<CLOSE,C,O,3,0),COLOR008E00;

STICKLINE(AA<CLOSE,C,O,2,0),COLOR009900;

STICKLINE(AA<CLOSE,H,L,0,0),COLORGREEN;

TAG:
分享至:

相关推荐