StockFetcher Forums · Filter Exchange · Rumpled One<< >>Post Follow-up
papagatorga
124 posts
msg #51934
Ignore papagatorga
6/2/2007 2:41:01 PM

I found this on a search for Parabolic SAR, you provided it. I am wanting to find stocks that just issued a Parabolic SAR buy on a Monthly chart. How would you modify this for a Monthly chart? Or can it be done? Thanks
4/17/2007 10:09:33 PM


Fetcher[
set{PARBuy, count(close crossed above Parabolic SAR, 1) }
set{DMIBuy, count( di(14) Difference above 0 , 1) }

set{PARSell, count(close crossed below Parabolic SAR,1) }
set{DMISell, count( di(14) Difference below 0, 1) }

set{PARSBuy, PARBuy * DMIBuy}
set{PARSSell, PARSell * DMISell}
set{PARSTrade, PARSBuy + PARSSell}

add column PARSBuy
add column PARSSell

PARSBuy above 0
close above 1
volume above 1000000

sort column 5 descending

TheRumpledOne
6,407 posts
msg #51961
Ignore TheRumpledOne
6/4/2007 11:58:49 AM

SF doesn't have monthly data as far as I know.



papagatorga
124 posts
msg #51972
Ignore papagatorga
6/5/2007 8:27:26 AM

Would a 4 week offset work on a weekly chart??

StockFetcher Forums · Filter Exchange · Rumpled One<< >>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.