♥ 0 |
I’m looking to create a pre-market gap scan for stocks that have moved +/-4% from the previous day’s closing price. I would also like to make a custom column that displays the gap value as a percent so I can customize some of the look and feel. I know how to write out the code for the looks and feel but I’m a bit confused on the math for the actual gap%. Any help would be greatly appreciated.
Marked as spam
|
Private answer
Ok, this post should cover the gap scan: https://www.hahn-tech.com/ans/after-hours-gap-scanner/ In order to make that solution fit your needs you will need to combine the code posted within the question with the code I provided in my answer. And once you do that, you will realize you have the math already done for your custom watchlist column. Marked as spam
|
Please log in to post questions.
As of now my work around is running two separate scans using the built in features.
I’d like to get the up and down gappers on one scan to save some screen real estate.
1. AfterHours_Percent_Change the Open has moved greater than 4.0% % in after hours trading. (1m include EXT)
2. AfterHours_Percent_Change the Open has moved less than -4.0% % in after hours trading. (1m include EXT)