Support Board
Date/Time: Thu, 17 Apr 2025 23:58:22 +0000
Post From: footprint
[2025-04-10 15:35:09] |
John - SC Support - Posts: 39353 |
Use the "Color Bar Based on Alert Condition" study to do this. You need some way to get the delta of the bars to test against. The easiest way to do this is to add the "Numbers Bars Calculated Values" study to the chart. You can hide this study if you do not want to view it. The Alert condition itself will look like the following: =AND(V > 900, ABS(ID1.SG1) > 100) Where V is the Volume of the bar, ABS() is the Absolute Value function, ID1 is the ID of the Numbers Bars Calculated Values Study (or whatever study you are getting the Delta from) and SG1 is the first subgraph of the ID1 study. Refer to the following - in particular the section for "Drawing Arrows/Text or Other Styles at the High or Low of Bars": Color Bar Based on Alert Condition For the most reliable, advanced, and zero cost futures order routing, use the Teton service: Sierra Chart Teton Futures Order Routing |