Current location - Trademark Inquiry Complete Network - Futures platform - Who can provide an early warning formula for taking the initiative to buy the address book on the same day?
Who can provide an early warning formula for taking the initiative to buy the address book on the same day?
Tongda letter buying early warning formula:

Purchase warning

VAR 1:= (high+low+near * 2)/4;

VAR2:=EMA(VAR 1,2 1);

VAR3:=STD(VAR 1,2 1);

var 4:=((var 1-var 2)/var 3 * 100+200)/4;

VAR5:=(EMA(VAR4,89)-25)* 1.56;

VAR6:=EMA(VAR5,5)* 1.22;

VAR7:=EMA(VAR6,3);

var 8:= 3 * var 6-2 * var 7;

VAR 1A:=IF(CROSS(VAR6,VAR8) AND CROSS(VAR7,VAR8) AND CROSS(VAR7,VAR6), 1,0);

VAR 1B:=EMA (closing, 3)-EMA (closing, 89);

VAR 1C:=EMA(VAR 1B,2 1);

var 1D:=(var 1 b-var 1C)* 10;

VAR 1F:=POW(VAR 1D,3)*0. 1+POW(VAR 1D,2);

Pull up funds: = if (var1d > 0.0 15,VAR 1F,0)/45;

VAR9:=EMA (closing, 2)-EMA (closing, 55);

VAR 10:=EMA(VAR9, 13);

var 1 1:= 2 *(var 9-var 10);

Main fund: = pow (var 1 1, 3) * 0.1+power (var11);

Into the warehouse: cross (raised funds, 0.0 1) colored;