Trendoscope

convergingpatterns

Library "convergingpatterns"
Library having implementation of converging chart patterns

getPatternNameByType(patternType)
  Returns pattern name based on type
  Parameters:
    patternType (int): integer value representing pattern type
  Returns: string name of the pattern

method find(this, sProperties, dProperties, patterns, ohlcArray)
  find converging patterns for given zigzag
  Namespace types: zg.Zigzag
  Parameters:
    this (Zigzag type from Trendoscope/ZigzagLite/2): Current zigzag Object
    sProperties (ScanProperties): ScanProperties Object
    dProperties (DrawingProperties type from Trendoscope/abstractchartpatterns/5): DrawingProperties Object
    patterns (array<Pattern> type from Trendoscope/abstractchartpatterns/5): array of existing patterns to check for duplicates
    ohlcArray (array<OHLC> type from Trendoscope/ohlc/1): array of OHLC values for historical reference
  Returns: string name of the pattern

ScanProperties
  Object containing properties for pattern scanning
  Fields:
    baseProperties (ScanProperties type from Trendoscope/abstractchartpatterns/5): Object of Base Scan Properties
    convergingDistanceMultiplier (series float): when multiplied with pattern size gets the max number of bars within which the pattern should converge

Bibliothèque Pine

Dans le véritable esprit de TradingView, l'auteur a publié ce code Pine en tant que bibliothèque open-source afin que d'autres programmeurs Pine de notre communauté puissent le réutiliser. Bravo à l'auteur ! Vous pouvez utiliser cette bibliothèque à titre privé ou dans d'autres publications open-source, mais la réutilisation de ce code dans une publication est régie par notre Règlement.

Clause de non-responsabilité

Les informations et les publications ne sont pas destinées à être, et ne constituent pas, des conseils ou des recommandations en matière de finance, d'investissement, de trading ou d'autres types de conseils fournis ou approuvés par TradingView. Pour en savoir plus, consultez les Conditions d'utilisation.

Vous voulez utiliser cette bibliothèque?

Copiez le texte dans le presse-papiers et collez-le dans votre script.