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

Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Sacha

#1
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.
#2
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.
#3
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.
#4
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
...

#5
No. It wasn't showing in yahoo finance, please check the image I had sent.
Anyways, as of now the data is available in the yahoo finance and so also in Stockalyze.
#6
Stockalyze uses data as is from the data provider. If the chosen data provider doesn't have the data Stockalyze cannot do anything about it. I just checked Yahoo finance also doesn't show the candle for 27 May. See the attached image.
#7
Quote from: Gd iPas on May 23, 2026, 03:15:10 AMAlso please provide an option to share the chart in the form of URL or some other pic form in whatsapp/ FB etc...Downloading and sharing it is really cumbersome.
Thanks for your suggestion. The latest Stockalyze allows you to quickly share a chart or point and figure chart with anyone via any social media or email. You can take a look at the help page for more information.
#8
The new Stockalyze update now includes both Measure and Position tools as well 🙂

The experience in Stockalyze may feel a bit different from other charting tools you may have used before. Our goal with these tools was to keep them clean, simple, and easy to use while still providing the important information traders need.

As always, feedback and suggestions are welcome as we continue refining them.
#9
Hi Gd iPas,

The recent update now has this change as well where the Fibonacci retracement in Stockalyze work in the same way as other tools.

Give it a try and please let me know if you have more ideas. :)
#10
Subject: Stockalyze Update v2026.5.25.82

A new Stockalyze update is now available.

This release brings a few major additions and several improvements across charting and sharing features.

Highlights:

* Added new Measure and Position annotations
* All annotations are now available in Lite mode users with a limit on the number of drawings
* Charts can now be shared easily directly from Stockalyze
* Point & Figure charts can also be shared easily
* Improved Point & Figure chart calculations using the standard tier-based box size method
* Fibonacci retracement alignment and missing 78.6% level issues fixed
* Various improvements to chart export, tool layout, trend visualization, and chart responsiveness

A number of smaller fixes and documentation updates are also included in this release.

Thank you all for the feedback and suggestions. More improvements are on the way.
#11
This topic has been discussed in other thread but I answer them here as well.
The 0% level is at position of first click and 100% is at second click. If you think your Fibonacci retracements are reversed then you are expecting 100% level at the first click. So, just reverse the order of selecting the first two points.

QuoteAlso one calibration is missing in fib tool between 61 and 100%.
Yes, this is missing and will be present in a new update that will be soon.
Thanks for pointing it out. :)
#12
To clarify more, the 0% is the level of first click and 100% is the level of the second click. So, it is in your hand where you want these levels to be present.
#13
QuoteThis is correct ...the earlier fib retracement that you shared was reversed if you carefully see :-) ...Earlier the 100% started from top and in this new image you shared
100% retracement is at bottom :-)

Would be great if you publish it :-)

It is already there with your Stockalyze. As I said earlier too, the 0% and 100% positions depend on which point you select first. This is how it works with many other tools. Just reverse the order of first two points you click while create the retracement and you will get what you want.
#14
QuoteThe percentage from starting point to ending point is to be mapped .
Its same as in Stockalyze. Am I missing something you are trying to say?
I understand one level just before 100% is missing and it is already fixed locally, next update will have it. The retracement you drew is same as I drew in the attached image. Please let me know what is different.
#15
QuoteBut from user experience perspective , it becomes cumbersome.

You actually need fewer clicks when using the top toolbar, which is why we designed it this way. Just select an annotation and change its properties directly from the toolbar.

That said, usability is important, so if there are specific actions that feel cumbersome in day-to-day use, please share an example workflow. It will help us understand where the experience can be improved.

QuoteAlso please provide an option to share the chart in the form of URL or some other pic form in whatsapp/ FB etc...Downloading and sharing it is really cumbersome.

Currently you can export charts to image formats using Chart -> Export Chart, or simply press F8 and choose where to save the image.

We understand that one-click sharing could make this easier, and we will keep this in mind for future improvements.

QuotePlease check the Fibonacci tool ( widely used )...it is giving reverse information wrongly calibrated.
Fibonaccci tool is totally reversed in Stockalyze . which needs to be corrected.

In Stockalyze, Fibonacci retracement depends on the order in which the points are selected while drawing. If it appears reversed, try swapping the first two points.

Please also take a look at the attached "Dow-With-Fibonacci.png" image and let us know if the Fibonacci levels still appear inverted there.

QuoteDrawing tools across timeframes is getting skewed many a times . please check it

We will test this further. Multi-timeframe drawing support is still a relatively recent feature, so there may be some edge cases that need refinement.

If you can share a specific example or steps to reproduce the issue, that would help a lot in identifying and fixing it.