Pandas-Ta quick start guide in python

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

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

  • @kevinjohnson7072
    @kevinjohnson7072 2 года назад +3

    Hi Chad! Thanks for doing a tutorial on Pandas TA! 😎

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

    brother thanks for the great vids! You'd be absolutely LEGENDARY if you did a ichimoku video similar to this

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

    Hi! Thanks for this tutorial!

  • @kirill.yudkin
    @kirill.yudkin 3 года назад +1

    What's your favourite library? I like the Oxford one, spacious!

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

    Thanks for great information about ta library.
    I subscribed.

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

    Gracias for your work!

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

    Very helpful indeed. Thank you 😀
    Subscribed & liked

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

    Thank you, it helps

  • @timvildanov
    @timvildanov Год назад +1

    Hi! Can I ask for little help? How to extract DM+ DM- from ADX indicator in this library? The manual says it returns 'pd.DataFrame: adx, dmp, dmn columns.', but for some reason I can only use the ADX column

  • @luizlu6591
    @luizlu6591 5 месяцев назад

    do you need to install ta-lib in order to run the pandas-ti funtions?

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

    I would like to see a tutorial on *TuneTA* a ta optimization library that uses *pandas-ta*

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

    Nice lib but same issue like ta-lib not show CMO(Chande Momentum Oscillator) right value

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

    Which is better bro?
    TA-Lib or Pandas TA?

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

      Whichever is easier for you to use and whichever one has the indicators you want

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

    Can you show how to do this with livedata to generate signals

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

    It is possible to add two subplots below the HA chart ?

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

      Sure, it's just a regular matplotlib chart. You can do everything you normally would