Library "divergingchartpattern"
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)