• Find price ranges using Z-Score based peak detection algorithm

    Parameters

    • candles: ICandle[]

      Array of candlestick data to analyse

    • zScoreConfig: IZScoreConfig

      Configuration parameters for the Z-Score algorithm:

      • lag: Controls smoothing and adaptability to long-term changes
      • threshold: Number of standard deviations required to classify a signal
      • influence: How strongly signals affect future calculations (0-1)

    Returns ILocalRange[]

    Array of local price ranges with support and resistance levels

Generated using TypeDoc