CELEBRATING 12 YEARS - Enjoy 50% off with discount code ANNIVERSARY in the order form.

Pennants 3.0

Technischer Indikator für Metatrader (MT4/MT5)

  • Übersicht

    The PZ Pennants Indicator is a technical analysis tool that helps traders identify potential continuation patterns in the market. These patterns, known as pennants, are formed when the price of an asset consolidates within a narrowing range, bounded by converging trendlines.

    Pennants are considered to be continuation patterns because they often precede a breakout in the direction of the preceding trend. When a pennant pattern is identified, traders may look for a breakout in the direction of the trend to enter a trade.

    The PZ Pennants Indicator makes it easy for traders to identify these patterns. In addition to identifying pennants, the indicator also provides alerts of all kinds to help traders stay informed about potential trade opportunities.

    Some other features of the PZ Pennants Indicator include customizable pattern size, customizable colors and object sizes, and the ability to time trades with customizable breakout signals. This indicator is easy to use and can be a valuable tool for traders looking to capitalize on potential continuation patterns in the market.

  • Eingabe-Parameter

    Wenn Sie den Experten in ein beliebiges Diagramm laden, wird Ihnen eine Reihe von Optionen als Eingabeparameter angezeigt. Verzweifeln Sie nicht, wenn Sie denken, dass es zu viele sind, denn die Parameter sind in selbsterklärende Blöcke gruppiert.

    Indicator Settings
    The amplitude reprents the size of the patterns to be found. The max. history bars parameter is the amount of bars in the chart to look back. Less bars to evaluate means the indicator will load faster.
    Pattern Settings
    Choose the colors of the patterns.
    Breakouts
    The indicator implements breakouts to make trading easier. You can choose the size and color of the arrows.
    Alerts
    Enable or disable alerts at will.
  • ? FAQ
    Does the indicator repaint?
    The pennant will not repaint unless a new point arises and the slope of the triangle lines needs to be changed. Additionally, if a breakout happens and later the price retracts inside the triangle again, the arrow will repaint later when another breakout happens.
    Some triangles seem to be missing from the chart
    To find more pennants, load the indicator several times on the chart with different "Size" parameters: for example, load it four times with sizes 6, 12, 18 and 24. This will find wedges of different sizes simultaneously.
    I am seeing a pennant and the indicator has not recognized it!
    Kindly note that the indicator needs 5 price points to find a pennant. Maybe you are seeing a 4 price point pennant yet and projecting it in your mind, but 5 price points are needed to actually recognize one. Other issue can be the size of the pennant relative to the indicator size parameter: refer to the previous question for this issue.
    Does the indicator implement alerts?
    Yes, it does. It implements alerts of all inds.
  • </> Entwickler

    Um Ihren Handelsroboter zu erstellen, können Sie Daten aus dem Indikator lesen, indem Sie die Funktion iCustom() wie unten dargestellt verwenden. Der Indikator hat einen zusätzlichen Puffer, dessen einziger Zweck es ist, Handelssignale als Konstanten zu speichern: dies ist der einzige Puffer, aus dem Sie lesen müssen. Kopieren Sie den unten stehenden Code und fügen Sie ihn in Ihren EA ein, und ersetzen Sie den Indikatornamen des iCustom()-Aufrufs durch Ihren eigenen.

    //---- Read value from data buffer
    int start()
    {
    // Read value from data buffer
    double value  = iCustom(Symbol(), Period(), "PZ_Pennants_LICENSENUM", 0, 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

Pennants Indicator for Metatrader
Pennants Indicator for Metatrader
Pennants Indicator for Metatrader
Pennants Indicator for Metatrader
Pennants Indicator for Metatrader
Pennants Indicator for Metatrader
Pennants Indicator for Metatrader
Pennants Indicator for Metatrader
Pennants Indicator for Metatrader
Pennants Indicator for Metatrader
Pennants Indicator for Metatrader