/// <summary>
 /// Changes the default candle setting for the requested type
 /// </summary>
 /// <param name="type">The candle setting type</param>
 /// <param name="setting">The candle setting</param>
 public static void Set(CandleSettingType type, CandleSetting setting)
 {
     DefaultSettings[type] = setting;
 }
예제 #2
0
 /// <summary>
 /// Changes the default candle setting for the requested type
 /// </summary>
 /// <param name="type">The candle setting type</param>
 /// <param name="setting">The candle setting</param>
 public static void Set(CandleSettingType type, CandleSetting setting)
 {
     DefaultSettings[type] = setting;
 }