Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 2.13 KB

File metadata and controls

30 lines (21 loc) · 2.13 KB

CandleStalledPattern Class

Stalled Pattern (Pattern Recognition)

public class CandleStalledPattern<T> : TechnicalAnalysis.Common.CandleIndicator<T>
    where T : System.Numerics.IFloatingPoint<T>

Type parameters

T

The type of the array elements.

Inheritance System.Object 🡒 TechnicalAnalysis.Common.CandleIndicator<T> 🡒 CandleStalledPattern

Constructors
CandleStalledPattern(T[], T[], T[], T[]) Stalled Pattern (Pattern Recognition)
Methods
Compute(int, int) Computes the CandleStalledPattern<T> indicator.
GetLookback() Returns the lookback period for the indicator.
GetPatternRecognition(int) Checks if the pattern is recognized at a specific index.