Class CandleSetting
- Namespace
- FinanceSharp.Indicators.CandlestickPatterns
- Assembly
- FinanceSharp.dll
Represents a candle setting
public class CandleSetting
- Inheritance
-
CandleSetting
- Inherited Members
- Extension Methods
Constructors
CandleSetting(CandleRangeType, int, double)
Creates an instance of the CandleSetting class
public CandleSetting(CandleRangeType rangeType, int averagePeriod, double factor)
Parameters
rangeTypeCandleRangeTypeThe range type
averagePeriodintThe average period
factordoubleThe factor
Properties
AveragePeriod
The number of previous candles to average
public int AveragePeriod { get; }
Property Value
Factor
A multiplier to calculate candle ranges
public double Factor { get; }
Property Value
RangeType
The candle range type
public CandleRangeType RangeType { get; }