Support Board
Date/Time: Wed, 27 Nov 2024 20:28:07 +0000
Post From: Color Specific Numbered bars behind the Current Renko Bar
[2023-07-10 15:15:40] |
John - SC Support - Posts: 36344 |
We know it sounds silly, but the best way to do this would be to create a custom study. This is due to how the studies in Sierra Chart are calculated, where the system is not recalculating the previous bars, therefore there is nothing forcing the update as new bars are added. With a custom study you can loop through the most recent 7 bars to force an update for these as a new bar is added. Refer to the following regarding custom studies within Sierra Chart: Advanced Custom Study Interface and Language (ACSIL): Introduction -- The other option would be to use a Spreadsheet Study along with the Color Bar Based on Alert Condition and you would have to also use the "Chart Recalculation - Periodic" study to force the studies to fully recalculate. With this, you would enter the following in cell K3 of the Spreadsheet Study: =OR(ROW() = 8, ROW() = 9, ROW() = 10) And then in the Color Bar Based on Alert Condition you would use the following Alert: =ID1.SG1 Where ID1 is the Spreadsheet Study (you may have to change the number depending in your setup). Refer to the following: Using the Spreadsheet Study Color Bar Based on Alert Condition Chart Recalculation - Periodic For the most reliable, advanced, and zero cost futures order routing, use the Teton service: Sierra Chart Teton Futures Order Routing |