Support Board
Date/Time: Tue, 04 Nov 2025 03:26:10 +0000
Post From: Carry over condition n bars in alert study
|   [2022-02-21 16:38:06]     |  
| John - SC Support - Posts: 42737 | 
| 
                The easiest way to do this is to actually set the conditions you want on a single alert.  For example, let's say you want a bar within the past 3 to be a volume greater than 2000 and then you want the current bar volume to be greater than 5000. You would write the following: =AND(OR(V[-3] > 2000, V[-2] > 2000, V[-1] > 2000), V > 5000) Or you could use the Spreadsheet Alert if the condition is more complex and/or needs more bars. For the most reliable, advanced, and zero cost futures order routing, use the Teton service:  Sierra Chart Teton Futures Order Routing  | 
        
