Announcement

Collapse
No announcement yet.

Help Highest-Lowest z MT4

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Help Highest-Lowest z MT4

    Ciao a tutti, non riesco a caricare con la funzione iCustom l'indicatore: Highest-Lowest

    double HHV_LLV = iCustom(_Symbol,NULL,"Highest-Lowest",20);
    mi da questo errore: wrong parameters count...... come cavolo devo fare?
    Grazie a tutti Luca

    #2
    probabilmente hai inserito meno parametri di quelli obbligatori da indicare per l'indicatore

    verifica la sintassi di iCustom() : https://docs.mql4.com/indicators/icustom

    [in] Custom indicator input-parameters, separated by commas.
    The passed parameters and their order must correspond with the declaration order and the type of extern variables of the custom indicator. If the values of input parameters is not specified, the default values will be used.
    La vita non è un giro di prova, cogli l’attimo..
    Realizzazione per Metatrader4 di trading system, indicatori, pattern grafici, Ottimizzazioni IS-OOS su Forex e CFD, Analisi di Portafoglio .

    Comment


      #3
      Ciao, provato... iCustom(_Symbol,0,"Highest-Lowest",20,DRAW_LINE,DRAW_LINE); praticamente ho solo dovuto aggiungere DRAW_LINE.
      Grazie mille... Ciao Luca

      Comment

      Working...
      X