Support Board
Date/Time: Sat, 23 Nov 2024 15:03:02 +0000
Post From: How can I add an alert for Ask/Bid volume in certain range?
[2024-08-19 20:47:16] |
John - SC Support - Posts: 36238 |
Since this will only occur where the Bid is 0 at the High and where the Ask is 0 at the Low, then to be alerted for either condition you would use the following: =OR(AND(BVAP(H, 0) = 0, AVAP(H, 0) > 150), AND(BVAP(L, 0) > 150, AVAP(L, 0) = 0)) Where H is the High of the bar and L is the Low of the bar. For the most reliable, advanced, and zero cost futures order routing, use the Teton service: Sierra Chart Teton Futures Order Routing |