The best indicator of the trend---the trend master (source code, main map, drawings, description, no future, Tongda letter)

Source: Internet
Author: User

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)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.