Login Page - Create Account

Support Board


Date/Time: Wed, 19 Mar 2025 23:14:46 +0000



Condition Alert

View Count: 331

[2022-11-01 11:47:22]
User585993 - Posts: 83
Would it be possible to create an imbalance condition alert based on a previously closed candle?
Date Time Of Last Edit: 2022-11-01 11:48:56
[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

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account