Lean
$LEAN_TAG$
|
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... | |
Candle settings for all candlestick patterns
Definition at line 23 of file CandleSettings.cs.
|
static |
Returns the candle setting for the requested type
type | The candle setting type |
Definition at line 47 of file CandleSettings.cs.
|
static |
Changes the default candle setting for the requested type
type | The candle setting type |
setting | The candle setting |
Definition at line 59 of file CandleSettings.cs.