Support Board
Date/Time: Tue, 26 Nov 2024 20:16:51 +0000
Post From: Overlaying the non-zero subgraph from one numbers bar chart to another
[2023-10-30 16:08:35] |
John - SC Support - Posts: 36307 |
There is not a way to get this information from the Numbers Bars study to another chart using the built-in tools. The Subgraph for that item is there just to set the colors, the data itself for the highlight is not available. You would have to use two copies of the Spreadsheet Formula on your .25 tick chart to start and use this to find your non-zero volumes at the High/Low. Your formula to test the high would look like the following: =IF(AND(BVAP(H, 0) <> 0, AVAP(H, 0) <> 0), H, 0) The reason to use the IF statement is to have the result be the high price so you can put a marker at that level using the Spreadsheet Formula. You would then use the "Study/Price Overlay" to overlay that result to the .5 tick chart. Refer to the following: Study/Chart Alerts And Scanning: Special Functions Spreadsheet Formula Study/Price Overlay Study For the most reliable, advanced, and zero cost futures order routing, use the Teton service: Sierra Chart Teton Futures Order Routing |