♥ 0 |
Hi Pete, i found this earning scan, it scans out those stocks that have earning announcement within 10days I would like to ask how to amend the code such that it ONLY scan out stocks that have 30-38 days to their earning announcement. Anything that is less than 30 day or more than 38 days, should not appear in the scanlist Thanks
#Scan for earning “input” days out. Input days is modifiable input days = 10; plot scan = sum(HasEarnings(EarningTime.AFTER_MARKET),days)[1-days] or sum(HasEarnings(EarningTime.BEFORE_MARKET),days)[0-days];
Marked as spam
|
Please log in to post questions.