StockFetcher Forums · General Discussion · Question on pivot points<< >>Post Follow-up
SAFeTRADE
630 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...


Fetcher[

set{hiop, high - open}
set{trial, count(open < s1 1 day ago,1) + count(open > s2 1 day ago,1)}
set{trial1, count(trial > 1,1)}

apply to watchlist(mtchigh)
add column separator
add column s2 1 day ago
add column open
add column s1 1 day ago
add column trial1
add column hiop{runup}

]



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:

Fetcher[

set{hiop, high - open}
set{support1, s1 1 day ago}
set{support2, s2 1 day ago}
set{trial, count(open < support1,1) + count(open > support2 ,1)}
set{trial1, count(trial > 1,1)}

apply to watchlist(mtchigh)

add column separator
add column support2
add column open
add column support1
add column trial1
add column hiop{runup}
]



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
630 posts
msg #83617
Ignore SAFeTRADE
11/30/2009 12:46:52 PM

Thanks guys that worked great!

StockFetcher Forums · General Discussion · Question on pivot points<< >>Post Follow-up

*** Disclaimer *** StockFetcher.com does not endorse or suggest any of the securities which are returned in any of the searches or filters. They are provided purely for informational and research purposes. StockFetcher.com does not recommend particular securities. StockFetcher.com, Vestyl Software, L.L.C. and involved content providers shall not be liable for any errors or delays in the content, or for any actions taken based on the content.


Copyright 2022 - Vestyl Software L.L.C.Terms of Service | License | Questions or comments? Contact Us
EOD Data sources: DDFPlus & CSI Data Quotes delayed during active market hours. Delay times are at least 15 mins for NASDAQ, 20 mins for NYSE and Amex. Delayed intraday data provided by DDFPlus


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.