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

Renko data generated using stocktrends does not match to chart in tradingview , investing.com and zerodha #29

Open
AvinashOnGit opened this issue Jun 24, 2023 · 2 comments

Comments

@AvinashOnGit
Copy link

Please check Renko data from stocktrend does not match to chart in tradingview , inveting.com and zerodha
ohlc source data I used was taken from Yahoo Finance which exactly matched data present in NSE website

There are days when it can be seen green and red bar on same day for given script but I don't think stocktrends generate data like that.

stocktrends Package is really good and It would be awesome if it can match exactly what is shown in Zerodha or other similar portal.

@ChillarAnand
Copy link
Owner

Thanks, @AvinashOnGit for reporting the issue.

Stock trends Renko chart matches with tradingview/zerodha or any other source as well. You should always take data from the start point for better accuracy.

Please share the stock, and the sample data so that I can reproduce the issue.

@AvinashOnGit
Copy link
Author

Renko Charts don't match from stocktrends,tradingview and zerodha as chart dataprovider dataset don't match.
Take for example Renko chart produced with Zerodha/Trading view and stocktrends for symbol INFY :

Last Brick on zerodha : RED BRICK ON 25-May-2023

TradingView doesn't have this brick in fact it shows two green bricks during last week of may. Latest Brick is red and it is generated for 23-June-2023. There is Green Brick on 30-May-2023 which is not shown on stocktrends dataset mentioned below

Renko data from stocktrends : Last Data is as on 06-June-2023 and It is RED Color Brick.
489 2023-05-02 1242.85 1261.4 1242.85 1261.4 True
490 2023-05-22 1261.4 1279.95 1261.4 1279.95 True
491 2023-05-23 1279.95 1298.5 1279.95 1298.5 True
492 2023-05-26 1298.5 1317.05 1298.5 1317.05 True
493 2023-06-06 1298.5 1298.5 1279.95 1279.95 False

Setting are kept same all along : Renko Brick size : 14-Day ATR

Data Range should not be an issue as for stocktrends dataset I have provided is from 01-Jan-2010 onwards and 12-Year data should be sufficient

You can verify what I have shared above .. The issue exists .

@AvinashOnGit AvinashOnGit changed the title Renko data generated using stocktrends does not match to chart in tradingview , inveting.com and zerodha Renko data generated using stocktrends does not match to chart in tradingview , investing.com and zerodha Jun 25, 2023
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