Login Page - Create Account

Support Board


Date/Time: Mon, 16 Sep 2024 19:55:34 +0000



Post From: Let automatic zero-based scale range be unit-based for logarithmic scale type

[2024-07-15 05:32:31]
vortega23 - Posts: 7
Here is why. Normally the reason people turn to the logarithmic scale type is because, on volume subgraphs (at the bottom of a candlestick chart), a single spike in volume can render the rest of the volume bars so small they are hard to see, much less provide helpful information. The logarithmic scale type makes spikes much less pronounced, but the problem is that the volume subgraph is zero-based, and logarithmic scaling can't handle zeroes (or negative values, though that's irrelevant for this application). Now, while it is possible to set the scale range to "automatic" and have it work with the logarithmic scale type, the resulting subgraph is not zero-based, but the bottom of the range is the volume bar with the least volume in the timeframe being displayed... and Sierra Chart doesn't even display what that value is. And to make things worse, as soon as a new candle starts to form, the scaling of the volume subgraph completely changes due to the new volume bar being nearly at zero, which is visually very distracting. So the only solution is having a very small but non-zero, fixed bottom of range, while allowing the top of the range to be automatic--to adapt to changes in volume due to time of day, changes in bar period, or anything of the sort that will change the top of the range. But Sierra Chart doesn't currently allow a fixed bottom-of-range to be combined with an automatic top-of-range, hence this support request.