DD:=DMA(CLOSE,CC);
Channel 3: (1+m/100) * DD;
Channel 4: (1-m/100) * DD;
AA:= MA((2 * close+high+low)/4,5);
Channel1:aa * n/100;
Channel 2: AA * (200-N)/ 100, ColorBlue
Adhesion line (C>o, high, low, 0, 1), colorred
Adhesion line (C>o, open, closed, 8, 1), colorred
STICKLINE(C=O, high, low, 0, 1), colorwhite
Bar line (C=O, open, closed, 8, 0), the color is white;
Adhesion line (C<o, high, low, 0, 1), colorgreen
Adhesive line (C<o, open, closed, 8,0), colorgreen
Parameter n 80 120 102 m 2 20 7
Average line
MA5: Ma (near, 5);
MA 10:MA (closing,10);
MA20: Ma (near, 20);
MA60: Ma (near, 60);