La fórmula de selección de acciones de subasta call más completa: ¿Cuáles son las fórmulas de selección de acciones de subasta call?
ST:=STRFIND(stkname,'ST',1)>0;
S:=STRFIND(stkname,'S',1)>0;
Pausa:=( DYNAINFO(4)=0);
Agregar :=CLOSE /REF(CLOSE,5)
Línea única:=C/REF(C,1)>=1.09 AND O=C;
xg0:=not(ST ) AND not( Suspended) AND not(S) AND NOT(One-liner );
Relación de volumen:=V/REF(MA(V, 5), 1);
Circulación:= FINANCE2(37)/10.000
D1:=ISBUYORDER AND DYNAINFO(9)*C/100>=50;{Pedido de compra dividido>500.000}
D2: =(DYNAINFO( 23)-DYNAINFO(22))/CAPITAL*100>=0.4;{Redes internas y externas};
T1:=DYNAINFO(11)/DYNAINFO(4)>=1.03 AND DYNAINFO(11) /DYNAINFO(4)
T2:=H/DYNAINFO(3)=DYNAINFO(11) AND C
T3:=HORA=9 Y MINUTO>25.99; {CONTROL DE TIEMPO}
ADVERTENCIA:=T1 Y T2 Y T3 Y D1 Y D2;
TASA DE CAMBIO:= RECUENTO(VOL/CAPITAL*100
Actual Precio:=DYNAINFO (7);
Precio Promedio:=DYNAINFO(11)+(DYNAINFO(11)*0.021);
Condiciones:=SI(Precio Actual>Precio Promedio ,1,0 );
Oferta colectiva:= Relación de volumen Y Liquidez Y Alerta temprana Y Condición;
Selección de acciones: XG0 y oferta colectiva CXH:=STRTONUM(STRRIGHT(DATESTR); (CURRENTDATE), 1));
WARNING('', CURRENTTIME>180000 y (CXH=1 OR CXH=6));
DRAWTEXTREL(10, 10, 'Indicador Fórmula');