StockFetcher Forums · Filter Exchange · HOW MANY FILTERS IS ENOUGH?<< 1 2 3 >>Post Follow-up
guru_trader
485 posts
msg #71350
Ignore guru_trader
2/12/2009 8:31:04 AM

@klynn, that link you provided ... http://ramtajogi.in/co-relation-calculator/ ... shows same-day correlation, which is not exactly equal to forecasting

@eman: there are a couple ways to approach this, here is a work in progress ... another way to do this is to sum up all 00 and 11 occurences where the first digit is the stock's previous price movement and the 2nd digit is the index movement the next day ... i'll work on some of those
Fetcher[
and chart-length is 100 days
and date offset 0
market is nasdaq
volume above 300000
sort column 9 descending

set{tmp_stck_close1dago, close 1 day ago}
set{stck_close1dago, indposition(tmp_stck_close1dago, 10)}
draw stck_close1dago

set{tmp_ixic_close, ind(^IXIC,close)}
set{ixic_close, indposition(tmp_ixic_close, 10)}
draw ixic_close on plot stck_close1dago

set{stck_mvmt, count(close 1 day ago > close 2 days ago,1)}
add column stck_mvmt
draw stck_mvmt

set{ixic_today, ind(^IXIC,close)}
add column ixic_today

set{ixic_1dago, ind(^IXIC,close 1 day ago)}
add column ixic_1dago

set{ixic_mvmt, count(ixic_today > ixic_1dago,1)}
add column ixic_mvmt
draw ixic_mvmt on plot stck_mvmt

set{cnt_same, count(stck_mvmt equals ixic_mvmt, 100)}
add column cnt_same

draw relative strength(^IXIC,1)
]




chetron
2,817 posts
msg #71353
Ignore chetron
2/12/2009 9:15:18 AM

VERY NICE, GURU

Eman93
4,750 posts
msg #71381
Ignore Eman93
2/13/2009 8:27:26 AM

Sweet

satanscashcow
19 posts
msg #121246
Ignore satanscashcow
8/4/2014 2:53:38 PM

Anybody using this filter?

StockFetcher Forums · Filter Exchange · HOW MANY FILTERS IS ENOUGH?<< 1 2 3 >>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.