Respuesta

no se puede abrir el archivo ... *sqheikenashi.ex4

2 respuestas

eastpeace

Cliente, bbp_participante, comunidad, sq-último, 305 respuestas.

Visitar el perfil

hace 6 años #117854

2017.07.03 12:37:13.096 2017.03.15 00:00:00 oil-day USCRUDE,Daily: 2017.03.15 00:00 Orden existente no existe
2017.07.03 12:37:13.096 2017.03.15 00:00:00 no se puede abrir el archivo 'C:\Users\.......430DD1287919FFF5B4\MQL4\indicators\SqHeikenAshi.ex4' [2]
2017.07.03 12:37:13.095 2017.03.15 00:00:00 no se puede abrir el archivo 'C:\Users\.....53CC430DD1287919FFF5B4\MQL4\indicators\SqHeikenAshi.ex4' [2]
2017.07.03 12:37:13.095 2017.03.14 15:00:00 Probador: stop loss #596 a 47.56 (47.53 / 47.58)
 

He encontrado que en el registro de Mt4, al hacer la prueba de ea

 

 

Pero hay henkenashi func en ea. ¿Es normal?

 

 

double sqHeikenAshi(string symbol, int timeframe, string mode, int shift) {
   if(símbolo == "NULL" | símbolo == "Actual") {
      if(mode == "Open") {
         return(iCustom(NULL, timeframe, "SqHeikenAshi", 0,0,0,0, 2, shift));
      }
      if(mode == "Close") {
         return(iCustom(NULL, timeframe, "SqHeikenAshi", 0,0,0,0, 3, shift));
      }
      if(modo == "Alto") {
         return(MathMax(iCustom( NULL, timeframe, "SqHeikenAshi", 0,0,0,0, 0, shift), iCustom( NULL, timeframe, "Heiken Ashi", 0,0,0,1, shift));
      }
      if(mode == "Low") {
         return(MathMin(iCustom( NULL, timeframe, "SqHeikenAshi", 0,0,0,0, 0, shift), iCustom( NULL, timeframe, "Heiken Ashi", 0,0,0,1, shift));
      }
   } else {
      if(mode == "Open") {
         return(iCustom( símbolo, timeframe, "SqHeikenAshi", 0,0,0,0, 2, shift));
      }
      if(mode == "Close") {
         return(iCustom( símbolo, timeframe, "SqHeikenAshi", 0,0,0,0, 3, shift));
      }
      if(modo == "Alto") {
         return(MathMax(iCustom( símbolo, timeframe, "SqHeikenAshi", 0,0,0,0, 0, shift), iCustom( símbolo, timeframe, "Heiken Ashi", 0,0,0,0, 1, shift)));
      }
      if(mode == "Low") {
         return(MathMin(iCustom( símbolo, timeframe, "SqHeikenAshi", 0,0,0,0, 0, shift), iCustom( símbolo, timeframe, "Heiken Ashi", 0,0,0,0, 1, shift)));
      }
   }
   return(-1);
}

 

 

 

 

0

eastpeace

Cliente, bbp_participante, comunidad, sq-último, 305 respuestas.

Visitar el perfil

hace 6 años #144992

¡Gracias, @notch!

0

Drooley

Cliente, bbp_participant, comunidad, 0 respuestas.

Visitar el perfil

hace 6 años #197565

Hola @notch,

Estoy teniendo el mismo problema, pero parece que no puedo encontrar los indicadores personalizados en la carpeta SQ4 Beta 5.

¿Tiene la ubicación exacta?

Gracias.

0

Viendo 2 respuestas - de la 1 a la 2 (de un total de 2)