Support Board
Date/Time: Mon, 25 Nov 2024 19:51:38 +0000
Post From: Simple price crossing moving avg alert
[2020-12-23 19:49:14] |
HeyUgly - Posts: 247 |
so ive got moving avg on chart i go to study settings / Alerts how can i trigger an alert for a simple price crosses mov avg to trigger i dont see it here in the options Alert When Moving Average Crosses over Close Price of Bar: Enter the following Alert Condition Formula on a Moving Average study: =CROSSOVER(SG1, C). Alert When Moving Average Crosses over Price Bar: Enter the following Alert Condition Formula on a Moving Average study: =OR(CROSSOVER(SG1, H) <> 0, CROSSOVER(SG1, L) <> 0). is it one of those? i just want it to trigger when price crosses said mov avg. |