Login Page - Create Account

Support Board


Date/Time: Wed, 23 Apr 2025 03:12:53 +0000



Add alert or highlight number on footprint chart

View Count: 187

[2024-12-18 17:51:08]
Villakikk1234$$$ - Posts: 1
Hi Sierra Chart team,

I want you to help how can i highlight or set an alert for this area in footprint candle (when the wick of the footprint candle show 0 0 0 in 3 continuous ticks).

Thank you
imageSc help.png / V - Attached On 2024-12-18 17:51:02 UTC - Size: 29.35 KB - 39 views
[2024-12-18 17:54:54]
John - SC Support - Posts: 39428
If you are specifically looking for this at the High or Low, then it is not too hard. The Alerts let you check the Total Volume, Bid Volume, and Ask Volume at each price level. So to test for 3 levels of zero bids at the Low of the bar, you would use the following Alert condition:
=AND(BVAP(L, 0) = 0, BVAP(L + TICKSIZE, 0) = 0, BVAP(L + 2 * TICKSIZE, 0) = 0)

We leave it to you to work out the other situations. Also note that if you are looking for this anywhere in the bar, then this would probably be too long to do in a single alert. You would be best served to use a custom study in this case.

Refer to the following:
Study/Chart Alerts And Scanning: Special Functions

Study/Chart Alerts And Scanning: Available Main Price Graph Identifiers/Variables
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