Head and Shoulders 4.0

Indicatore tecnico per Metatrader (MT4/MT5)

  • Panoramica

    L'indicatore testa e spalle PZ è uno strumento di analisi tecnica che aiuta i trader a identificare potenziali modelli di testa e spalle nel mercato. Questi modelli sono caratterizzati da una formazione del grafico che assomiglia a una linea di base con tre picchi, dove i due picchi esterni sono vicini in altezza e il picco centrale è il più alto. I modelli testa e spalle sono considerati modelli di inversione, che prevedono un'inversione di tendenza da rialzista a ribassista e si ritiene che siano uno dei modelli di inversione di tendenza più affidabili.

    L'indicatore testa e spalle PZ fornisce segnali di trading chiari per aiutare i trader a identificare questi modelli e prendere decisioni informate sulle loro operazioni. Oltre a identificare i modelli di testa e spalle, l'indicatore fornisce anche statistiche sulle prestazioni, rapporti di riconoscimento personalizzabili e mostra livelli di stop-loss e take-profit adeguati per aiutare i trader a gestire le loro operazioni.

    Alcune altre caratteristiche dell'indicatore di testa e spalle PZ includono colori e dimensioni personalizzabili, avvisi e-mail/suono/visivi e chiari breakout. Questo indicatore non è riverniciabile e non retroverniciabile, il che lo rende affidabile e facile da usare. Può essere utilizzato per trovare schemi di continuazione o inversione e può essere uno strumento prezioso per i trader che cercano di capitalizzare potenziali schemi testa e spalle nel mercato.

  • Parametri

    Quando carichi l’esperto grafico, avrai a tua disposizione una moltitudine di parametri di input, raggruppati in blocchi di facile comprensione.

    Amplitude
    The amplitude represents the minimum amount of bars between alternative price points. To find big patterns, increase the amplitude parameter. To find smaller patterns, decrease the amplitude parameter.
    Min. Retracement
    The minimum fibonacci retracement needed in a pattern. Set to zero not to evaluate it.
    Max. Retracement
    The maximum fibonacci retracement possible in a pattern. Set to zero not to evaluate it.
    Cup Flatness Ratio
    This parameter describes how "flat" must the neckline be relative to the pattern size. A higher value will find stricter patterns, yet less frequent. A lower value will find more patterns.
    Max History Bars
    Amount of past bars to evaluate when the indicator loads in the chart.
    Display Stats
    Show or hide the statistics dashboard and performance data.
    Display SL/TP Levels
    Show or hide the suitable stop-loss and take-profit levels for each signal.
    Drawing Options
    Colors and sizes for bullish or bearish lines and labels, as well as font sizes.
    Breakouts
    Colors and sizes for breakout arrows.
    Alerts
    Enable or disable alerts at will.
  • ? FAQ
    Does the indicator repaint?
    No, the indicator does not repaint or backpaint at all.
    Does the indicator back paint?
    No, the indicator does not back paint.
    Can patterns be displayed before the breakout happens?
    No, it can't. The pattern and the breakout arrow are displayed exactly as the same time, to prevent the indicator from repainting.
    Does the indicator implement alerts?
    Yes, it does. It implements alerts of all inds.
  • </> Sviluppatori

    Per costruire il tuo robot con questo indicatore, usa la chiamata iCustom () descritta di seguito. L’indicatore ha un buffer aggiuntivo il cui unico scopo è memorizzare eventi o segnali come costanti, in modo che sia sufficiente effettuare una chiamata all’indicatore per prendere decisioni. Copia e incolla il seguente codice nel codice sorgente del tuo robot, sostituendo il nome dell’indicatore con quello che hai ricevuto.

    //---- Read value from data buffer
    int start()
    {
    // Read value from data buffer
    double value  = iCustom(Symbol(), Period(), "PZ_HeadShoulders_LICENSENUM", 1, 1);
    // Do something
    if(value == OP_BUY)      { /* Your code for bullish signal  */ }
    if(value == OP_SELL)     { /* Your code for bearish signal */ }
    if(value == EMPTY_VALUE) { /* Nothing to do */}
    // Exit
    return(0);
    }

Screenshots

Head and Shoulders Indicator for Metatrader
Head and Shoulders Indicator for Metatrader
Head and Shoulders Indicator for Metatrader
Head and Shoulders Indicator for Metatrader
Head and Shoulders Indicator for Metatrader
Head and Shoulders Indicator for Metatrader
Head and Shoulders Indicator for Metatrader
Head and Shoulders Indicator for Metatrader
Head and Shoulders Indicator for Metatrader