Lean  $LEAN_TAG$
QuantConnect.Indicators.Indicator Class Reference

Represents a type capable of ingesting a piece of data and producing a new piece of data. Indicators can be used to filter and transform data into a new, more informative form. More...

Inheritance diagram for QuantConnect.Indicators.Indicator:
[legend]

Protected Member Functions

 Indicator (string name)
 Initializes a new instance of the Indicator class using the specified name. More...
 

Properties

static int DefaultWindowSize = 2 [get]
 The default size of the history window for the indicator More...
 

Detailed Description

Represents a type capable of ingesting a piece of data and producing a new piece of data. Indicators can be used to filter and transform data into a new, more informative form.

Definition at line 22 of file Indicator.cs.

Constructor & Destructor Documentation

◆ Indicator()

QuantConnect.Indicators.Indicator.Indicator ( string  name)
protected

Initializes a new instance of the Indicator class using the specified name.

Parameters
nameThe name of this indicator

Definition at line 33 of file Indicator.cs.

Property Documentation

◆ DefaultWindowSize

int QuantConnect.Indicators.Indicator.DefaultWindowSize = 2
staticget

The default size of the history window for the indicator

Definition at line 27 of file Indicator.cs.


The documentation for this class was generated from the following file: