Risposta

Impossibile aprire il file ... *sqheikenashi.ex4

2 risposte

eastpeace

Cliente, bbp_partecipante, comunità, sq-ultimate, 305 risposte.

Visita il profilo

6 anni fa #117854

2017.07.03 12:37:13.096 2017.03.15 00:00:00 oil-day USCRUDE,Daily: 2017.03.15 00:00:00 L'ordine esistente non esiste.
2017.07.03 12:37:13.096 2017.03.15 00:00:00 non può aprire il file 'C:\Users\.......430DD1287919FFF5B4\MQL4\indicators\SqHeikenAshi.ex4' [2]
2017.07.03 12:37:13.095 2017.03.15 00:00:00 Impossibile aprire il file 'C:\Users\.....53CC430DD1287919FFF5B4\MQL4\indicators\SqHeikenAshi.ex4' [2]
2017.07.03 12:37:13.095 2017.03.14 15:00:00 Tester: stop loss #596 a 47,56 (47,53 / 47,58).
 

Ho trovato che nel log di Mt4, quando si fa il test dell'ea

 

 

Ma c'è la funzione henkenashi in ea. È normale?

 

 

double sqHeikenAshi(string symbol, int timeframe, string mode, int shift) {
   if(symbol == "NULL" || symbol = "Current") {
      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(mode == "High") {
         return(MathMax(iCustom( NULL, timeframe, "SqHeikenAshi", 0,0,0,0, 0, shift)), iCustom( NULL, timeframe, "Heiken Ashi", 0,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,0, 1, shift));
      }
   } else {
      if(mode == "Open") {
         return(iCustom( simbolo, timeframe, "SqHeikenAshi", 0,0,0,0, 2, shift));
      }
      if(mode == "Close") {
         return(iCustom( simbolo, timeframe, "SqHeikenAshi", 0,0,0,0, 3, shift));
      }
      if(mode == "High") {
         return(MathMax(iCustom( simbolo, timeframe, "SqHeikenAshi", 0,0,0,0, 0, shift)), iCustom( simbolo, timeframe, "Heiken Ashi", 0,0,0,0, 1, shift));
      }
      if(mode == "Low") {
         return(MathMin(iCustom( simbolo, timeframe, "SqHeikenAshi", 0,0,0,0, 0, shift)), iCustom( simbolo, timeframe, "Heiken Ashi", 0,0,0,0, 1, shift));
      }
   }
   ritorno(-1);
}

 

 

 

 

0

eastpeace

Cliente, bbp_partecipante, comunità, sq-ultimate, 305 risposte.

Visita il profilo

6 anni fa #144992

Grazie, @notch!

0

Drooley

Cliente, bbp_partecipante, comunità, 0 risposte.

Visita il profilo

6 anni fa #197565

Ciao @notch,

Sto riscontrando lo stesso problema, ma non riesco a trovare gli indicatori personalizzati nella cartella di SQ4 Beta 5.

Avete la posizione esatta?

Grazie!

0

Stai visualizzando 2 risposte - da 1 al 2 (di 2 totali)