Support Board
Date/Time: Tue, 26 Nov 2024 08:36:34 +0000
Post From: Alert condition
[2023-12-18 17:52:07] |
John - SC Support - Posts: 36286 |
You do not need the Numbers Bars Calculated Values to get the volume per bar. This is part of the Main Price Graph information, and the alert shortcut of "V" can be used for the volume. The the alert condition would be the following: =V < 0.4 * V[-1] If you are wanting a "Percent Difference", then the condition would be the following: =AND((V[-1] - V) / V[-1] < 0.4, (V[-1] - V) / V[-1] > 0) For the most reliable, advanced, and zero cost futures order routing, use the Teton service: Sierra Chart Teton Futures Order Routing |