Red de conocimientos turísticos - Conocimientos sobre calendario chino - Indicador de gráfico principal de tres líneas de un Yang

Indicador de gráfico principal de tres líneas de un Yang

1. Fórmula de selección de acciones:

MA13: =MA(CLOSE, 13);

MA30: =MA(CLOSE, 30); MA(CERRAR, 60);

COTION_A:=MAX(MA13,MA30),MA60);

CONDTION_B:=MIN(MIN(MA13,MA30),MA60);

CONDTION_C:=CONDTION_A=MA13 AND CONDTION_B=MA60;

CONDTION_D:=LOWlt;= CONDTION_B AND HIGHgt;=CONDTION_A;

CONDTION_E:=MAX(CLOSE , REF(CLOSE,1))=CLOSE;

CONDTION: CONDTION_C AND CONDTION_D AND CONDTION_E;

2 Fórmula de la imagen principal:

MA13: MA( CERRAR, 13);

MA30: MA(CERRAR, 30);

MA60: MA(CERRAR, 60); (MA13, MA30), MA60);

CONDTION_B:=MIN(MIN(MA13,MA30),MA60);

CONDTION_C:=CONDTION_A=MA13 AND CONDTION_B=MA60;

CONDTION_D:=LOWlt;=CONDTION_B AND HIGHgt;=CONDTION_A;

CONDTION_E:=MAX(CLOSE,REF(CLOSE,1))=CLOSE;

CONDTION:=CONDTION_C AND CONDTION_D AND CONDTION_E;

STICKLINE(CONDTION, OPEN, CLOSE, 3, 0), COLORYELLOW;

3. El 3 que contiene es el ancho de la línea K. Si no es adecuado, puede modificar el valor hasta que sea adecuado;