StockFetcher Forums · Filter Exchange · Is it possilbe..<< >>Post Follow-up
MomsLegacy
34 posts
msg #63933
Ignore MomsLegacy
6/18/2008 11:29:43 AM

Hi, Is it possible to have your filter only search certain criteria only on the s &P 100? If so, how do you add this crietera?
Thanks anybody.
Amy

maxreturn
745 posts
msg #63934
Ignore maxreturn
6/18/2008 11:32:54 AM

Amy, simply add "market is s&p 100" to your code.

MomsLegacy
34 posts
msg #63958
Ignore MomsLegacy
6/18/2008 4:35:07 PM

duh... lol.

Thanks. Is all this stuff in that giant manual that I printed out, and am afriad to look at??

MomsLegacy
34 posts
msg #63968
Ignore MomsLegacy
6/18/2008 9:22:40 PM

OKay, I have some filter criteria that I know that I want, but not completely sure that I know how to create it. It seems relatively simple, but what do I know??? Can anybody tell me how to write this criteria in scan lingo?

1. This would be called Buy at the close.
Optionable stock
close is less than 15
average 90 day volume is 500K
Average True Range in the last 30 is greater than 1.00

2. This is a Blue Chip Strangle.

s&p 100
close is greater than 45
atr 30 is greater than 1.5
atr greater than 2.25


3. This is a regular strangle.

Average 90 day volume is 1000000
optionable
Atr greater than 5
Atr 5 greater than 4

Can anybody help??


guru_trader
485 posts
msg #64166
Ignore guru_trader
6/22/2008 1:13:50 AM

1)
Fetcher[
/* Filter */
and optionable
and close < 15
and avgvol(90) > 500000
and atr(30) > 1

/* Drawings */
and draw avgvol(90)
and draw avgvol(90) line at 500000
and draw atr(30)
and draw atr(30) line at 1
]



2) and 3) need clarification in regard to atr values

StockFetcher Forums · Filter Exchange · Is it possilbe..<< >>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.