Table of Contents

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

name string

The name of this indicator

properties int

Fields

_properties

protected readonly int _properties

Field Value

int

Properties

InputProperties

The number of properties Current will have.

public override int InputProperties { get; }

Property Value

int

Properties

The number of properties Current will have.

public override int Properties { get; }

Property Value

int