StockFetcher Forums · Filter Exchange · Basic Filter for newbies and old pros...<< 1 ... 10 11 12 13 14 >>Post Follow-up
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,407 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,407 posts
msg #103189
Ignore TheRumpledOne
11/1/2011 4:27:38 PM

*** POP ***

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

*** POP ***

TheRumpledOne
6,407 posts
msg #105461
Ignore TheRumpledOne
3/16/2012 8:03:25 AM

*** POP

TheRumpledOne
6,407 posts
msg #106499
Ignore TheRumpledOne
6/1/2012 7:29:04 PM

***POP***

TheRumpledOne
6,407 posts
msg #109159
Ignore TheRumpledOne
12/6/2012 5:28:38 PM

*** POP ***

TheRumpledOne
6,407 posts
msg #119007
Ignore TheRumpledOne
4/7/2014 3:40:56 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.