Alert once then disable alert


Category:
0
0

Hi Pete,

I recently asked about the possibility of getting alerts only once for your watchlists related to your scanners.

I noticed that some chart studies have this possibility, like in the image here below.

What about that?

Thanks!

 

 

Attachments:
Marked as spam
Posted by (Questions: 6, Answers: 21)
Asked on May 21, 2020 6:58 am
44 views
0
Private answer

There are no equivalent settings for alerts that can be created from saved custom scans. There is only one way to limit your scan results to once per ticker for each trading day. That is to write the code so that your condition is only true once per trading session. So your true/false condition for the scan must be true one time during the day and then be false for the rest of the day. There is no blanket solution for this. There is no setting for this. The code itself must be written specifically to avoid repeating signals per ticker per day.

Marked as spam
Posted by (Questions: 37, Answers: 4086)
Answered on May 21, 2020 7:36 am
0
OK, Pete! Thanks for making that clear. Have a nice day!
( at May 22, 2020 5:35 am)