Darío López Padial

Results 27 comments of Darío López Padial

Hi all, Great, I will add the indicator as soon as possible. Best, Dario

Hi @scolemann , Could you provide me one dataset to test this behavior? Thank you!

Hi @machineCYC, I am not familiarized with the way Yahoo calc the indicators. `StochasticOscillator` implements exactly the calc described in https://school.stockcharts.com/doku.php?id=technical_indicators:stochastic_oscillator_fast_slow_and_full. Also, it has the tests developed using the example...

Hi, @lord-village , We are waiting for the data in the `old->new` direction. Please, check an example: https://github.com/bukosabino/ta/blob/master/ta/tests/data/cs-atr.csv Good idea. I will include this concept in the documentation. Best, Dario

Hi all, This is a warning error. I will fix it asap. Best, Dario

Hi @markdregan , It does not exist at this moment. However, feel free to push some PR in the library if you want! Best, Dario

Hey @Jeevan-J , I cannot reproduce your error. Please, share with me your Python version: ``` python -V ``` and the packages installed in your environment: ``` pip freeze ```...

fixed here: https://github.com/bukosabino/ta/pull/303

Hi @CrossfireX , This is a warning, not an error. You can use ADX and the results will be right. Anyway, I will try to solve! Thank you.

Hi @Hokyjack , Thanks for your message. `TRIXIndicator` and all the indicators that use `ema` internally have the same effect because the nan values are filled by `pd.ewm`. So let...