Lean  $LEAN_TAG$
QuantConnect.Indicators.BarIndicator Class Reference

The BarIndicator is an indicator that accepts IBaseDataBar data as its input. More...

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

Protected Member Functions

 BarIndicator (string name)
 Creates a new TradeBarIndicator with the specified name More...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ BarIndicator()

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

Creates a new TradeBarIndicator with the specified name

Parameters
nameThe name of this indicator

Definition at line 31 of file BarIndicator.cs.


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