Lean
$LEAN_TAG$
|
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...
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... | |
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.
|
protected |
Initializes a new instance of the Indicator class using the specified name.
name | The name of this indicator |
Definition at line 33 of file Indicator.cs.
|
staticget |
The default size of the history window for the indicator
Definition at line 27 of file Indicator.cs.