Table of Contents

Class TradeBarIndicator

Namespace
FinanceSharp.Indicators
Assembly
FinanceSharp.dll

The TradeBarIndicator is an indicator that accepts TradeBar data as its input.

This type is more of a shim/typedef to reduce the need to refer to things as IndicatorBase<TradeBar>

public abstract class TradeBarIndicator : IndicatorBase, IIndicator, IUpdatable
Inheritance
TradeBarIndicator
Implements
Derived
Inherited Members
Extension Methods

Constructors

TradeBarIndicator(string, int)

Creates a new TradeBarIndicator with the specified name

protected TradeBarIndicator(string name, int properties = 5)

Parameters

name string

The name of this indicator

properties int

Fields

_properties

protected int _properties

Field Value

int

Properties

InputProperties

The number of properties of input argument of Update(long, DoubleArray) must 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