九毛八公式指标
源码如下 满堂红 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;