Large Wisdom Stock Selection formula

Source: Internet
Author: User
Tags drawtext

A good formula can save a lot of dash analysis time here to teach you a big smart self-coding indicators and intelligent stock selection function to select the method of short-term profit.

"Formula entry"

The first step is to open the big wisdom

The second step is to click on the function above--self-coding indicator entry

The third step in the "formula group", "All", "common", "self-made" the four headers click "Self-made" and then double-click the "Technical indicators" below

The fourth step to the right of the "new" button will jump out of a "indicator editor", where you can paste the source code of the formula come in (attached to the personal highly recommended precise short-term trading point formula see annex)

The fifth step is to paste the source code under the "Indicator Editor" in the Blank space after the "formula name" in the column to fill in the formula name, you can name, as long as you remember the name of the formula can be. Here we name the formula "precise buy and sell" and click Confirm--Save the formula. (before confirming, suggest "test formula" some of the non-large wisdom formula can not be saved in the Big Smart Optional indicator)

Here, we have completed the input of the great wisdom formula, here is how to invoke the formula to select the stock and use the formula to view the corresponding technical indicators

"Accurate stock Selection"

First click on "Features"--"smart stock" entry

The second step of choosing "self-made" header double-click "Technical Indicators" then the technical indicators will pop out many of the existing indicator formula, some are big wisdom comes with, but feel very chicken. Select the "precise buy and sell point" that we just entered and turn it into a gray selection bar

The third step at this time in the "Smart Stock" dialog box at the bottom right of the parameter bar to select "Analysis Period"-day line; "Indicator Line"--select "D"; Other indicators do not change. Tick the right "right" and then "execute the stock selection"! (Note: The parameter settings are different depending on the formula, the parameters are only suitable for the exact buy-and-sell point formula)

In this way after the system to select the stock screen will show the current selection of short-term purchase of stocks! If you want to choose a short selling point of the stock as long as the third step in the "indicator line" select "W" Other parameters will be the same.

"View Technical Indicators"

Next teach you how to use just the formula to see the indicators of the selected stocks, the method is very simple, in a stock candlestick picture mouse Right click on the blank-technical indicators-technical indicators-technical indicators other. Then you can find the "precise buy and sell point" that you just entered and you will find a new indicator or technical indicator line in the technical indicator bar at the bottom of the screen.

"Included: Selected great wisdom self-compiled indicator formula source code"

The following is a large wisdom formula source code, directly copied and pasted into the indicator editor can be

① precise buying and selling point formula (note: This formula early operation effect is better) source code is as follows:

