Support Board
Date/Time: Fri, 22 Nov 2024 06:33:29 +0000
Post From: Create an alert for imbalance in footprint
[2024-10-21 16:48:39] |
John - SC Support - Posts: 36203 |
You are close, but your formula is not quite correct. For one thing, you are using an AND() function, but you do not have multiple conditions, so there is no reason for this. Second, you are using a Less Than operator, which will not work. And finally, you would need to test at least 2 Volume at Price Threshold Alerts for the low, since there could be one at the low as well as 1 tick up. Therefore, your formula for an imbalance at one tick up from the low would be the following: =OR(ID10.SG1 = L + TICKSIZE, ID10.SG2 = L + TICKSIZE) Where ID10 is the Volume at Price Threshold Alert V2. The above happens to work because the evaluation of the conditions for the "Volume at Price Threshold Alert V2" goes from the Low to the High. We leave it to you to work out the High condition, but we can tell you that you will have to include as many subgraphs as there could be price levels in a bar. As such, it could be easier to use the Spreadsheet Study to do the evaluation. For the most reliable, advanced, and zero cost futures order routing, use the Teton service: Sierra Chart Teton Futures Order Routing |