Table of Contents

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

rangeType CandleRangeType

The range type

averagePeriod int

The average period

factor double

The factor

Properties

AveragePeriod

The number of previous candles to average

public int AveragePeriod { get; }

Property Value

int

Factor

A multiplier to calculate candle ranges

public double Factor { get; }

Property Value

double

RangeType

The candle range type

public CandleRangeType RangeType { get; }

Property Value

CandleRangeType