Formula indicator-Excellent

Source: Internet
Author: User

V God: Vol http://www.55188.com/thread-3371557-1-1.html

 

Change hands: If (Capital> 0, V/capital * 100, v), linethick, precision2;
HS: = change hands;
K: = SMA (c-llv (L, 9)/(HHV (H, 9)-llv (L, 9) *, 3, 1), color00ff00, linethick0, precision2;
D: = SMA (K, 3, 1), colorffffff, linethick0, precision2;
J: = 3 * K-2 * D;
HLP: = SMA (WINNER (c) * 100,3, 1), color2588ff, linethick0, precision2;

NN: = sysparam (3)-sysparam (2) + 1;
Hh: = HHV (v, NN );
LL: = llv (v, NN );
Maximum: = HH [sysparam (3)];
Minimum: = ll [sysparam (3)];
RCC: = maximum * 0.9-(maximum-lowest) * 0.5;
RHL: = RCC;
Hlmax: = max (highest, lowest );
Hlmin: = min (highest, lowest );
Hlmn1: = (hlmax + hlmin)/2;
Hlmn: = HLMAX-HLMIN;
Hlmn3: = (100-0)/2*1.3;
Hlmn4: = (100-0)/1*1.3;
Limit the display area of the key line: = range (barpos, sysparam (3)-250, sysparam (3) + 1 );
Fillrgn (restricted display of Kline area, (100-hlmn3) * hlmn/hlmn4 + hlmn1) + RHL, (80-hlmn3) * hlmn/hlmn4 + hlmn1) + RHL), color33333333;
Fillrgn (restricted display of Kline area, (0-hlmn3) * hlmn/hlmn4 + hlmn1) + RHL, (25-hlmn3) * hlmn/hlmn4 + hlmn1) + RHL), color33333333;
Fillrgn (restricted display K line area and HLP> 80, (hlp-HLMN3) * hlmn/hlmn4 + hlmn1) + RHL, (80-hlmn3) * hlmn/hlmn4 + hlmn1) + RHL ), color9a5791;
Partline (restricted display of Kline area, (25-hlmn3) * hlmn/hlmn4 + hlmn1) + RHL), color888888;
Partline (restricted display of Kline area, (50-hlmn3) * hlmn/hlmn4 + hlmn1) + RHL), color88888888;
Partline (restricted display of Kline area, (80-hlmn3) * hlmn/hlmn4 + hlmn1) + RHL), color888888;

{Best time to buy}
LC: = REF (close, 1 );
Rsi5: = (SMA (max (close-LC), 0), 5, 1)/SMA (ABS (close-LC), 5, 1) * 100 );
Tr1: = sum (max (high-low), ABS (high-ref (close, 1), ABS (low-ref (close, 1), 10 );
HD: = (high-ref (high, 1 ));
Ld: = (ref (low, 1)-low );
DMP: = sum (if (HD> 0) and (HD> LD), HD, 0), 10 );
DMM: = sum (if (LD> 0) and (LD> HD), LD, 0), 10 );
PDI: = (DMP * 100)/tr1 );
MDI: = (DMM * 100)/tr1 );
ADX: = MA (ABS (MDI-PDI)/(MDI + PDI) * 100), 5 );
AV: = (rsi5 + ADX );
DxR: = (ADX + REF (ADX, 5)/2) + rsi5 );
Wr10: = (100 * (HHV (high, 10)-close)/(HHV (high, 10)-llv (low, 10 )));
Newvol: = (rsi5-wr10 );
Best Buy: = (Av + newvol );
Stickline (Cross (Best Buy, 0), (85-hlmn3) * hlmn/hlmn4 + hlmn1) + RHL, (100-hlmn3) * hlmn/hlmn4 + hlmn1) + RHL, 6, 0), colorred;

