Linking a Watchlist to a Scan
by Darren Hawkins, MSTADec 14, 2022
By saving scan results in a watchlist simply open a workbook to udate the list.
The 52 week closing high / low scan in the video uses this formula:
CLOSE() > (HIGHESTHIGH(CLOSE(),BARS=52, BACKTYPE=Weeks)) or
CLOSE() < LOWESTLOW(CLOSE(),BARS=52, BACKTYPE=Weeks)
0 Comments