-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello Sir, how to convert renko code to range bar code? #22
Comments
@vijaygamma I don't know much about range bar calculations. Need to look into it. |
Thanks for replying. Please tell me how to implement renko code with live stock market api rather than visualizing history data from .CSV file. Thank you. |
This package only provides calculations for various charts. For real time data, you need to buy API from any broker and then run Renko on top on the streaming data. @vijaygamma |
Hello, I'm trying to plot renko chart with stock market api(I'm using historical data api as of now). Being a beginner in python I have learnt from various tutorials to get the below result shown in the image. Can you please tell me what are the next steps in plotting the reko chart. I'm using Google Colab to plot the data. |
@vijaygamma I have written a tutorial long back on how to plot Renko bars with Python. https://avilpage.com/2018/01/how-to-plot-renko-charts-with-python.html |
I see both renko and range bar chart look alike and have only few differences related to open high low close values calculation. What are the values needed to be changed in renko code in order to get range bar code?
Thank you.
About range bar chart: https://www.investopedia.com/articles/trading/10/range-bar-charts-different-view.asp
The text was updated successfully, but these errors were encountered: