Support Board
Date/Time: Thu, 28 Nov 2024 22:39:17 +0000
Post From: candle's minimum and maximum values
[2023-03-27 14:54:02] |
John - SC Support - Posts: 36350 |
You do not have direct access to the Numbers Bars values. So you are correct, there is not a way to reference this directly like with studies. But, Alert Conditions do have access to the Total Volume at Price, Bid Volume at Price, and Ask Volume at Price. Refer to the following: Study/Chart Alerts And Scanning: Special Functions You can also combine the other Main Price Graph Identifiers to get data at a specific position relative to the High, Open, Low, or Close of the bar. Refer to the information here: Study/Chart Alerts And Scanning: Available Main Price Graph Identifiers/Variables As such, to get what you want, we recommend using the Spreadsheet Formula, which actually uses the Alert syntax, and setup a formula that would look like the following to get the Ask/Bid Difference at the High of a bar: =AVAP(H, 0) - BVAP(H, 0) Refer to the following for the Spreadsheet Study: Spreadsheet Formula We are not sure how you want to display this, but you could use the Study Subgraph Above/Below Bar As Text. Refer to the following: Study Subgraph Above/Below Bar as Text For the most reliable, advanced, and zero cost futures order routing, use the Teton service: Sierra Chart Teton Futures Order Routing |