Lean
$LEAN_TAG$
|
The BarIndicator is an indicator that accepts IBaseDataBar data as its input. More...
Protected Member Functions | |
BarIndicator (string name) | |
Creates a new TradeBarIndicator with the specified name More... | |
The BarIndicator is an indicator that accepts IBaseDataBar data as its input.
This type is more of a shim/typedef to reduce the need to refer to things as IndicatorBase<IBaseDataBar>
Definition at line 25 of file BarIndicator.cs.
|
protected |
Creates a new TradeBarIndicator with the specified name
name | The name of this indicator |
Definition at line 31 of file BarIndicator.cs.