Support Board
Date/Time: Wed, 02 Jul 2025 14:00:09 +0000
Post From: Condition alert for Vwap
[2024-11-22 15:24:37] |
John - SC Support - Posts: 40702 |
You can add the time component by checking a certain number of bars. For instance, to check if the Close is greater than ID5.SG1 for the last 3 bars you would have a condition that looks like the following: =AND(C > ID5.SG1, C[-1] > ID5.SG1[-1], C[-2] > ID5.SG1[-2]) You would then need to add this to your already existing conditions using the AND() and/or OR() functions. For the most reliable, advanced, and zero cost futures order routing, use the Teton service: Sierra Chart Teton Futures Order Routing |