Closed kalusao closed 7 months ago
@kalusao Thanks for reporting the bug. I haven't pushed that part yet. I will push it and make a new relase.
Hey @ChillarAnand Just want to thank you for the great job you are doing here. I'm new to Python, and it seems very hard to find any code regarding Renko charts and Heikin Ashi charts. All the finance libraries are missing it. Even Matplotlib does not support Renko and Heikin Ashi charts. Do you know any way to get interactive Renko charts ? Maybe using bokeh or plotly ?
Looking forward to your new release Best
@redallica I am not familiar with visualization tools and don't know if any package supports renko.
I will make a new release this weekend.
@redallica have look here: https://github.com/quantroom-pro/pyrenko/blob/master/pyrenko_tutorial.ipynb it is a library that you can use with other finance libraries
@kalusao Thanks. I will have a look into that. Did you use it by the way ?
@redallica Yes, I have played with that.
Hey @ChillarAnand Did you finally made your new release ?
@redallica Sorry for the delay. Got busy with some personal work. Will update in few days.
Hi Anand. great lib buddy. I am too waiting for price movement part. i must appreciate for you giving out open source code for renko calcualtions which is very rarely available.
Hi @ChillarAnand I am too waiting for price movement part.Could you please update on it
Hi @ChillarAnand
AttributeError: 'Renko' object has no attribute 'get_bricks'
Please let me know how to resolve it.
Hi @HBK-HBK use .get_ohlc_data() instead
This is resolved sometime back. Please re-open if you face any issues.
Hello Anand,
I get the following error. Indicators.py does not contain the function (def) price_movement_bricks :
AttributeError Traceback (most recent call last)