Support Board
Date/Time: Mon, 25 Nov 2024 01:46:28 +0000
Post From: draw volume profile
[2024-04-21 23:17:03] |
User586297 - Posts: 35 |
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 |