Support Board
Date/Time: Fri, 07 Feb 2025 15:19:21 +0000
Post From: Indicating the 4th bar in the same direction
[2022-10-10 17:57:33] |
John - SC Support - Posts: 37809 |
You would need to use the Color Bar Based On Alert Condition and check the Close against the Open to determine direction and do it for the 3 previous bars and the current one. Refer to the following: Color Bar Based on Alert Condition Your alert condition would look like the following for a string of 4 up bars in a row: =AND(C[-3] > O[-3], C[-2] > O[-2], C[-1] > O[-1], C > O) For the most reliable, advanced, and zero cost futures order routing, use the Teton service: Sierra Chart Teton Futures Order Routing |