SAFeTRADE 644 posts msg #83609 - Ignore SAFeTRADE |
11/30/2009 11:31:32 AM
How would I use pivot points from yesterday to scan for stocks. This my filter as currently written:
set{hiop, high - open}
set{trial, count(open < s1,1) + count(open > s2 ,1)}
set{trial1, count(trial > 1,1)}
apply to watchlist(mtchigh)
add column separator
add column s2
add column open
add column s1
add column trial1
add column hiop{runup}
AIG stats for today 11/30/2009 are open 32.48, pivot point s2 32.44 and pivot point s1 32.87.
Those are not the pivot numbers from yesterday, It does not return the pivots from yesterday.
AIG should have been a hit for today it was not. Any help.
clarence
|
chetron 2,817 posts msg #83612 - Ignore chetron modified |
11/30/2009 12:07:14 PM
maybe...
|
Kevin_in_GA 4,599 posts msg #83615 - Ignore Kevin_in_GA modified |
11/30/2009 12:40:48 PM
You just need to either use the offset function, or set your pivots as variables. Example:
|
Kevin_in_GA 4,599 posts msg #83616 - Ignore Kevin_in_GA |
11/30/2009 12:41:41 PM
I knew that by actually focusing on my day job that Chet would beat me to this one. Nice job, man.
|
SAFeTRADE 644 posts msg #83617 - Ignore SAFeTRADE |
11/30/2009 12:46:52 PM
Thanks guys that worked great!
|