{Millions of tests}
Trend Line: = 3 * SMA (CLOSE-LLV (low, 27)/(HHV (high, 27)-llv (low, 27) *, 5, 1) -2 * SMA (CLOSE-LLV (low, 27)/(HHV (high, 27)-llv (low, 27) *, 5, 1), 3, 1 ), linethick2, colorred, precision0;
Preparation: If (trend line <= 5, (65-hlmn3) * hlmn/hlmn4 + hlmn1) + RHL, (100-hlmn3) * hlmn/hlmn4 + hlmn1) + RHL), colorffffff;
Vara2: = llv (MA (low, 3), 3 );
Vara3: = HHV (MA (high, 3), 3 );
KK: = EMA (CLOSE-VARA2)/(VARA3-VARA2) * 0.7) * + 20, colorff00ff, linethick2;
DD: = EMA (0.667 * ref (KK, 1) + 0.333 * KK, 2) * 0.7 + 20, colorffff00;
Kk2: = EMA (ABS (VARA2-CLOSE)/ABS (VARA2-VARA3) * 0.7) * + 20;
Dd2: = EMA (0.667 * ref (kk2, 1) + 0.333 * kk2, 2) * 0.7 + 20;
Tip: If (KK2-KK) * 2.5> 35, (75-hlmn3) * hlmn/hlmn4 + hlmn1) + RHL, (100-hlmn3) * hlmn/hlmn4 + hlmn1) + RHL), linethick2, colorff00ff, precision0;

Xxjj: = llv ("kdj. J", 2) = llv ("kdj. J", 8 );
Timing: If (Cross ("kdj. J ", 1) and ref (xxjj, 1), (90-hlmn3) * hlmn/hlmn4 + hlmn1) + RHL, (100-hlmn3) * hlmn/hlmn4 + hlmn1) + RHL), linethick2, coloryellow, precision0;
Traffic purchase point: = cross (0.9, 1/Vol * 1000> 0.01 and "kdj. J" <0 );
Stickline (local purchase point, (0-hlmn3) * hlmn/hlmn4 + hlmn1) + RHL, (20-hlmn3) * hlmn/hlmn4 + hlmn1) + RHL, 9,0), colorff0080, precision0;

