James0264 9 posts msg #26743 - Ignore James0264 |
6/5/2003 8:39:55 AM
I'm trying to figure out how to code a range expansion that is at least twice the daily range of the previous day. Is there anyway to do this? Basically, I want today's day point range to be greater than 2x yesterday's day point range.
|
no4j 45 posts msg #26744 - Ignore no4j |
6/5/2003 8:50:25 AM
I think this will work.
Show stochs where ATR(1) divided by ATR(1) 1 day ago is greater than 2
Hope so anyway.
no4j
|
no4j 45 posts msg #26745 - Ignore no4j |
6/5/2003 8:53:19 AM
I keep screwing up posts on this thing. Had a typo in the above post.
Show stocks where ATR(1) divided by ATR(1) 1 day ago is greater than 2
Sorry!
no4j
|
James0264 9 posts msg #26750 - Ignore James0264 |
6/5/2003 9:04:20 PM
Hey! That worked well. Thank you very much.
|