Alerts once per day


Category:
0
0

I have scans that alert up to 10x a day especially daytrading scans. Do you have a simple solution to this or would this be a premium job?

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.

Posted by Pete Hahn (Questions: 38, Answers: 3459)
Answered on May 21, 2020 7:36 am

Marked as spam
Posted by (Questions: 5, Answers: 1)
Asked on January 12, 2021 4:41 pm
85 views
0
Private answer

Oddly enough this exact solution was just posted 2 days ago. You may have not realized it contained your solution because the title is a bit more inclined toward software developers:

https://www.hahn-tech.com/ans/reset-variable-to-false-on-a-new-day/

 

Marked as spam
Posted by (Questions: 37, Answers: 4079)
Answered on January 13, 2021 9:33 am