Login Page - Create Account

Support Board


Date/Time: Fri, 29 Nov 2024 14:56:11 +0000



Post From: volume alert

[2023-02-06 16:49:28]
John - SC Support - Posts: 36350
Are you wanting to test for a volume of 1000 at a specific price level, or a volume of 1000 for the entire bar?

To get the volume at a specific price, you would need to use the VAP() function for the alert. Refer to the information here:
Study/Chart Alerts And Scanning: VAP

But then you need to know the price level at which you want to check. Or you can check the entire range of the bar by using the OR() function, which would look like the following:
=OR(VAP(L, 0) > 1000, VAP(L + TICKSIZE, 0) > 1000, ...)

You would then add the other condition using the AND() functionality, which can be nested. So you could have something like the following:
AND(OR(VAP(L, 0) > 1000, VAP(L + TICKSIZE, 0) > 1000, ...), AndCondition1)
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing