Login Page - Create Account

Support Board


Date/Time: Wed, 27 Nov 2024 04:48:54 +0000



display exhaustion

View Count: 1207

[2023-09-23 07:16:28]
costas psarrou32 - Posts: 4
Hello, how i can display exhaustion in footprint with lines like you see on screensoot picture down below? Thank you very much.
imagedisplay exhaustion.JPG / V - Attached On 2023-09-23 07:16:13 UTC - Size: 73.35 KB - 493 views
[2023-09-25 14:51:13]
John - SC Support - Posts: 36309
In order to get some kind of marker when there is an exhaustion (0 Bid or 0 Ask at High/Low), you would need to use two copies of the "Color Bar Based on Alert Condition" study where you use the special functions for the Volume at Price. One copy checks the High and the other would check the Low (assuming you want the same coloring for a 0 Bid and 0 Ask, otherwise, you would need 4 copies). Your Alert condition would look like following:
=OR(BVAP(H,0) = 0, AVAP(H,0) = 0)

And you would set the "Input Data" to e "High" and the "Output When Condition True" to be "Use Input Data".

You can not get the background coloring like in the image, we do not know how they specifically did this, and most likely it is a custom study. But in order to get some kind of marker or other item displayed at that high, refer to the following specific section of the "Color Bar Based on Alert Condition":
Color Bar Based on Alert Condition: Drawing Arrows/Text or Other Styles at the High or Low of Bars

Also refer to the following for the Alert condition Volume at Price functions:
Study/Chart Alerts And Scanning: Special Functions
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