Support Board
Date/Time: Mon, 03 Nov 2025 13:22:24 +0000
Post From: How To Setup AUDIO ALERT when Moving Average Slope CHANGES
| [2020-03-10 23:34:41] |
| gayer2428 - Posts: 94 |
|
Using the Angle study with Simple Alerts you can check the angle of any MA. 1. Add the study Study Angle to your chart. 2. On Settings & Inputs tab: - set "Based On: to <your Moving Average - Hull study id>. (Now Input Data will show Hull MA) - set the Length to 1 - Value per Point: <appropriate for the tick value> - Skip Calc...: <No> 3. On your alert condition: you will reference the new Angle study (let's call it ID99) thus: =OR(AND ID99.SG1 < 0 ... --- Hull MA turned down? ... ID99.SG1 > 0 ... -- Hull MA turned up? |
