Login Page - Create Account

Support Board


Date/Time: Wed, 19 Mar 2025 23:55:08 +0000



Post From: Condition Alert

[2022-11-01 15:07:35]
John - SC Support - Posts: 38812
Yes, this is possible. Creating an Alert is difficult, but can be done, as you have to check each price level within the same condition. In particular, you would need to use the BVAP() and AVAP() functions to get the Ask and Bid data for each price and then compare. To help get you started, here is what you would have for 2 price levels to check if the Bid is twice the Ask for the bar prior to the current bar:
=OR(BVAP(L, -1) > 2 * AVAP(L, -1), BVAP(L + TICKSIZE * 1, -1) > AVAP(L + TICKSIZE * 1, -1))
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing