Red de conocimiento informático - Material del sitio web - Gran sabiduría abre el código fuente de clasificación de energía cinética

Gran sabiduría abre el código fuente de clasificación de energía cinética

MEDIO:= MA(Cerrar, 20);

SUPERIOR:=MEDIO 2*STD(CIERRE, 20);

BAJO:=MEDIO - 2*STD(CIERRE, 20) ;

BB: (C-inferior)/(superior-inferior)*100, COLORVERDE

IF(BB gt;=REF(BB, 1), BB, DRAWNULL), COLORROJO

IF(BB lt;=REF(BB, 1), BB, DRAWNULL), COLORVERDE

0, LÍNEA DE PUNTOS

100, LÍNEA DE PUNTOS

50, DOTLINE

Línea de adhesión (BB gt100, BB, 100, 2, 0), COLORYELLOW

Línea de adhesión (BB lt0, 0, BB, 2 , 0 ), COLORRED

Drawtext _ fix (1, 0, 0, '┻ ═ ┳一'), colorred

k: Caballo (BB, 5), color verde

IF(K gt;=REF(K,1),K,DRAWNULL),COLORRED

IF(K lt;=REF(K,1),K,DRAWNULL) ,COLORVERDE