if (args.technicalIndicator.includes("SMA")) {
    const sma = TI.SMA.calculate({
      period: 20,
      values: values,
    })