Répondre

Impossible d'ouvrir le fichier ... *sqheikenashi.ex4

2 réponses

paix à l'est

Client, bbp_participant, community, sq-ultimate, 305 réponses.

Visiter le profil

il y a 6 ans #117854

2017.07.03 12:37:13.096 2017.03.15 00:00 00 oil-day USCRUDE,Daily : 2017.03.15 00:00 L'ordre existant n'existe pas
2017.07.03 12:37:13.096 2017.03.15 00:00:00 Impossible d'ouvrir le fichier 'C:\Users\.......430DD1287919FFF5B4\MQL4\indicators\SqHeikenAshi.ex4' [2].
2017.07.03 12:37:13.095 2017.03.15 00:00:00 Impossible d'ouvrir le fichier 'C:\Users\.....53CC430DD1287919FFF5B4\MQL4\indicators\SqHeikenAshi.ex4' [2].
2017.07.03 12:37:13.095 2017.03.14 15:00:00 Testeur : stop loss #596 à 47.56 (47.53 / 47.58)
 

J'ai trouvé cela dans le journal de Mt4, en faisant un test d'ea

 

 

Mais il y a un henkenashi func dans l'ea. Est-ce normal ?

 

 

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( symbol, timeframe, "SqHeikenAshi", 0,0,0,0, 2, shift)) ;
      }
      if(mode == "Close") {
         return(iCustom( symbol, timeframe, "SqHeikenAshi", 0,0,0,0, 3, shift)) ;
      }
      if(mode == "High") {
         return(MathMax(iCustom( symbol, timeframe, "SqHeikenAshi", 0,0,0,0, 0, shift), iCustom( symbol, timeframe, "Heiken Ashi", 0,0,0,0, 1, shift))) ;
      }
      if(mode == "Low") {
         return(MathMin(iCustom( symbol, timeframe, "SqHeikenAshi", 0,0,0,0, 0, shift), iCustom( symbol, timeframe, "Heiken Ashi", 0,0,0,0, 1, shift))) ;
      }
   }
   retour(-1) ;
}

 

 

 

 

0

paix à l'est

Client, bbp_participant, community, sq-ultimate, 305 réponses.

Visiter le profil

il y a 6 ans #144992

Merci, @notch !

0

Drooley

Client, bbp_participant, communauté, 0 réponses.

Visiter le profil

il y a 6 ans #197565

Bonjour @notch,

J'ai le même problème, mais je n'arrive pas à trouver les indicateurs personnalisés dans le dossier SQ4 Beta 5.

Connaissez-vous l'emplacement exact ?

Merci de votre attention !

0

Affichage de 2 réponses de 1 à 2 (sur un total de 2)