SJ: = If (currenttime> 93000 and currenttime <150000,
If (currenttime <113000, (timetot0 (currenttime)-34200)/60,
If (currenttime> 130000, (timetot0 (currenttime)-39600)/60,120), 240 );
Prediction amount: If (barstatus = 2, (V/Sj * 240), V), color00ffff, linethick;
Stickline (barstatus = 2, 0, predicted amount, 9, 1), coloreeeeff, linedot;

Location: = If (Capital = 0, amount = llv (amount, 34), substitution <Ma (substitution, sumbars (v, capital)/3), linethick0;
Polar quantity: If (change hands <Ma (change hands, sumbars (VOL, capital)/, 0), linethick0;
Continuous volume: = count (volume of ground, 3)> = 3 and count (polar volume, 3)> = 1;
One-character dashboard: = C> = REF (C, 1) * 1.01 and C = O and H = L; One-character dashboard: = C * 1.1> = REF (C, 1) and C = O and H = L;
No WordPad: = Not (wordpad or WordPad );
Stickline (Earth volume and no single-field board and (C-Ma (C, 5)/Ma (C, 5) * 100 <0, V, 0), colorff0080;
Stickline (Earth volume and no single-field board and (C-Ma (C, 5)/Ma (C, 5) * 100 <0, V, 0), color00ffff;
Stickline (C> O, V, 0, 6, 1), colorred;
Stickline (C <= O, V, 0, 6, 1), colorfff333;
AA: = vol> = REF (V, 1) * 1.91 and C> REF (C, 1 );
Aa1: = vol <REF (llv (VOL, 21), 1) and has no blank plates;
Aa2: = vol <REF (llv (VOL, 55), 1) and has no blank plates;
Aa3: = ABS (VOL-REF (VOL, 1)/Ref (VOL, 1) <= 0.05 and no blank plate;
Stickline (AA, 0, V, 6, 0), colorred;
Stickline (aa1, 0, V/2, 6, 0), colorgreen;
Stickline (Aa2, 0, V/2, 6, 0), colorff00ff;
Stickline (aa3, 0, V, 4, 0), colorwhite;

Ground: HHV (v, 60)/6, color00ff00, linethick2, precision0;
Partline (restricted display of Kline area, (hlp-HLMN3) * hlfe2/hlmn4 + hlmn1) + RHL), color2588ff, linethick1, linedot;
Partline (restricted display of Kline area, ("kdj. K"-hlmn3) * hlmn/hlmn4 + hlmn1) + RHL), colorfff111;
Partline (restricted display of Kline area, ("kdj. d"-hlmn3) * hlmn/hlmn4 + hlmn1) + RHL), color00ff00;
Partline (restricted display of Kline area, ("kdj. J"-hlmn3) * hlmn/hlmn4 + hlmn1) + RHL), colorff1111;
Mv35: Ma (v, 35), colorffffff, precision0;
Mv10: Ma (v, 10), color00ffff, precision0;
Mv5: Ma (v, 5), colorff00ff, precision0;

========================================================== =

Happy Lantern Festival! TDx exchange: If (Capital> 0, V/capital * 100, v), linethick0;
HS: = change hands;
HLP: = SMA (WINNER (c) * 100,3, 1), color2588ff, linethick0;
NN: = 250;
Hh: = HHV (v, NN );
LL: = llv (v, NN );
Maximum: = const (HH );
Minimum: = const (LL );
RCC: = maximum * 0.9-(maximum-lowest) * 0.5;
RHL: = RCC;
Hlmax: = max (highest, lowest );
Hlmin: = min (highest, lowest );
Hlmn1: = (hlmax + hlmin)/2;
Hlmn: = HLMAX-HLMIN;
Hlmn3: = (100-0)/2*1.3;
Hlmn4: = (100-0)/1*1.3;
Limit the display area of the key line: = 1;
Drawband (100-hlmn3) * hlmn/hlmn4 + hlmn1) + RHL, RGB (55,55, 55), (80-hlmn3) * hlfe2/hlmn4 + hlmn1) + RHL, drawnull );
Drawband (HLP-HLMN3) * hlmn/hlmn4 + hlmn1) + RHL, RGB (150,100,150), (80-hlmn3) * hlmn/hlmn4 + hlmn1) + RHL, drawnull );
Drawband (25-hlmn3) * hlmn/hlmn4 + hlmn1) + RHL, RGB (55,55, 55), (0-hlmn3) * hlmn/hlmn4 + hlmn1) + RHL, drawnull );
(100-hlmn3) * hlmn/hlmn4 + hlmn1) + RHL, color333333;
(80-hlmn3) * hlmn/hlmn4 + hlmn1) + RHL, color333333;
(50-hlmn3) * hlmn/hlmn4 + hlmn1) + RHL, color888888;
(25-hlmn3) * hlmn/hlmn4 + hlmn1) + RHL, color333333;
{Best time to buy}
LC: = REF (close, 1 );
Rsi5: = (SMA (max (close-LC), 0), 5, 1)/SMA (ABS (close-LC), 5, 1) * 100 );
Tr1: = sum (max (high-low), ABS (high-ref (close, 1), ABS (low-ref (close, 1), 10 );
HD: = (high-ref (high, 1 ));
Ld: = (ref (low, 1)-low );
DMP: = sum (if (HD> 0) and (HD> LD), HD, 0), 10 );
DMM: = sum (if (LD> 0) and (LD> HD), LD, 0), 10 );
PDI: = (DMP * 100)/tr1 );
MDI: = (DMM * 100)/tr1 );
ADX: = MA (ABS (MDI-PDI)/(MDI + PDI) * 100), 5 );
AV: = (rsi5 + ADX );
DxR: = (ADX + REF (ADX, 5)/2) + rsi5 );
Wr10: = (100 * (HHV (high, 10)-close)/(HHV (high, 10)-llv (low, 10 )));
Newvol: = (rsi5-wr10 );
Best Buy: = (Av + newvol );
Stickline (Cross (Best Buy, 0), (85-hlmn3) * hlmn/hlmn4 + hlmn1) + RHL, (100-hlmn3) * hlmn/hlmn4 + hlmn1) + RHL, 2.8, 0), colorred;

