我已经组合成大智慧“立体K线”图的公式(含移动平均线),很好看。在这里和大家分享。大智慧立体k线图公式如下:
{立体k线} {p1 0 600 5 p2 0 600 10 p3 0 600 20 p4 0 600 30 p5 0 600 120 p6 0 600 250}
MA1:MA(CLOSE,P1); MA2:MA(CLOSE,P2); MA3:MA(CLOSE,P3); MA4:MA(CLOSE,P4); ma5:ma(close,p5); ma6:ma(close,p6); STICKLINE(C>O,C,O,8,0),COLOR0000AA; STICKLINE(C<O,C,O,8,0),COLOR998855; STICKLINE(C>O,C,O,5,0),COLOR0000CC; STICKLINE(C>O,C,O,3,0),COLOR0000DD; STICKLINE(C>O,H,L,0,0),COLOR0000FF; STICKLINE(C<O,C,O,5,0),COLORBBAA77; STICKLINE(C<O,C,O,3,0),COLORDDCC99; STICKLINE(C<O,H,L,0,0),COLORFFEEBB;
|