Simple Moving Average (SMA) in Python using NumPy Convolve

Поделиться
HTML-код
  • Опубликовано: 21 дек 2024

Комментарии •

  • @LaughterLands
    @LaughterLands 10 месяцев назад

    what about animation for same?

  • @ezadeeeeen
    @ezadeeeeen Год назад

    What about "same"?

  • @KhazaeeTech
    @KhazaeeTech 2 года назад

    very nice

    • @Koolac
      @Koolac  2 года назад +1

      Thank you Amir. It's nice of you 🙏🏻🙏🏻

    • @KhazaeeTech
      @KhazaeeTech 2 года назад

      @@Koolac This training helped me a lot because I was busy writing sma for a few days and finally I was able to write sma by myself with for loops, but when I saw the calculation time, I saw that my code takes nearly 7 seconds to calculate sma, but with Using the codes of this video, the calculation time reached below 1 second, but TA-LIB still performs calculations four times faster than this tutorial. I wanted to ask you how TA-LIB has such speed in calculations? Do you have an opinion on this?