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...
 

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 28 of file Indicator.cs.


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