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

Pine library

In true TradingView spirit, the author has published this Pine code as an open-source library so that other Pine programmers from our community can reuse it. Cheers to the author! You may use this library privately or in other open-source publications, but reuse of this code in a publication is governed by House Rules.

Disclaimer

The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.

Want to use this library?

Copy the following line and paste it in your script.