Lean  $LEAN_TAG$
QuantConnect.Indicators.CandlestickPatterns.CandleSetting Class Reference

Represents a candle setting More...

Public Member Functions

 CandleSetting (CandleRangeType rangeType, int averagePeriod, decimal factor)
 Creates an instance of the CandleSetting class More...
 

Properties

CandleRangeType RangeType [get]
 The candle range type More...
 
int AveragePeriod [get]
 The number of previous candles to average More...
 
decimal Factor [get]
 A multiplier to calculate candle ranges More...
 

Detailed Description

Represents a candle setting

Definition at line 68 of file CandleSettings.cs.

Constructor & Destructor Documentation

◆ CandleSetting()

QuantConnect.Indicators.CandlestickPatterns.CandleSetting.CandleSetting ( CandleRangeType  rangeType,
int  averagePeriod,
decimal  factor 
)

Creates an instance of the CandleSetting class

Parameters
rangeTypeThe range type
averagePeriodThe average period
factorThe factor

Definition at line 103 of file CandleSettings.cs.

Property Documentation

◆ RangeType

CandleRangeType QuantConnect.Indicators.CandlestickPatterns.CandleSetting.RangeType
get

The candle range type

Definition at line 74 of file CandleSettings.cs.

◆ AveragePeriod

int QuantConnect.Indicators.CandlestickPatterns.CandleSetting.AveragePeriod
get

The number of previous candles to average

Definition at line 83 of file CandleSettings.cs.

◆ Factor

decimal QuantConnect.Indicators.CandlestickPatterns.CandleSetting.Factor
get

A multiplier to calculate candle ranges

Definition at line 92 of file CandleSettings.cs.


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