Support Board
Date/Time: Tue, 26 Nov 2024 09:39:50 +0000
Post From: problem signal study based on slope
[2023-12-28 12:23:26] |
User120564 - Posts: 11 |
alert condition documentation sierra chart: 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. thanks |