Support Board
Date/Time: Fri, 07 Feb 2025 18:16:19 +0000
Post From: Question about alerts and text display for study
[2024-12-17 22:00:48] |
awakef - Posts: 72 |
I uploaded the settings enabled for the color bar based on alert. Here is a example of the code I'm trying using text display alert for swing high and lows: =OR(SG1 > 0, SG2 > 0, SG1[-1] > 0, SG2[-1] > 0, SG1[-2] > 0, SG2[-2] > 0, SG1[-3] > 0, SG2[-3] > 0) Then I tried to use countdown timer for the text display alert dissapear at 5mins on a 15mins chart and worked good, but on the next candle keeps doing the alert when it haven't made a new swing high, low. This is the code I made: =OR(AND(ID41.SG1 > 0, ID41.SG2 > 0, ID41.SG1[-1] > 0, ID41.SG2[-1] > 0, ID41.SG1[-2] > 0, ID41.SG2[-2] > 0, ID41.SG1[-3] > 0, ID41.SG2[-3] > 0), AND(ID30.SG1 > 600)) There's a way that when it made the alert stays off until a real swing high, low have being made instead repeating the alert on each new candle John? |
![]() |