StockFetcher Forums · General Discussion · A COMPLETE LOGIC SYSTEM - ANOTHER GIFT FROM AVERY<< 1 2 3 4 5 ... 10 >>Post Follow-up
TheRumpledOne
6,407 posts
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[
/* 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
]



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
]



Ok, first, before you BLAST me with "SF already has AND", just sit back, relax and OPEN you mind...

Using these functions, you have a complete logic system. You can implement a complete SET THEORY.

OR is greater than 0
AND is equal 2
NOT is equal 0

So by putting each condition you are filtering in a COUNT and then using SET to sum the condition pair, you can test for the OR, AND or NOT condition.

If you don't understand LOGIC or SET THEORY, I suggest you do a www.google.com search.

Those who understand will see the simple elegance of this.

GOOD LUCK WITH YOUR FILTERS!






jim_c_hill
61 posts
msg #28020
Ignore jim_c_hill
8/24/2003 2:12:38 PM

Thanks for working out the details of the logic form in stockfetcher. Your contributions are very helpful.
JH


bigjake842
6 posts
msg #28038
Ignore bigjake842
8/25/2003 11:08:53 AM

Excellent, RumpledOne; thank you very much!




txtrapper
548 posts
msg #28077
Ignore txtrapper
8/26/2003 6:22:14 PM

RumpledOne, please contact me. I would like your opinion on two Charts that I made after reading your posts on RSI(2), LR and finally RSI(10) and EMA(13)- EMA(26)crossover. I believe I found a money maker stock for tomorrow,
(Wed. Aug 26,2003).

Thanks in advance,

txtrapper@screaminet.com


TheRumpledOne
6,407 posts
msg #28078
Ignore TheRumpledOne
8/26/2003 8:30:47 PM

1) anyone can contact therumpledone at YAHOO or HOTMAIL... I have THERUMPLEDONE accounts at both... I am easy to contact.

2) just post your stuff here. Otherwise you may be accused of having SECRET FILTERS!

3) it is NOT the stock... it is HOW YOU TRADE IT.

Please spend more time on learning/practicing trading and money management... no filter in the world can overcome poor skills in those areas.

MAY THE TRADE BE WITH YOU.




txtrapper
548 posts
msg #28083
Ignore txtrapper
8/26/2003 9:40:46 PM

To clarify the issue about Rump contacting me. I'm charting a stock RMFD that came on a recent Rump's bottom fishing filter. I held and watched RMFD, well today it had a big surge in volume, and the EMA(13) & EMA(26) crossed which Rump and holygrail BOTH mentioned as positive in previous posts. It is also comming off the bottom L/R channel. Keeping my fingers crossed, because I bought it just before the close today Tues. Aug 26, 2003.


TheRumpledOne
6,407 posts
msg #28084
Ignore TheRumpledOne
8/26/2003 9:55:11 PM

txtrapper

RMFD??

I hope you don't mean R F M D!!

RFMD bounced off the bottom weeks ago (mid July) and just hit the UPPER LR!!!

On the 1 year/week prophet.net chart the 13 ema did cross above the 26 ema signaling an uptrend.

I sure hope your are NOT confusing USING FILTERS SELECTING STOCKS TO TRADE with TRADING STOCKS - TOTALLY DIFFERENT SETTINGS!!




txtrapper
548 posts
msg #28085
Ignore txtrapper
8/26/2003 10:32:43 PM

PHMD

tx


txtrapper
548 posts
msg #28086
Ignore txtrapper
8/26/2003 10:36:20 PM

PHMD

tx


muddytraks
40 posts
msg #28087
Ignore muddytraks
8/26/2003 11:22:55 PM

I have no clue what that filter is suppose to do.


StockFetcher Forums · General Discussion · A COMPLETE LOGIC SYSTEM - ANOTHER GIFT FROM AVERY<< 1 2 3 4 5 ... 10 >>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.