Current location - Trademark Inquiry Complete Network - Futures platform - Ask the master to help make the super short-term into a conditional stock selection formula!
Ask the master to help make the super short-term into a conditional stock selection formula!
{There is a stock selection with a control panel greater than zero}

VAR 1:=EMA(EMA(CLOSE,9),9);

Control panel: = (var 1-ref (var 1, 1))/ref (var 1,1) *1000;

REF (control panel, 1) < 0, CROSS (control panel, 0);

-

{Stock selection with high control panel greater than zero}

VAR 1:=EMA(EMA(CLOSE,9),9);

Control panel: = (var 1-ref (var 1, 1))/ref (var 1,1) *1000;

Var 2:= 100 * winner (closing price * 0.95);

Height control panel: VAR2 & gt50 and cost (85) <; CLOSE and REF (control panel, 1) < 0 and CROSS (control panel, 0);