Support Board
Date/Time: Fri, 07 Feb 2025 18:11:15 +0000
Post From: Audio Alert When Price Close to EMA
[2020-07-25 18:54:39] |
cmet - Posts: 605 |
If you want it to alert every single time it is 10 or 4 ticks away you can simply use this: C = ID:1.SG1 + 40*ticksize C = ID:1.SG1 - 40*ticksize or C = ID:1.SG1 + 16*ticksize C = ID:1.SG1 - 16*ticksize Then on the Alerts tab you want to uncheck everything but "Enabled". C is the same as Last Price so it should go off everytime that level is touched. If you wanted a visual reference on the chart itself you can add an 8 period Moving Average Envelope, set it to Fixed Value and use 2.5 (10 ticks) and 1 (4 ticks) in the Fixed Value setting. You have the option then of creating the alerts based on the upper and lower bands. Date Time Of Last Edit: 2020-07-26 02:44:36
|