Login Page - Create Account

Support Board


Date/Time: Sat, 14 Mar 2026 17:02:46 +0000



Chart candle number limit

View Count: 119

[2026-01-25 19:06:37]
User216310 - Posts: 2
Dear Support Team,

Is there any option to limit the loaded candle numbers on the chart below the daily limit. Let say I want to limit my 5 min chart to just to show the last 12 candles. Is this possible somehow.
I could not found it anywhere, just the date range and the day limit.

Thank you for your answer.

Regards
Peter B
[2026-01-25 19:28:08]
Sierra_Chart Engineering - Posts: 23212
No, this is not supported.
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2026-01-25 20:39:13]
User216310 - Posts: 2
Thank you.
[2026-01-26 17:20:41]
John - SC Support - Posts: 45108
As noted, there is not a direct way to do this, but you can make the other bars disappear by coloring them the same as the background. The easiest way to do this would be to use the Spreadsheet Study and enter the following formula in cell K3:
=IF(ROW() > 15, 1, 0)

Then use a "Color Bar Based on Alert Condition" study where the alert formula is the following:
=ID1.SG1

Where ID1 is the ID of the Spreadsheet Study and SG1 is the first subgraph of the spreadsheet study, which is the K column.

Then set the "Color" of the "Color Bar" subgraph to be the same as your background.

You will have to adjust the number of rows for the calculation of the Spreadsheet Study to cover the amount of time so all the bars are colored. Keep in mind the chart itself will still display as if that data is there (because it is).

Refer to the following:
Spreadsheet Systems, Alerts and Automated Trading

https://www.sierrachart.com/index.php?page=doc/SpreadsheetFunctions.html#ROW_Function

Color Bar Based on Alert Condition
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account