Optuma Forums › Optuma Scripting › Screening for Gaps › Reply To: Screening for Gaps
May 21, 2020 at 9:31 pm
#58215

- Topics: 63
- Replies: 558
- Posts: 621
To scan for daily Gap Ups use the following:
1 2 3 |
OPEN() > HIGH()[1] and LOW()>HIGH()[1] |
Gap Downs:
1 2 3 |
OPEN() < LOW()[1] and HIGH()<LOW()[1] |
Open the scan results as a watchlist and add columns, then every time the workbook is opened the watchlist will update.