Stalled Pattern (Pattern Recognition)
public class CandleStalledPattern<T> : TechnicalAnalysis.Common.CandleIndicator<T>
where T : System.Numerics.IFloatingPoint<T>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. |