Current location - Trademark Inquiry Complete Network - Futures platform - Seeking Tongdaxin’s top and bottom tips! Go long when the low price turns red, and go short when the high price turns green.

VAR2:=(CLOSE-LLV(LOW,20))/(HHV(HIGH,20)-LLV(LOW,20))*100;

V

Seeking Tongdaxin’s top and bottom tips! Go long when the low price turns red, and go short when the high price turns green.

VAR2:=(CLOSE-LLV(LOW,20))/(HHV(HIGH,20)-LLV(LOW,20))*100;

V

Seeking Tongdaxin’s top and bottom tips! Go long when the low price turns red, and go short when the high price turns green.

VAR2:=(CLOSE-LLV(LOW,20))/(HHV(HIGH,20)-LLV(LOW,20))*100;

VAR3:=SMA (SMA(VAR2,3,1),3,1)/28.57;

VAR4:=EMA(VAR3,5);

VAR5:=3*VAR3-2* VAR4;

AA:=CROSS(VAR5,VAR3) AND VAR3<2.1 AND C>O;

VAR6:=(2*CLOSE+HIGH+LOW)/4;< /p>

VAR7:=LLV(LOW,13);

VAR8:=HHV(HIGH,13);

VAR9:=EMA((VAR6-VAR7) /(VAR8-VAR7)*100,13);

VARA:=EMA(0.667*REF(VAR9,1)+0.333*VAR9,2);

Multiple:VAR9 ,COLORRED,POINTDOT;

Empty:EMA(0.382*REF(VAR9,2)+0.618*VAR9,12),COLORGREEN;

STICKLINE(VAR9>VARA,VAR9,VARA ,6,0),COLORRED;

STICKLINE(VAR9<=VARA,VAR9,VARA,6,0),COLORFFCC66;