Lean  $LEAN_TAG$
QuantConnect.Indicators.TradeBarIndicator Class Reference

The TradeBarIndicator is an indicator that accepts TradeBar data as its input. More...

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

Protected Member Functions

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

Detailed Description

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.

Constructor & Destructor Documentation

◆ TradeBarIndicator()

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

Creates a new TradeBarIndicator with the specified name

Parameters
nameThe name of this indicator

Definition at line 31 of file TradeBarIndicator.cs.


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