|
Lean
$LEAN_TAG$
|
The TradeBarIndicator is an indicator that accepts TradeBar data as its input. More...
Protected Member Functions | |
| TradeBarIndicator (string name) | |
| Creates a new TradeBarIndicator with the specified name More... | |
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>
Definition at line 25 of file TradeBarIndicator.cs.
|
protected |
Creates a new TradeBarIndicator with the specified name
| name | The name of this indicator |
Definition at line 31 of file TradeBarIndicator.cs.