Var1:=sum (Max (Max (High-low,abs (High-ref (close,1)), ABS (Low-ref (close,1))), 25);
Var2:=high-ref (high,1);
Var3:=ref (low,1)-low;
Var4:=sum (IF (var2>0 and var2>var3,var2,0), 25);
Var5:=sum (IF (var3>0 and var3>var2,var3,0), 25);
VAR6:=VAR4*100/VAR1;
VAR7:=VAR5*100/VAR1;
Var8:=ma (ABS (VAR7-VAR6)/(VAR7+VAR6) *100,15);
Var9:= (Var8+ref (var8,15))/2;
A:= (VAR7&GT;VAR6 and var7>25 and var6<25);
B:zig (3,5) *100,colorwhite;
G:ma (b,2);
D:cross (b,g) *1000,colorred;
W:cross (g,b) *1000,colorblue;
E:=ref (indexc,1);
F:=sma (MAX (indexc-e,0), 3,1)/sma (ABS (INDEXC-E), 3, 1);
Var10:=f and f<8;
Var11:= (CLOSE-LLV (low,9))/(HHV (high,9)-llv (low,9)) *100;
Var12:=sma (var11,3,1);
Var13:=sma (var12,3,1);
Var14:=var13 and var13<20;
A and D and Var10 and Var14;
DRAWTEXT (w=1000,1000, ' sell '), Colorwhite;
DRAWTEXT (d=1000, 1000, ' buy '), Colorwhite;


② Gann Eight line cipher line (for technical analysis only, unable to select stock intelligently), the source code is as follows:


Market: =ema (indexc,500)/ema (c,500);
Broad market Line: indexc/market, Linethick1,colorblue;
Working line: EMA (c,14), colorf00ff0,linethick1;
One line: EMA (close,144), pointdot,linethick2,color0000ff;
Line Line 2: Ema (c,25), Colorwhite,linethick2;
Line Line 3: EMA (c,318), Color0000ff,linethick2;
Four Dark Horse lines: EMA (c,453), Pointdot,linethick2,coloryellow;
Line Line 5: EMA (c,550), COLORFFCC66;
Line Line 6: EMA (c,610), Linethick2,coloryellow;
Line Line 7: Ema (c,730), Colorblue;
Line Line 8: EMA (c,99), pointdot,linethick2,colorwhite;
Diff:= (EMA (close,7)-EMA (close,19)), Colorwhite;
Dea:=ema (diff,9), colorf00ff0;
macd:=0.90* (Diff-dea), Colorstick;
Tj:= (Diff>=dea);
Tj1:= (diff>=0);
Stickline (tj,h,l,0.5,0), Coloryellow;
Stickline (tj,o,c,4,0), Coloryellow;
Stickline (Tj1 and tj,h,l,0.5,0), colorf00ff0;
Stickline (Tj1 and tj,o,c,4,1), colorf00ff0;
Stickline (diff<dea,h,l,0.5,0), colorf0f000;
Stickline (diff<dea,o,c,4,0), colorf0f000;
var1:= (Close*2+high+low)/4;
sk:= EMA (var1,13)-ema (var1,73);
sd:= EMA (sk,2);
DrawText (Cross (SK,SD) and sk<-0.04 and (C-ref (c,1))/ref (c,1) >=0.03) or (Cross (SK,SD) and sk<=-0.14) or (Cross ( SK,SD) and sk<=0.05 and (V/ma (v,5) >2 or C/ref (c,1) >0.035)), l*0.99, ' short Line '), colorred;
Stickline (Cross (SK,SD) and sk<-0.04 and (C-ref (c,1))/ref (c,1) >=0.03) or (Cross (SK,SD) and sk<=-0.14) or (cross (SK,SD) and sk<=0.05 and (V/ma (v,5) >2 or C/ref (c,1) >0.035)), h,l,0.5,0), colorred;
Stickline (Cross (SK,SD) and sk<-0.04 and (C-ref (c,1))/ref (c,1) >=0.03) or (Cross (SK,SD) and sk<=-0.14) or (cross (SK,SD) and sk<=0.05 and (V/ma (v,5) >2 or C/ref (c,1) >0.035)), o,c,10,1), linethick3,colorred;

Ss:=cross (line Line 2, line Line 8) and c>1.5 and C>ref (c,1.5) and C/ref (c,1.5) >=0.98
or Cross (line Line 2, line Line 3) and c>1.5 and C>ref (c,1.5) and C/ref (c,1.5) >=0.98
or Cross (line Line 2, line one) and c>1.5 and C>ref (c,1.5) and C/ref (c,1.5) >=0.98{and Cross (line Line 2, Line Line 3)};
DrawIcon (ss,l-0.04,1);
Dd:=cross (line Line 8, line one) and c>1.5 and C>ref (c,1.5) and C/ref (c,1.5) >=0.98
or cross (line Line 8, quad Black) and c>1.5 and C>ref (c,1.5) and C/ref (c,1.5) >=0.98
or cross (line Line 8, line Line 3) and c>1.5 and C>ref (c,1.5) and C/ref (c,1.5) >=0.98
or cross (line Line 8, line Line 3) and c>1.5 and C>ref (c,1.5) and C/ref (c,1.5) >=0.98 and Cross (line Line 2, four Dark Horse lines);
{Dd:=cross (line Line 2, Quad Black);}
DrawIcon (dd,l-0.04,3);

③ Sword Nanshan Short-term band Index (technical analysis, not applicable to Intelligent stock selection), the original code is as follows:

