Class BarIndicator
- Namespace
- FinanceSharp.Indicators
- Assembly
- FinanceSharp.dll
The BarIndicator is an indicator that accepts DoubleArray data as its input.
This type is more of a shim/typedef to reduce the need to refer to things as IndicatorBase<DoubleArray>
public abstract class BarIndicator : IndicatorBase, IIndicator, IUpdatable
- Inheritance
-
BarIndicator
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
BarIndicator(string, int)
Creates a new TradeBarIndicator with the specified name
protected BarIndicator(string name, int properties = 4)
Parameters
Fields
_properties
protected readonly int _properties
Field Value
Properties
InputProperties
The number of properties Current will have.
public override int InputProperties { get; }
Property Value
Properties
The number of properties Current will have.
public override int Properties { get; }