Support Board
Date/Time: Sun, 24 Nov 2024 23:17:24 +0000
Post From: alert for imbalance created at the wick of candles
[2024-04-30 17:45:00] |
John - SC Support - Posts: 36238 |
It's fairly straightforward to setup an alert if the imbalance is in wick at the bottom. This is because the "Volume at Price Threshold Alert V2" starts at the bottom, so the first trigger will always be the lowest. So you can just test that one subgraph to see if it is in the wick. The formula for this would be the following: =IF(C < O, ID1.SG1 < C, IF(O < C, ID1.SG1 < O, 0)) To test if it is in the upper portion of the wick is more difficult, as you would have to add an OR() that tests multiple triggers to make sure you have the last trigger captured. It may be best to do this with a Spreadsheet Study instead. For the most reliable, advanced, and zero cost futures order routing, use the Teton service: Sierra Chart Teton Futures Order Routing |