Support Board
Date/Time: Sat, 30 Nov 2024 00:58:14 +0000
Post From: Alert on first trigger after a condition is present
[2023-01-05 09:09:52] |
DKtrades - Posts: 39 |
Alert Only Once per Bar
Disable Simple Alert After Trigger would either of those do what you want? Not for the first one, but I'm investigating the second. Unfortunately there is no Documentation for this option (I don't know for example how it is 'reset' after it is disabled). I do have a manual workaround (switch studies once I get the first alert, and have a separate alert for the EMA crossover to switch it back on). Would be great though for an alert to be able to "trigger" activation of another alert (eg, the EMA crossover triggers the re-test/touch alert to be active), and then for it to be only evaluated as true for one time, and then to remain inactive until the trigger condition is met again. Try this:
=AND(ID1.SG1<ID2.SG1,CROSSFROMBELOW(H,ID1.SG1)) Thanks for the simpler formula, it's much appreciated. I'm getting more used to them (finally worked out how to use the Study/Price Overlay Study, which helps me limit alerts to the trend on my higher timeframe). I will raise a separate support issue about the missing documentation. |