StockFetcher Forums · Filter Exchange · Telling the Future... | << 1 2 3 4 >>Post Follow-up |
heyen 124 posts msg #43693 - Ignore heyen |
5/13/2006 3:53:36 PM Ok, crazy idea, but i was surprised... c'mon, what would you give to know the future??? ... donations accepted :-) |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hscott 34 posts msg #43696 - Ignore hscott |
5/13/2006 4:58:17 PM Changed your filter a little: set{c2,count(ind(qqqq,day change) 1 day ago below 0,1) + count(day change below 0,1)} set{correl,count(c2 equal 2,100)} add column correl correl less than 6 and average volume(20) greater than 50000 and price greater than 2 sort by column 5 descending This selects stocks that go up when Nasdaq fall. Backtests pretty well with 1% stop |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
heyen 124 posts msg #43697 - Ignore heyen modified |
5/13/2006 5:56:33 PM But isnt MNCS a little non-volatile for day trading? I'd rather go with Interesting: no stock correlates (lag 1) to the QQQQ more than 36% .... |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hscott 34 posts msg #43698 - Ignore hscott |
5/13/2006 6:50:52 PM Yes it probably is not volatile enough - but I don't daytrade. (I didn't realize that SF was that great for daytraders since it uses EOD data) Heres a mod: set{c1,count(ind(qqqq,day change) 1 day ago above 0,1)} set{c11,count(day change above 0,1)} set{c12,c1+c11} set{c13,count(c12 equal 2,100)} set{c2,count(ind(qqqq,day change) 1 day ago below 0,1)} set{c21,count(day change below 0,1)} set{c22,c2 + c21} set{c24,count(c22 equal 2,100)} set{c23,2*c24} set{c3,c13-c23} c3 greater than 7 add column c3 and add column c13 and add column c23 and average volume(20) greater than 50000 and price greater than 2 This weights a fall with Nasdaq higher. Also backtests well |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
heyen 124 posts msg #43699 - Ignore heyen |
5/13/2006 7:10:13 PM Or have you ever asked yourself, if there are stocks foretelling the market? at a "being right rate" between 60% and 70% i'd propably take a democratic vote of the majority for being right. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
shelupinin 120 posts msg #43707 - Ignore shelupinin |
5/14/2006 4:03:26 PM heyen, your last filter may show stocks (if precaution is, say, above 60) which has strong correlation with QQQQ, but what is practical advantage to know such stocks? sorry, may be I'm too stupid, but I can't understand... ok, you know some stock wich has high correlation with qqqq, for example AMLN, so How you may predict the future price of AMLN knowing current QQQQ and AMLN??? Alex |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hscott 34 posts msg #43708 - Ignore hscott |
5/14/2006 4:21:15 PM If I may add something here. My mod of heyen's filter was designed as a reaction to the crash last week. Looking for stocks that go up when Nasdaq goes up but do not fall when Nasdaq falls. So I "add points" for a positive correlation with Nasdaq uptrend and "subtract points" for a correlation with Nasdaq downtrend. Seems to work pretty well. Backtest with 25% stop gives about a 65% ROI but over 90% gains which I don't see that much.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
heyen 124 posts msg #43711 - Ignore heyen |
5/14/2006 5:46:21 PM @ shelupinin Precaution? You see how our boys dropped in price all together? And our market index was a little late... to be precise: 1 day late! Now we know that the qqqq tells the rest of the market where to go... @ hscott nice work! my backtests weren't as good. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
shelupinin 120 posts msg #43716 - Ignore shelupinin |
5/14/2006 7:20:18 PM ok, heyen, thanks according to your filter most stocks dropped in price at friday, May 12. So at Monday, May 15, index QQQQ also should drop .... lets see... Alex |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
heyen 124 posts msg #43719 - Ignore heyen modified |
5/14/2006 7:46:09 PM Hi shelupinin, well, for the statistics sake, thats what I expect. This could be interesting for day trading as to wether go long or short with the first initial position in pre market or at the opening. Because thats where the most volatility is. I will watch this the next days to see how that works until reversal time. I have missed the biggest move waiting for the reversal time to pass by more than once. Thomas |
StockFetcher Forums · Filter Exchange · Telling the Future... | << 1 2 3 4 >>Post Follow-up |
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