StockFetcher Forums · Filter Exchange · Filters using intraday time<< >>Post Follow-up
ChizzleMeTimbers
36 posts
msg #97240
Ignore ChizzleMeTimbers
10/29/2010 10:46:35 AM

Hi I was curious if there was a way to scan for stocks (especially ADR's) that have done X,Y,Z after a certain time (11:35 AM)


essentially I would put filters in as normal, just curious if I could add a line at the start of the filter to only show me:

1. ADR's only ---- if not possible I can create a watchlist full of the ADR's I trade I am sure and do it that way, right?
2. "only show me stocks that have traded higher by 1% after 11:35 AM"
3. or perhaps something like "show me ADR's that have moved up at least 1% from 11:35 to 12:05 PM"


any help would be appreciated it, thank you.

straken
469 posts
msg #97243
Ignore straken
10/29/2010 3:36:25 PM

Not here, EOD data. You need RT data,
You can set parameters such as 1 hour slope or change of different technical indicators with stockfinder. Filters are written in C++ at stockfinder, but you can scan with indicators on different time frames from 5 min charts to 30 min or 1 to 4 hour time frames whatever your flavor. Other than aftermarket RT scanners the tradestation platform will do the same, but you will need to learn or have knowledge of the C programming language or similar for any time frame RT scanners.

HTH

louie6digits
34 posts
msg #97245
Ignore louie6digits
10/29/2010 6:21:08 PM

Recently I created this nutty filter. I use it at 10:30am. It gives me 1 day winners. Basically, you want to buy the stocks
with lowest rsi(2) 1 day ago.

Fetcher[/* 1 day trades */
show stocks where count(RSI(2) 2 day ago above 90,60) is above 0
sort column 6 ascending
and RSI(2) 1 day ago is below 20
and average volume(10) above 100000
and close 1 day ago more than 4% below close 2 day ago
and close 2 day ago more than 4% below close 3 day ago
price above open
price above 20 day low
price 20 day ago above 40 day low
and close above 0.99
add column rsi(2)
add column rsi(2) 1 day ago {rsi - 1}
]





ChizzleMeTimbers
36 posts
msg #97273
Ignore ChizzleMeTimbers
11/1/2010 8:27:39 AM

thanks for the help...

i doubt i can do what i want... but ... as we can filter markets and ETF's .. can we filter for ADRs too?

thanks

StockFetcher Forums · Filter Exchange · Filters using intraday time<< >>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.