StockFetcher Forums · Filter Exchange · The Awesome Oscillator<< >>Post Follow-up
Railwhore
69 posts
msg #44781
Ignore Railwhore
6/9/2006 1:45:21 AM

From barchart.com 's technical studies section - so don't flame me if its not so awesome! I apologize of this is already posted here.

Fetcher[
/* Awesome Oscillator */
set{a.1, high + low}
set{a.2, a.1 / 2}
set{awesome, cma(a.2,5) - cma(a.2,34)}
set{signal, cma(awesome,5)}

close > 12
volume > 2000000
avgvol(90) > 2000000
draw awesome
draw signal on plot awesome
add column awesome
]




nikoschopen
2,824 posts
msg #44783
Ignore nikoschopen
modified
6/9/2006 3:54:03 AM

Railwhore,

First, I would like to inform you that I have no intention of inciting flames against ure filter. I believe this forum can use different filters (as well as oscillators) to everyone's advantage. However, as you are aware, we've had some turbulent times in the market recently and I believe there is no better time than now for testing long filters. I personally believe that a good filter is one that can weather any storm in any time period. A "long" filter shouldn't be applicable only when the general market is experiencing a similar euphoria. Nor should a "short" filter work only in a downtrending market. Whether its a long or short filter, it should and must work in all markets with a varying degree of success. What I mean by a verying degree of success is that not only should a long filter have a higher success rate in a bull market, it should still be viable in the bear market. At the very least, it should shield you from the downside risk even if that means any upside reward may be limited.

Just my 2-cents, of course.



WALLSTREETGENIUS
983 posts
msg #44798
Ignore WALLSTREETGENIUS
modified
6/9/2006 12:12:12 PM

"so don't flame me if its not so awesome!"
_________________

Railwhore -

What....are you kidding?....who in their right mind would flame you? Well...don't answer that. Your filters and insight to this forum are LEGENDARY!!! In fact, I can't wait to dive into this filter. Seeing your post.....was like waking up on Christmas morning and flying to my tree! After I check out "Awesome", I hope you don't mind some Q & A......

Most likely your biggest fan,

- RIGGS -



TheRumpledOne
6,407 posts
msg #44801
Ignore TheRumpledOne
6/9/2006 12:39:56 PM

Railwhore:

That filter uses the MIDDLE: (HIGH + LOW)/2.

I guess I am NOT the only one who saw that pattern.

The diffence is the filter you posted is using the average of the middle, where I just use the middle.

I will have to look at the averages.

Thanks.


TheRumpledOne
6,407 posts
msg #44802
Ignore TheRumpledOne
6/9/2006 12:48:15 PM

Fetcher[
/* Awesome Oscillator */
set{a.1, high + low}
set{middle, a.1 / 2}
set{awesome, cma(middle,5) - cma(middle,34)}
set{signal, cma(awesome,5)}


draw awesome
draw signal on plot awesome
draw middle on plot close

add column awesome
add column middle

close > 12
volume > 2000000
avgvol(90) > 2000000
]



Using the close x middle is a faster trigger than using the awesome x signal.

But I guess it depends if you are daytrading vs. swingtrading.

I am just happy that someone else saw value in using the middle.

Thanks again.

MAY ALL YOUR FILLS BE COMPLETE.


sr7
100 posts
msg #160379
Ignore sr7
6/21/2023 3:00:40 PM

The thing about the Awesome Oscillator is that it's supposed to use the 0 line with Green bars and Red bars above or below the line (depending if the stock is bullish or bearish).
Yahoo Finance has it, you can see it if you click on the interactive charts. Think or Swim also has it.

Stockfetcher can do it but only with Blue bars though; here's the code for it:

Fetcher[
market is not etf
market is not otcbb


/* Awesome Oscillator */
set{a.1, high + low}
set{middle, a.1 / 2}
set{awesome, cma(middle,5) - cma(middle,34)}

set{5day, cma(middle,5)}
set{34day, cma(middle,34)}

set{AwesomeOscillator, 5day - 34day}

draw AwesomeOscillator
PlotType{AwesomeOscillator,zerobar}

add column awesome
add column middle


/* - - - - - - - - - - - - - - - - */


close > 12
volume > 1000000
avgvol(90) > 1000000


pe >= 1 /* This takes care of the fundamentals. */
add column pe


draw ma(12)
draw ma(200)

date offset is 0
]



sr7
100 posts
msg #160381
Ignore sr7
6/21/2023 7:43:18 PM

I noticed that there's like over 400 stocks, so what we can do is have it only shows us stocks where the 12MA is crossing above the 50 ma.

And you hold for 20 to 30 days or so (this is all theoretical of course because anything can happen).



stock
Fetcher[




/*

12/50 + Awesomeness

*/



market is not etf
market is not otcbb


/* Awesome Oscillator */
set{a.1, high + low}
set{middle, a.1 / 2}
set{awesome, cma(middle,5) - cma(middle,34)}

draw awesome
PlotType{awesome,zerobar}


add column awesome
add column middle


/* - - - - - - - - - - - - - - - - */


close > 12
volume > 1000000



pe >= 1 /* This takes care of the fundamentals. */
add column pe


/* 12 crosses above 50 day MA */
and ma(12) crossed above ma(50)
and ma(50) is above ma(200)



date offset is 30


]



sr7
100 posts
msg #160394
Ignore sr7
modified
6/27/2023 4:06:44 PM

Fetcher[
/*

12/50 + Awesomeness

*/


/* this one shows stocks where the 12 crossed above within the LAST 2 DAYS */



market is not etf
market is not otcbb


/* Awesome Oscillator */
set{a.1, high + low}
set{middle, a.1 / 2}
set{awesome, cma(middle,5) - cma(middle,34)}

draw awesome
PlotType{awesome,zerobar}


add column awesome
add column middle


/* - - - - - - - - - - - - - - - - */


close > 12
volume > 900000



pe >= 1 /* This takes care of the fundamentals. */
add column pe


/* 12 crosses above 50 day MA */
and ma(12) crossed above ma(50) within the last 2 days
and ma(50) is above ma(200)



date offset is 30
]



StockFetcher Forums · Filter Exchange · The Awesome Oscillator<< >>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.