Announcement

Collapse
No announcement yet.

Help Highest-Lowest z MT4

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

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

    Leave a comment:


  • umbertosm
    replied
    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.

    Leave a comment:


  • Luca
    started a topic Help Highest-Lowest z MT4

    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
Working...
X