How to apply the communication formula

PHPz
Release: 2024-01-19 22:42:25
forward
987 people have browsed it

How to apply the communication formula

How to use the communication formula

MA13:MA(C,13),COLOR0066FF,LINETHICK2;

STICKLINE(C>MA13,L,H,0,0),COLORRED;

STICKLINE(C>MA13,O,C,8,0),COLOR000088;

STICKLINE(C>MA13,O,C,5,0),COLOR0000AA;

STICKLINE(C>MA13,O,C,3,0),COLOR0000CC;

STICKLINE(C>MA13,O,C,1,0),COLOR0000FF;

BIAS1:=MA((C-MA(C,13))/MA(C,13),3)*100,COLORWHITE,LINETHICK0;

BIAS3:=MA((C-MA(C,34))/MA(C,34),3)*100,COLORFF00FF,LINETHICK0;

Focus area: =COUNT(BIAS3=8 AND COUNT(BIAS3>0,34)>13 AND COUNT(BIAS330 OR BIAS3

STICKLINE (area of ​​concern, C,O,8,0),COLOR8977FF;

STICKLINE (area of ​​concern, L, H, 0, 0), COLOR8977FF;

Open gun 1:=CROSS(BIAS1,0) AND SUM(IF(BIAS310,LINETHICK0;

STICKLINE(shoot 1,C,O,8,0),COLOR0066BB;

STICKLINE(shoot 1,C,O,5,0),COLOR0099CC;

STICKLINE(shoot 1,C,O,3,0),COLOR00CCEE;

STICKLINE(shoot 1,C,O,1,0),COLOR00FFFF;

STICKLINE(shoot 1,L,H,0,0),COLOR00FFFF;

DRAWTEXT(shoot 1,C*0.97,'shoot 1'),COLOR0000FF;

LC:REF(C,1),LINETHICK0;

RSI:=((SMA(MAX((C-LC),0),13,1)/SMA(ABS((C-LC)),13,1))*100);

STICKLINE((RSI

STICKLINE((RSI

DRAWTEXT(CROSS(RSI,20-0.0005),L*0.97,'short line'),COLORAA99AA;

STICKLINE(CROSS(RSI,20-0.0005),C,O,8,0),COLOR888888;

STICKLINE(CROSS(RSI,20-0.0005),C,O,5,0),COLORAAAAAA;

STICKLINE(CROSS(RSI,20-0.0005),C,O,3,0),COLORCCCCCC;

STICKLINE(CROSS(RSI,20-0.0005),C,O,1,0),COLORFFFFFF;

STICKLINE(CROSS(RSI,20-0.0005),L,H,0,0),COLORFFFFFF;

When the K line turns red, you can buy. When the K line is white, there is an opportunity for short-term access.

Write formulas based on ideas and modify formulas. Intraday warning, conditional stock selection. Decrypt the formula and remove the time limit. I point

Image You can customize the formula by (private) message. Finally, just click to accept it.

Please help the experts edit the buying point warning of Tongda Credit. The following are the main chart indicators

VAR3:=LLV(HIGH,240);

VAR4:=100*(CLOSE-VAR3)/VAR3;

VAR5:=(CLOSE-LLV(LOW,528))/(HHV(HIGH,528)-LLV(LOW,528))*100;

VAR6:=(CLOSE-LLV(CLOSE,530))/(HHV(CLOSE,530)-LLV(CLOSE,530))*100;

VAR7:=0;

VAR8:=SMA(MAX(CLOSE-REF(CLOSE,1),0),34,1)/SMA(ABS(CLOSE-REF(CLOSE,1)),7,1)*100;

VAR9:=SMA(MAX(CLOSE-REF(CLOSE,1),0),13,1)/SMA(ABS(CLOSE-REF(CLOSE,1)),13,1)*100;

VAR10:=IF(TROUGHBARS(3,16,1)=0 AND HIGH>LOW 0.04,4,0);

VAR11:=ZIG(3,6)>REF(ZIG(3,6),1) AND REF(ZIG(3,6),1)

VAR12:=ZIG(3,6)=REF(ZIG(3,6),2) AND REF(ZIG(3,6),2)>=REF(ZIG(3,6),3); VAR13:=ZIG(3,22)>REF(ZIG(3,22),1) AND REF(ZIG(3,22),1)=REF(ZIG(3,22),3); VAR15 :=ZIG(3,51)>REF(ZIG(3,51),1) AND REF(ZIG(3,51),1)=REF(ZIG(3,51),3); VAR17: =ZIG(3,72)>REF(ZIG(3,72),1) AND REF(ZIG(3,72),1)=REF(ZIG(3,72),3); VAR19:= EMA(CLOSE,2)-EMA(CLOSE,150 Buy 1:=VAR10; Buy 2:=(VAR11 VAR13 VAR15 VAR17); Sell 1:=(VAR12 VAR14 VAR16 VAR18); VAR100:=(100 - ((90 * (HHV(HIGH,20) - CLOSE)) / (HHV(HIGH,20) - LLV(LOW,20)))); VAR200:=(100 - ((90 * (HHV(HIGH,20) - CLOSE)) ) / (HHV(HIGH,20) - LLV(LOW,20)))); VAR300:=(100 - MA(((100 * (HHV(HIGH,5) - CLOSE))) / (HHV(HIGH,5 ) - LLV(LOW,5))),34)); B:=IF (Buy 1>0 OR Buy 2>0, LOW*0.99, DRAWNULL); CROSS (B, Buy 1); {Price:} Formula There is a future in it, it is recommended not to use it!!!

Please help me write such a Tongdaxin main chart indicator. Thank you!

N:=30;

M5:MA(C,5);

M10:MA(C,10);

Rising channel: =M5>M10 OR M10>REF(M10,1);

M10 support: =ABS(REF(C,1)/M10-1)=1;

MM:=COUNT(CROSS(M5,M10),N);

V1:=Ascending channel AND MM=1 AND M10 support;

V2: = ascending channel AND MM=2 AND M10 support;

V3: = ascending channel AND MM=3 AND M10 support;

V4: = ascending channel AND MM=4 AND M10 support;

DRAWTEXT(V1,LOW,'Buy 1');

DRAWTEXT(V2,LOW,'Buy 2');

DRAWTEXT(V3,LOW,'Buy 3');

DRAWTEXT(V4,LOW,'Buy 4');

The above is the detailed content of How to apply the communication formula. For more information, please follow other related articles on the PHP Chinese website!

source:docexcel.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template