{Millions of tests}
Trend Line: = 3 * SMA (CLOSE-LLV (low, 27)/(HHV (high, 27)-llv (low, 27) *, 5, 1) -2 * SMA (CLOSE-LLV (low, 27)/(HHV (high, 27)-llv (low, 27) *, 5, 1), 3, 1 ), linethick2, colorred;
Preparation: If (trend line <= 5, (65-hlmn3) * hlmn/hlmn4 + hlmn1) + RHL, (100-hlmn3) * hlmn/hlmn4 + hlmn1) + RHL), colorffffff;
Vara2: = llv (MA (low, 3), 3 );
Vara3: = HHV (MA (high, 3), 3 );
KK: = EMA (CLOSE-VARA2)/(VARA3-VARA2) * 0.7) * + 20, colorff00ff, linethick2;
DD: = EMA (0.667 * ref (KK, 1) + 0.333 * KK, 2) * 0.7 + 20, colorffff00;
Kk2: = EMA (ABS (VARA2-CLOSE)/ABS (VARA2-VARA3) * 0.7) * + 20;
Dd2: = EMA (0.667 * ref (kk2, 1) + 0.333 * kk2, 2) * 0.7 + 20;
Tip: If (KK2-KK) * 2.5> 35, (75-hlmn3) * hlmn/hlmn4 + hlmn1) + RHL, (100-hlmn3) * hlmn/hlmn4 + hlmn1) + RHL), linethick2, colorff00ff;

Xxjj: = llv ("kdj. J", 2) = llv ("kdj. J", 8 );
Timing: If (Cross ("kdj. J ", 1) and ref (xxjj, 1), (90-hlmn3) * hlmn/hlmn4 + hlmn1) + RHL, (100-hlmn3) * hlmn/hlmn4 + hlmn1) + RHL), linethick2, coloryellow;
Traffic purchase point: = cross (0.9, 1/Vol * 1000> 0.01 and "kdj. J" <0 );
Stickline (local purchase point, (0-hlmn3) * hlmn/hlmn4 + hlmn1) + RHL, (20-hlmn3) * hlmn/hlmn4 + hlmn1) + RHL, 3, 0), colorff0080;
SJ: = 240;
Prediction amount: If (islastbar, (V/Sj * 240), V), color00ffff, linethick0;
Stickline (islastbar, 0, prediction amount, 2, 1), coloreeeeff;
Location: = If (Capital = 0, amount = llv (amount, 34), substitution <Ma (substitution, sumbars (v, capital)/3), linethick0;
Polar quantity: If (change hands <Ma (change hands, sumbars (VOL, capital)/, 0), linethick0;
Continuous volume: = count (volume of ground, 3)> = 3 and count (polar volume, 3)> = 1;
One-character dashboard: = C> = REF (C, 1) * 1.01 and C = O and H = L;
Single-field dashboard: = C * 1.1> = REF (C, 1) and C = O and H = L;
No WordPad: = Not (wordpad or WordPad );
Stickline (Earth volume and no field board and (C-MA (C, 5)/Ma (C, 5) * 100 <0, V, 0, 2.8, 0), colorff0080;
Stickline (Earth volume and no field board and (C-MA (C, 5)/Ma (C, 5) * 100 <0, V, 0, 2.5, 0), color00ffff;
Stickline (C> O, V, 0, 2, 1), colorred;
Stickline (C <= O, V, 0, 2, 1), colorfff333;
AA: = vol> = REF (V, 1) * 1.91 and C> REF (C, 1 );
Aa1: = vol <REF (llv (VOL, 21), 1) and has no blank plates;
Aa2: = vol <REF (llv (VOL, 55), 1) and has no blank plates;
Aa3: = ABS (VOL-REF (VOL, 1)/Ref (VOL, 1) <= 0.05 and no blank plate;
Stickline (AA, 0, V, 2, 0), colorred;
Stickline (aa1, 0, V/2, 2, 0), colorgreen;
Stickline (Aa2, 0, V/2, 0), colorff00ff;
Stickline (aa3, 0, V, 1, 0), colorwhite;
Ground: HHV (v, 60)/6, color00ff00, linethick2;
(HLP-HLMN3) * hlmn/hlmn4 + hlmn1) + RHL, color0000ff, linethick1, pointdot;
("Kdj. K"-hlmn3) * hlmn/hlmn4 + hlmn1) + RHL, colorfff111;
("Kdj. d"-hlmn3) * hlmn/hlmn4 + hlmn1) + RHL, color00ff00;
("Kdj. J"-hlmn3) * hlmn/hlmn4 + hlmn1) + RHL, colorff1111;
Mv35: Ma (v, 35), colorffffff;
Mv10: Ma (v, 10), color00ffff;
Mv5: Ma (v, 5), colorff00ff;

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.