Login Page - Create Account

Support Board


Date/Time: Fri, 22 Nov 2024 11:39:37 +0000



ALert for footprint value condition

View Count: 107

[2024-10-09 17:20:15]
Misanirina - Posts: 39
hi,

i would like to have an alert color based on footprint condition (see the picture in attach), when i sw the picture. If ONLY there are 4 or more line imbalance with zero (like 40-0).

Thanks
image1.JPG / V - Attached On 2024-10-09 17:15:22 UTC - Size: 12.95 KB - 32 views
[2024-10-09 18:18:45]
John - SC Support - Posts: 36203
The simple alert syntax allows for checking the Total Volume, Bid Volume, and Ask Volume at specific price levels. This can also be used with the shorthand notations available with the alerts. Refer to the following:
Study/Chart Alerts And Scanning: Special Functions

Therefore, to test if the lowest 2 values in a bar have bid volume with no ask volume, your alert formula would look like the following:
=AND(BVAP(L, 0) > 0, AVAP(L, 0) = 0, BVAP(L + TICKSIZE, 0) > 0, AVAP(L + TICKSIZE, 0) = 0)

We leave it to you to expand this formula for your needs.
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