Resposta

Não é possível abrir o arquivo ... *sqheikenashi.ex4

2 respostas

Eastpeace

Cliente, bbp_participant, community, sq-ultimate, 305 respostas.

Perfil da visita

6 anos atrás #117854

2017.07.03 12:37:13.096 2017.03.15 00:00:00 oil-day USCRUDE,Daily: 2017.03.15 00:00 Ordem existente não existe
2017.07.03 12:37:13.096 2017.03.15 00:00:00 não é possível abrir o arquivo 'C:\Users\.......430DD1287919FFF5B4\MQL4\indicators\SqHeikenAshi.ex4' [2]
2017.07.03 12:37:13.095 2017.03.15 00:00:00 não é possível abrir o arquivo 'C:\Users\.....53CC430DD1287919FFF5B4\MQL4\indicators\SqHeikenAshi.ex4' [2]
2017.07.03 12:37:13.095 2017.03.14 15:00:00 Testador: stop loss #596 em 47.56 (47.53 / 47.58)
 

Descobri isso no registro do Mt4, ao fazer um teste

 

 

Mas há uma função henkenashi no ea. Isso é normal?

 

 

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

 

 

 

 

0

Eastpeace

Cliente, bbp_participant, community, sq-ultimate, 305 respostas.

Perfil da visita

6 anos atrás #144992

Obrigado, @notch!

0

Drooley

Cliente, bbp_participante, comunidade, 0 respostas.

Perfil da visita

6 anos atrás #197565

Oi @notch,

Estou tendo o mesmo problema, mas não consigo encontrar os indicadores personalizados na pasta SQ4 Beta 5.

Você tem o local exato?

Obrigado!

0

Visualizando 2 respostas - 1 até 2 (de um total de 2)