Lean
$LEAN_TAG$
|
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... | |
Represents a candle setting
Definition at line 68 of file CandleSettings.cs.
QuantConnect.Indicators.CandlestickPatterns.CandleSetting.CandleSetting | ( | CandleRangeType | rangeType, |
int | averagePeriod, | ||
decimal | factor | ||
) |
Creates an instance of the CandleSetting class
rangeType | The range type |
averagePeriod | The average period |
factor | The factor |
Definition at line 103 of file CandleSettings.cs.
|
get |
The candle range type
Definition at line 74 of file CandleSettings.cs.
|
get |
The number of previous candles to average
Definition at line 83 of file CandleSettings.cs.
|
get |
A multiplier to calculate candle ranges
Definition at line 92 of file CandleSettings.cs.