karennma 8,057 posts msg #151554 - Ignore karennma |
3/29/2020 8:09:52 PM
XARLOR,
Another one of your fabulous filters!
I love this!
Can you add the following at the end, please ... ?
Subtract Lowest 3-month low from Highest 3-month high
AND add column $$ difference
AND add column %% difference
THANKS IN ADVANCE.
apply watchlist(-------)
set{H3H,high 3-month high}
set{H3C,close 3-month high}
set{H3L,low 3-month high}
set{L3H,high 3-month low}
set{L3C,close 3-month low}
set{L3L,low 3-month low}
add column H3H {Highest 3-month high}
add column H3C {Highest 3-month close}
add column H3L {Highest 3-month low}
add column L3H {Lowest 3-month high}
add column L3C {Lowest 3-month close}
add column L3L {Lowest 3-month low}
|