Support Board
Date/Time: Fri, 07 Feb 2025 14:52:25 +0000
Post From: this will be EZPZ for somebody....subgraph line changes 20-30pts than previous bar
[2021-04-07 13:54:31] |
Sawtooth - Posts: 4173 |
Try a formula like this on the Alerts tab of the Color Bar Based On Alert Condition study: =ABS(ID5.SG1-ID5.SG1[-1])>30 where ID5 is the Stochastic Slow study, and SG1 is its %K. This formula will color the bar when the %K changes more than 30 in either direction. If you want a separate coloring/alert for each direction, use two instances of the color bar study, with formulas like these: Up: =ID5.SG1-ID5.SG1[-1]>30 Down: =ID5.SG1[-1]-ID5.SG1>30 |