Var3:= (Close-ma (close,6))/ma (close,6) *100;
Var4:= (Close-ma (close,24))/ma (close,24) *100;
Var5:= (Close-ma (close,32))/ma (close,32) *100;
var6:= (VAR3+VAR4+VAR5)/3;
Var7:=ema (var6,5);
Indicators: EMA (EMA (var3,5), 5) * *, Colorstick;
Var8:=if (var6<=-20,10,0);
VAR9:=HHV (var8,10);
Stickline (var8=10,20,10,5,0), color6666ff;
Vara:=if (VAR9 and Cross (MA (close,3), MA (close,5)), 20,0);
K:ema (var7,5) * *, COLORFF00FF;
D:ema (k,5), color00ff00;
J:k*3-d*2, Coloryellow;
Varb:=between (Close,ma (close,3), MA (close,5)) and j>10;
Change hand: Vol/capital*100,linethick2, COLORff9966;
Deal "million hands": Vol/10000,linethick2, Colorblue;
DRAWTEXT (var8=10 and FILTER (var8=10,5), -10{15}, ' near Bottom '), linethick1,coloryellow;
Stickline (var8=10 and FILTER (var8=10,5), -1.6{20},-10,5,0), Coloryellow;
DRAWTEXT (vara=20,15, ' bottom '), linethick1,colorwhite;
Stickline ((vara=20), 0,10,5,0), Colorwhite;
Varc:= (ZIG (3,5) >ref (ZIG (3,5), 1) and (Ref (ZIG (3,5), 1) <=ref (ZIG (3,5), 2)) and (Ref (ZIG

(3,5), 2) <=ref (ZIG (3,5), 3));
Vard:= (ZIG (3,5) <ref (ZIG (3,5), 1) and (Ref (ZIG (3,5), 1) >=ref (ZIG (3,5), 2)) and (Ref (ZIG

(3,5), 2) >=ref (ZIG (3,5), 3));
Stickline (Varc=1), ( -14), 0,4,0), color0000ff;
DRAWTEXT ((Varc=1), (-14), ' buy '), colorff00ff;
Stickline ((vard=1), 14,0,4,0), color00ff00;
DRAWTEXT ((vard=1), 18, ' sell '), color0000ff;
Vare:=ma (100* (CLOSE-LLV (close,34))/(HHV (high,34)-llv (low,34)), 5)-20;

Varf:=100-3*sma ((CLOSE-LLV (low,75))/(HHV (high,75)-llv (low,75)) *100,20,1) +2*sma (SMA

((CLOSE-LLV (low,75))/(HHV (high,75)-llv (low,75)) *100,20,1), 15, 1);
Var10:=100-3*sma ((OPEN-LLV (low,75))/(HHV (high,75)-llv (low,75)) *100,20,1) +2*sma (SMA

((OPEN-LLV (low,75))/(HHV (high,75)-llv (low,75)) *100,20,1), 15, 1);
Var11:=varf<ref (var10,1) and Vol>ref (vol,1) and Close>ref (close,1);
DRAWTEXT (Var11 and COUNT (var11,30) =1,15, ' big money Activity '), linethick1,colorff00ff;

④ Line Trading Point formula (technical indicators only, not applicable to Intelligent stock selection), the source code is as follows:

Ma5:ma (close,5), colorffffff,linethick1;
Ma10:ma (close,10), color00ffff,linethick1;
Ma21:ma (close,21), color00ff00,linethick1;
Ma30:ma (close,30), colorff00ff,linethick1;
Ma60:ma (close,60), color0000ff,linethick1;
Ma120:ma (close,120), colorffff00,linethick1;
Buy Line: EMA (c,2), color000000;
Selling line: EMA (SLOPE (c,21) *20+c,42), pointdot,color000000;
Buy:=cross (buy line, sell line);
Sel:=cross (Sell line, buy line);
DrawText (buy,low*0.99, ' B '), COLORF00FF0,LINETHICK5;
DrawText (sel,high*1.01, ' S '), COLORWHITE,LINETHICK5;
Stickline (Buy line >= sell line, low,high,0.1,0), colorred;
Stickline (Buy line >= sell line, close,open,4.5,0), COLOR0000AA;
Stickline (Buy line >= sell line, close,open,3,0), color0000cc;
Stickline (Buy line >= sell line, close,open,2,0), COLOR0000DD;
Stickline (Buy line >= sell line, close,open,1,0), color0000ff;
Stickline (Buy line < sell line, close,open,1,0), colorEEEE00;
Stickline (Buy line < sell line, close,open,2,0), colorDDDD00;
Stickline (Buy line < sell line, close,open,3,0), colorCCCC00;
Stickline (Buy line < sell line, close,open,4.5,0), colorAAAA00;
Stickline (Buy line < sell line, low,high,0.1,0), colorFFff00;
Stickline (Cross (buy line, sell line) or cross (sell line, buy line), open,close,3.5,0), Coloryellow;

Large Wisdom Stock Selection formula

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.