StockFetcher Forums · Filter Exchange · Basic Filter for newbies and old pros...<< 1 ... 10 11 12 13 14 >>Post Follow-up
mdmink
8 posts
msg #98721
Ignore mdmink
1/23/2011 10:20:19 PM

TRO, I appreciate the Basic Filter for Newbies. Since I am old, but a newbie to day-trading, I'd love to know if you have discovered any ways to successfully use the filter that you would be willing to share with a novice. We could take the discussion off-line to email if that would work for you. Thanks

TheRumpledOne
6,529 posts
msg #98733
Ignore TheRumpledOne
1/24/2011 10:51:58 PM

Better to use my MILK THE COW, FADING THE GAPS STATISTICS or RUN FOREST, RUN filters if you want to make money.

The Basic Filter was created to show people how to do code of the things they may want to see in their filters.

mdmink
8 posts
msg #98747
Ignore mdmink
1/26/2011 3:00:00 PM

Thanks TRO, I'm reading through them now.

bkhurana43
103 posts
msg #98761
Ignore bkhurana43
modified
1/26/2011 11:09:55 PM

Thanks TRO
"-------Better to use my MILK THE COW, FADING THE GAPS STATISTICS or RUN FOREST, RUN filters if you want to make money. --"


In view of the above statements, could you be more precise by mentioning the links to specific pages that have the final vesrsion of your famous filters.

mdmink
8 posts
msg #98955
Ignore mdmink
2/8/2011 1:01:34 PM

TRO,

I'm looking for a thread that you wrote named: "A COMPLETE LOGIC SYSTEM - ANOTHER GIFT FROM AVERY" . Searches on the site don't come up with anything. Can you give me a url / link to it? Thanks.

four
5,087 posts
msg #98956
Ignore four
modified
2/8/2011 1:18:50 PM

http://forums.stockfetcher.com/sfforums/?qrid=1273365091&q=view&fid=1001&tid=28017&isiframe=

StockFetcher Forums · General Discussion · A COMPLETE LOGIC SYSTEM - ANOTHER GIFT FROM AVERY << 1 2 3 4 5 ... 9 >>Post Follow-up
TheRumpledOne
msg #28017
- Ignore TheRumpledOne 8/24/2003 1:25:46 PM

I have implemented OR, NOT and AND using SF set and count functions. Now we have a complete logic system within SF. THERE IS NOTHING YOU CAN'T DO NOW!
This should revolutionize SF Filter writing.

Fetcher[/* OR Implementation */
/* by definition OR is TRUE IF A is TRUE, B is TRUE, or A AND B is TRUE*/
/* THEREFORE by counting and adding, if the sum is greater than 0 the OR condition is TRUE. */
/* Copyright 2003 by Avery T. Horton, Jr. */
/* Permission to use OR Implementation withing StockFetcher Granted */
/* Permission to publish or post on any other forum DENIED */
/* ----------------------------------------------------------------*/
set{A, count(close above 100, 1)}
set{B, count(volume above 50,000,000, 1)}
set{OR1, A + B} show stocks where OR1 above 0
]



Fetcher[
/* AND Implementation */
/* by definition A AND B is TRUE IF A is TRUE and B is TRUE*/
/* THEREFORE by counting and adding, if the sum is equal to 2 the AND condition is TRUE. */
/* Copyright 2003 by Avery T. Horton, Jr. */
/* Permission to use NOT Implementation withing StockFetcher Granted */
/* Permission to publish or post on any other forum DENIED */
/* ----------------------------------------------------------------*/
set{A, count(close above 100, 1)} set{B, count(volume above 1000000, 1)}
set{X, A + B} show stocks where X equal 2
]



Fetcher[
/* NOT Implementation */
/* by definition NOT A is TRUE IF A is FALSE*/
/* THEREFORE by counting and adding, if the sum is equal to 0 the NOT condition is TRUE. */
/* Copyright 2003 by Avery T. Horton, Jr. */
/* Permission to use NOT Implementation withing StockFetcher Granted */
/* Permission to publish or post on any other forum DENIED */
/* ----------------------------------------------------------------*/
set{NOT, count(close below 100, 1)}
show stocks where NOT equal 0
]



TheRumpledOne
6,529 posts
msg #98990
Ignore TheRumpledOne
2/9/2011 11:46:09 AM

Wow 2003.

Time flies when you're having fun!!!

mdmink
8 posts
msg #98992
Ignore mdmink
2/9/2011 12:11:59 PM

Thank you to both of you.

TheRumpledOne
6,529 posts
msg #103189
Ignore TheRumpledOne
11/1/2011 4:27:38 PM

*** POP ***

TheRumpledOne
6,529 posts
msg #104621
Ignore TheRumpledOne
1/24/2012 7:18:40 PM

*** POP ***

StockFetcher Forums · Filter Exchange · Basic Filter for newbies and old pros...<< 1 ... 10 11 12 13 14 >>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.