Table of Contents

Enum IndicatorStatus

Namespace
FinanceSharp.Indicators
Assembly
FinanceSharp.dll

The possible states returned by IndicatorBase<T>.Forward

public enum IndicatorStatus
Extension Methods

Fields

Success = 0

The indicator successfully calculated a value for the input data

InvalidInput = 1

The indicator detected an invalid input data point or tradebar

MathError = 2

The indicator encountered a math error during calculations