Kevin Johnson
Kevin Johnson
@codesutras, > As of now I've been using renko dataframe and then using ta indicator on top of it. And handling the indexing at that. Nice. What is name of...
@AGG2017, > Quality converting to Renko needs much more work. I agree. Do you have some code to share or would you like to contribute? 😎 Kind Regards, KJ
@AGG2017, > Unfortunately, I don't plan to implement this as part of pandas_ta because the result will be not compatible to the index of the rest of the indicators. Right...
@mobilepro Thanks for sharing a link
@AGG2017, > Thanks for the information. I will take a look. I tested several backtesting frameworks but didn't find exactly what I needed. So, I started from the simpler one...
Hello @coinrazzi, Seems interesting. Can you provide the Author or link to the indicator so that I can find it via TradingView? I would like to add Pivots to Pandas...
@coinrazzi, Awesome! Let me know if you need help getting started. I would look at some other PRs on which files need editing to integrate it into Pandas TA. Thanks,...
Hello @coinrazzi, Thanks but there is no link 😬 . KJ
Hello @talhazan, > Seems very interesting, what can be the equivilent of fixnan() from pine? [Pinescript **fixnan**](https://www.tradingview.com/pine-script-reference/v4/#fun_fixnan) sounds like a [Pandas Forward Fill](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.fillna.html): ```df.fillna("ffill", inplace=True)```. > pine has brought a...
@reza1615, Sure. Currently I do not have implementation time. So hopefully someone is willing to help making a PR and contribute. Kind Regards, KJ