Function TA_SetCandleSettings

Source
pub unsafe extern "C" fn TA_SetCandleSettings(
    settingType: TA_CandleSettingType,
    rangeType: TA_RangeType,
    avgPeriod: c_int,
    factor: f64,
) -> TA_RetCode