Support Board
Date/Time: Tue, 03 Jun 2025 07:08:47 +0000
Post From: Time Line study and custom text label background color
[2025-05-29 16:01:14] |
John - SC Support - Posts: 40170 |
There are a number of ways to have an indicator that would be near the time axis that gives a visual representation for a certain time period. The simplest would be to use the "Spreadsheet Formula" and use a formula like the following to show the bars between 09:30 and 10:30 (including 09:30 and excluding 10:30): =AND(BARTIME >= TIME(09, 30, 00), BARTIME < TIME(10, 30, 00)) Then set the Input for "Draw Zeros" to "No" and set the subgraph Draw Style to whatever works best for you. Also make sure the study is in the lowest region and then adjust the region height to get it displayed as you want. You might also want to remove the display of the study name and parameters, so you just see the line, bar, whatever. Refer to the following: Spreadsheet Formula Study/Chart Alerts And Scanning: Available Main Price Graph Identifiers/Variables Chart Studies: Subgraphs Tab >> Draw Style For the most reliable, advanced, and zero cost futures order routing, use the Teton service: Sierra Chart Teton Futures Order Routing |