ProScreener only returns one column.
A workaround would be combining the two values into a single one.
You can use a two-digit number, 99, with the leftmost digit representing highest highs and the rightmost one the lowest lows.
If your scanned instrument has a highest high set the leftmost digit to 1 or to 9 if it is not (you cannot use zero because leading 0’s are dropped), if it has a lowest low set the rightmost digit to 1, or 9 if it isn’t.
This grants 4 combinations:
99 – no match (set it to 0 to avoid being returned)
19 – highest high
91 – lowest low
11 – both (very unlikely)
1 user thanked author for this post.