StockFetcher Forums · General Discussion · Cheese, where are you?<< >>Post Follow-up
xarlor
561 posts
msg #158668
Ignore xarlor
2/25/2022 10:15:42 AM

Anyone know where our resident archivist went off to? Today marks 6 weeks since his last post. As prolific as he was, his absence is quite notable.

In his honor, and hopefully to lure him back, here is a random swing filter from my bag-o-tricks.

Fetcher[
/*
Enter on "buy" signal
Exit on either "stoploss" signal or "sell50" signal, whichever comes first.
*/

optionable
not etf
average volume(30) > 1000000
close > wma(150)
close < ma(20)

set{var1,count(close 1 day ago < Lower Bollinger Band(20,2),1)}
set{var2,count(close > Lower Bollinger Band(20,2),1)}
set{var3,count(close > wma(150),1)}
set{var4,count(close < ma(20),1)}
set{buy1,var1 * var2}
set{buy2,buy1 * var3}
set{buy,buy2 * var4}
buy > 0

set{stoploss1,low 1 day ago}
set{stoploss2,count(close < Lower Bollinger Band(20,2),1)}
set{stoploss,stoploss2 * count(close crossed below stoploss1,1)}
set{sell50,count(close crossed above ma(20),1)}
stoploss > -1
sell50 > -1

draw Lower Bollinger Band(20,2)
draw ma(20)
draw upper Bollinger Band(20,2)
]



Cheese
1,374 posts
msg #158670
Ignore Cheese
2/25/2022 11:43:44 AM

I am honored. Thank you, Xarlor.
Taking a break from posting and just reading the forum posts is actually good for me.

davesaint86
725 posts
msg #158671
Ignore davesaint86
2/25/2022 1:08:09 PM

Good to hear from you!

Davesaint

Cheese
1,374 posts
msg #158672
Ignore Cheese
2/25/2022 1:23:41 PM

Thank you, dave.

snappyfrog
651 posts
msg #158675
Ignore snappyfrog
2/25/2022 3:08:58 PM

I thought it was pretty quiet of late. LOL

Cheese
1,374 posts
msg #158677
Ignore Cheese
2/25/2022 4:12:56 PM

very funny, snappy

snappyfrog
651 posts
msg #158681
Ignore snappyfrog
2/26/2022 5:46:00 AM

JK Cheese,

Your ideas blow me away. I love math, but your grasp on it
is amazing. I has been quiet without you lately though.

Snappyfrog
(Gary)

Cheese
1,374 posts
msg #158683
Ignore Cheese
2/26/2022 10:27:39 AM

Thanks, snappy. I was kidding, too.
The more I learn, the more ignorant I feel.
There are so many good ideas here, and in other websites.

Nobody
404 posts
msg #158698
Ignore Nobody
3/2/2022 9:28:19 AM

Whenever I see such headlines I get worried.... Good to see Cheese

God Bless

Cheese
1,374 posts
msg #158700
Ignore Cheese
3/2/2022 12:07:50 PM

Thank you, Nobody.
True believers thank God for everything.

StockFetcher Forums · General Discussion · Cheese, where are you?<< >>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.