Skip to content
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

Open
Vijay4Devops opened this issue Sep 13, 2021 · 5 comments
Open

Hello Sir, how to convert renko code to range bar code? #22

Vijay4Devops opened this issue Sep 13, 2021 · 5 comments

Comments

@Vijay4Devops
Copy link

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

@ChillarAnand
Copy link
Owner

@vijaygamma I don't know much about range bar calculations. Need to look into it.

@Vijay4Devops
Copy link
Author

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.

@ChillarAnand
Copy link
Owner

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

@Vijay4Devops
Copy link
Author

Vijay4Devops commented Sep 28, 2021

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.

Thank you.
IMG_20210928_210047

@ChillarAnand
Copy link
Owner

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants