{谦溢地心引力通道主图公式}
UPPER:(MA(CLOSE,25)+2*STD(CLOSE,25))*1.1;
LOWER:(MA(CLOSE,25)-2*STD(CLOSE,25))*0.9;
MID:MA(CLOSE,25);
STICKLINE(C>=O,C,O,3,0),COLORRED;
STICKLINE(C<O,C,O,3,0),COLORGREEN;
STICKLINE(C>=O,O,L,0,0),COLORRED;
STICKLINE(C<O,C,H,0,0),COLORGREEN;