push5280 201 posts msg #118580 - Ignore push5280 |
3/10/2014 7:34:59 PM
I'm trying to build a variable that is the 52 week high divided by the 52 week low and I'm not having any luck. It seems quite simple but I'm not getting the correct values for the high or the low and it is jacking up the calculation.
set{52h, 52 week high}
set{52l, 52 week low}
set{myrange, 52h / 52l}
any ideas?
|
Kevin_in_GA 4,599 posts msg #118581 - Ignore Kevin_in_GA |
3/10/2014 9:18:03 PM
set{myrange, high 52 week high / low 52 week low}
|
push5280 201 posts msg #118593 - Ignore push5280 |
3/11/2014 2:59:00 PM
Thanks Kevin!
|