Indicator usage:
Trend Master: Yellow belt (short-term trend) + Blue belt (medium trend) + red belt (long-term trend)
There is no money to earn only look: The candlestick above the yellow belt, short-term money to earn;
The candlestick is difficult to make money under the yellow belt;
The trend is good or bad: the Blue belt under the red belt, the trend of decline, blue belt on the red belt, megatrends upward.
The blue signal disappears to timing buy stock.
Complement diagram:
19th Green Line: EMA ((o+c)/2,19), Color00ff00,linethick2;
Yellow Line 1:ema ((o+c)/2,30), color00ffff;
Yellow Line 2:ema ((o+c)/2,35), pointdot,color00ffff;
Yellow Line 3:ema ((o+c)/2,40), pointdot,color00ffff;
Yellow Line 4:ema ((o+c)/2,45), color00ffff;
Blue 1:ema ((c+o)/2,90), colorff4a00;
Blue 2:ema ((c+o)/2,97), pointdot,colorff4a00;
Blue 3:ema ((c+o)/2,103), pointdot,colorff4a00;
Blue 4:ema ((c+o)/2,110), colorff4a00;
Red 1:ema ((c+o)/2,140) colorred;
Red 2:ema ((c+o)/2,152) Colorred,pointdot;
Red 3:ema ((c+o)/2,170) Colorred,pointdot;
Red 4:ema ((c+o)/2,180) colorred;
{Buy up signal, blue pillar}
KDJ9 bottom: = (CLOSE-LLV (low,9))/(HHV (high,9)-llv (low,9)) *100;
K9 bottom: =sma (KDJ9, 3, 1);
D9 bottom: =sma (K9, 3, 1);
J9 bottom: =3*k9 bottom -2*d9;
Stickline (K9 bottom <30,open,close,3,0), COLORFF0000;
Stickline (K9 bottom <30,open,close,2.5,0), COLORFF1100;
Stickline (K9 bottom <30,open,close,2,0), COLORFF2200;
Stickline (K9 bottom <30,open,close,1.5,0), COLORFF3300;
Stickline (K9 bottom <30,open,close,1,0), COLORFF4400;
Stickline (K9 bottom <30,open,close,0.5,0), COLORFF5500;
Stickline (K9 bottom <30,h,l,0,0), COLORFF6600;
The best indicator of the trend---the trend master (source code, main map, drawings, description, no future, Tongda letter)