StockFetcher Forums · General Discussion · Hello all i m new in SF and i have question<< >>Post Follow-up
elson
3 posts
msg #36391
Ignore elson
6/20/2005 3:03:29 PM

how can i write that stock dropping 10 days without white candle
thanks so much for your comments!!


TheRumpledOne
6,407 posts
msg #36392
Ignore TheRumpledOne
6/20/2005 8:07:56 PM

Fetcher[
set{CBO, COUNT(close below open,10)}
CBO EQUAL 10
]




Pretty cool idea. But not sure if you want each day lower or not.


This may give you more flexibility:

Fetcher[
set{CB10, COUNT(close below open,10)}
set{CB9, COUNT(close below open,9)}
set{CB8, COUNT(close below open,8)}

set{A1, COUNT(CB10 EQUAL 10,1)}
set{A2, COUNT(CB9 EQUAL 9,1)}
set{A3, COUNT(CB8 EQUAL 8,1)}

set{B1, A1 + A2}
set{B2, B1 + A3}

add column CB10
add column CB9
add column CB8

add column rsi(2)
add column weekly rsi(2)

B2 above 0

sort column 5 descending

volume above 100000
close above .01
]



This gives you more matches but the 10's, if any, are listed at the top of the heap! Plus you get the 9's and 8's too. A little lesson in SF filter writing.

Change the price and volume to fit your needs.

MAY ALL YOUR FILLS BE COMPLETE





TraderEyal
8 posts
msg #36468
Ignore TraderEyal
6/25/2005 7:16:19 PM

Hi, is there a way to backtest this? Trying the code as it is won't produce any trades..

Thanks



TheRumpledOne
6,407 posts
msg #36477
Ignore TheRumpledOne
6/26/2005 2:27:50 PM

I just ran it and got 19 matches so it works.


TheRumpledOne
6,407 posts
msg #36663
Ignore TheRumpledOne
7/2/2005 8:14:16 PM

Make sure you click on the magnifying glass icon.




StockFetcher Forums · General Discussion · Hello all i m new in SF and i have question<< >>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.