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

Candle settings for all candlestick patterns More...

Static Public Member Functions

static CandleSetting Get (CandleSettingType type)
 Returns the candle setting for the requested type More...
 
static void Set (CandleSettingType type, CandleSetting setting)
 Changes the default candle setting for the requested type More...
 

Detailed Description

Candle settings for all candlestick patterns

Definition at line 23 of file CandleSettings.cs.

Member Function Documentation

◆ Get()

static CandleSetting QuantConnect.Indicators.CandlestickPatterns.CandleSettings.Get ( CandleSettingType  type)
static

Returns the candle setting for the requested type

Parameters
typeThe candle setting type

Definition at line 47 of file CandleSettings.cs.

Here is the caller graph for this function:

◆ Set()

static void QuantConnect.Indicators.CandlestickPatterns.CandleSettings.Set ( CandleSettingType  type,
CandleSetting  setting 
)
static

Changes the default candle setting for the requested type

Parameters
typeThe candle setting type
settingThe candle setting

Definition at line 59 of file CandleSettings.cs.


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