Welcome to the Stockalyze Community 👋
A friendly place for Stockalyze users to share ideas, discuss the platform, learn, and grow together.

Recent posts

#1
News and Updates / Stockalyze update-Expanded Int...
Last post by Sacha - June 22, 2026, 05:59:59 PM
A new Stockalyze update is now available with several improvements, particularly for Point & Figure charts and intraday data support.

What's New

Expanded Intraday Data Support

  • Intraday price data can now also be downloaded from Yahoo Finance (via yfinance). Previously, intraday downloads were available only through StockData.org. This gives more users access to intraday charts without requiring a StockData.org account.

Point & Figure Chart Improvements
  • Point & Figure charts now follow the classic methodology described by Thomas J. Dorsey even more closely, including textbook box size tiers.
  • Added interactive hover information. Simply move the mouse over the chart to view details of the column and individual box under the cursor.
  • The latest column now displays action points, making it easier to identify current trading signals.
  • Improved the overall Point & Figure user interface.
  • Fixed an issue where a Point & Figure chart could occasionally fail to display immediately after downloading fresh data.

These improvements bring Stockalyze's Point & Figure charts even closer to the textbook methodology while providing a more interactive charting experience.

Data Download

  • Fixed an issue where incorrect volume data could be downloaded in some cases.

As always, thank you for your feedback and continued support. Please let me know if you encounter any issues or have suggestions for further improvements.
#2
Troubleshooting & Bug Reports / Re: Disparity between yahoo fi...
Last post by Sacha - June 06, 2026, 04:03:59 AM
Thanks for the update, and sorry to hear you're not feeling well.

No rush at all—check it whenever you're feeling better. If you notice anything that still doesn't look right after updating and refreshing the data, just let me know and I'll be happy to investigate further.

Take care and get well soon.
#3
Troubleshooting & Bug Reports / Re: Disparity between yahoo fi...
Last post by Gd iPas - June 06, 2026, 01:36:39 AM
I appreciate the pragmatic updates .

Not keeking well but Will surely check it in few days time .
#4
Troubleshooting & Bug Reports / Re: Disparity between yahoo fi...
Last post by Sacha - June 01, 2026, 03:53:24 PM
Hi Gd iPas, please update latest Stockalyze. You may still see wrong price data, this can happen because Stockalyze caches downloaded data. If you still see wrong data then right click on the chart and select "Clean and Download Price History" menu item. It will refresh the data from scratch.
Please let me know if it needs more improvement.

Thanks for again for reporting this issue.
#5
Troubleshooting & Bug Reports / Re: Disparity between yahoo fi...
Last post by Gd iPas - June 01, 2026, 09:00:52 AM
Quote from: Sacha on June 01, 2026, 03:32:56 AMUse of yahoo finance automatically adjusts prices. The problem you are observing with SBIN.NS is that there was a recent dividend announcement and prices got adjusted accordingly. On chart you don't want to see that. Stockalyze should improve in such cases. We will have an update soon with the fix.

Thanks again for spotting and reporting it.

I m aware of the dividend stuff....

The data disparity presented in Stockalyze from yahoo finance is agnostic of Dividend related stuff.

All other platforms  are presenting right data
#6
Troubleshooting & Bug Reports / Re: Disparity between yahoo fi...
Last post by Sacha - June 01, 2026, 03:32:56 AM
Use of yahoo finance automatically adjusts prices. The problem you are observing with SBIN.NS is that there was a recent dividend announcement and prices got adjusted accordingly. On chart you don't want to see that. Stockalyze should improve in such cases. We will have an update soon with the fix.

Thanks again for spotting and reporting it.
#7
Troubleshooting & Bug Reports / Re: Disparity between yahoo fi...
Last post by Gd iPas - June 01, 2026, 03:03:26 AM
Quote from: Sacha on June 01, 2026, 01:57:27 AMYou are right about the problem. Even using yfinance gives the wrong output.
We are investigating it.

Thank you for reporting about the problem. We hope to fix it soon.

import yfinance as yf

ticker = yf.Ticker("SBIN.NS")
hist = ticker.history(start="2026-04-10")
hist_csv = hist.to_csv()
print(hist_csv)
Date,Open,High,Low,Close,Volume,Dividends,Stock Splits

...
2026-04-17 00:00:00+05:30,1048.1077725199245,1062.9895516597985,1041.2317140310404,1061.1231689453125,16823879,0.0,0.0

2026-04-20 00:00:00+05:30,1061.1723665018162,1101.102525826513,1056.8010858019393,1088.2344970703125,31179584,0.0,0.0

2026-04-21 00:00:00+05:30,1093.6863001427537,1095.012373226544,1086.3681369836245,1092.1636962890625,16963734,0.0,0.0
...



I really appreciate your attention to this matter.

Would be great if you can keep us posted.

Donno if yfinance api guys have any support team ...If so you may connect with them and get this sorted

Till then we can use other sources in the list.
#8
Troubleshooting & Bug Reports / Re: Disparity between yahoo fi...
Last post by Sacha - June 01, 2026, 01:57:27 AM
You are right about the problem. Even using yfinance gives the wrong output.
We are investigating it.

Thank you for reporting about the problem. We hope to fix it soon.

import yfinance as yf

ticker = yf.Ticker("SBIN.NS")
hist = ticker.history(start="2026-04-10")
hist_csv = hist.to_csv()
print(hist_csv)
Date,Open,High,Low,Close,Volume,Dividends,Stock Splits

...
2026-04-17 00:00:00+05:30,1048.1077725199245,1062.9895516597985,1041.2317140310404,1061.1231689453125,16823879,0.0,0.0

2026-04-20 00:00:00+05:30,1061.1723665018162,1101.102525826513,1056.8010858019393,1088.2344970703125,31179584,0.0,0.0

2026-04-21 00:00:00+05:30,1093.6863001427537,1095.012373226544,1086.3681369836245,1092.1636962890625,16963734,0.0,0.0
...

#9
Troubleshooting & Bug Reports / Re: Disparity between yahoo fi...
Last post by Gd iPas - May 29, 2026, 08:20:23 AM
Check out 20th April 2026 candle of SBI (NSE) in Stockalyze and Yahoo finance and all other platform.

https://share.stockalyze.com/u36z6v




Stockalyze is showing wrong candle data .I m not sure why this is happening becasue I have other tools using same yahoo finance API and giving correct data.



Scanning , backtesting and all analysis will be wrong if the data is skewed
#10
Troubleshooting & Bug Reports / Re: Disparity between yahoo fi...
Last post by Gd iPas - May 29, 2026, 02:09:17 AM
From yesterday its showing correct data , but many many previous candles have been printed with wrong OHLC data in ITC and all other stocks in stockalyze