Support Board
Date/Time: Tue, 04 Nov 2025 15:04:16 +0000
Post From: draw volume profile
| [2024-04-21 23:17:03] |
| User586297 - Posts: 36 |
|
Simple Alert Condition Formula for Change of Slope of a Study Subgraph Line: To get an alert when a study Subgraph line changes its slope, then use this Simple Alert Condition Formula: =OR(AND(SG1[0] > SG1[-1],SG1[-1] < SG1[-2]), AND(SG1[0] < SG1[-1],SG1[-1] > SG1[-2])). This formula is meant for study Subgraph 1. This will work fine for any of the Sierra Chart Moving Average studies. =OR(AND(SG1[0] > SG1[-1],SG1[-1] < SG1[-2]), AND(SG1[0] < SG1[-1],SG1[-1] > SG1[-2])) FOUND THIS AND USE IT WITH ZIG ZAG. PUT ID OF ZIG ZAG. WHEN SLOPE IS UP WHERE TO PUT C<=O,BV<AV OR USE ID.SG1 TO COLOR BAR? THANKS |
