StockFetcher Forums · General Discussion · Guppy MMA's Video - By far the best I've found that explains it.<< >>Post Follow-up
Mactheriverrat
3,135 posts
msg #144507
Ignore Mactheriverrat
8/26/2018 1:45:28 PM

I've downloaded to my hard drive using a youtube download software. I watch it over and over from time to time. One should just clear their mind of every Indicator and Oscillator not that they don't work. To me Indicators and Oscillators are just more background noise that give one analysis paralysis.



johnpaulca
12,036 posts
msg #144526
Ignore johnpaulca
modified
8/27/2018 9:58:24 PM

Code for thinkorswim users:

declare upper;

input price = close;
input displace = 0;

def length3ema = 3;
def length15ema = 15;
def length30ema = 30;
def length60ema = 60;

plot avgexp3 = ExpAverage(data = price[-displace], length = length3ema);
avgexp3.SetDefaultColor(Color.Gray);
plot avgexp15 = ExpAverage(data = price[-displace], length = length15ema);
avgexp15.SetDefaultColor(Color.Gray);

AddCloud(avgexp3, avgexp15);

plot avgexp30 = ExpAverage(data = price[-displace], length = length30ema);
avgexp30.SetDefaultColor(Color.Gray);
plot avgexp60 = ExpAverage(data = price[-displace], length = length60ema);
avgexp60.SetDefaultColor(Color.Gray);

AddCloud(avgexp30, avgexp60);

graftonian
1,089 posts
msg #144529
Ignore graftonian
8/28/2018 9:15:31 AM

johnpaul, thanks for posting the TOS code. I am using this study, and highly recommend it to other TOS users.

mslattery@dc.rr.com
91 posts
msg #144537
Ignore mslattery@dc.rr.com
8/28/2018 7:03:42 PM

I realize that this is self-serving, but I created a moving filter that utilized three lengths of the center of gravity (COG) filter, combined using passband filters as the input for an ALMA filter. The resulting filter is being utilized by a large number of subscribers because it excels at signaling confirmed tops and bottoms. You can find information on the process and the indicators at StockDotGenie.com. If you have any question please send them to StockDotGenie@dc.rr.com. Michael

push5280
197 posts
msg #144564
Ignore push5280
9/1/2018 8:25:40 PM

Great video Mac, very informative and easy to understand. Thanks for sharing!

Mactheriverrat
3,135 posts
msg #144565
Ignore Mactheriverrat
9/2/2018 12:00:48 AM

Thanks push5280. Its a very good video I think. He explains it very good.
I have found that the EMA(17) cross above EMA(50) is usually where the 2 groups separate .

compound_gains
221 posts
msg #144566
Ignore compound_gains
9/2/2018 10:02:30 PM

Not too shabby 15 day performance if you traded the top listed stock. Looks like a 10% allocation per trade would keep you invested in the top stock each day as you cycle through. Interesting.

Fetcher[
not otcbb
not etf
close 15 days ago above 1
count(volume above 50000, 21) 15 days ago equals 21
ema(17) 15 days ago crossed above ema(50) 15 days ago
add column historical volatility(100) 15 days ago {hv100}
sort column 5 descending
set{hgh, high 15 day high / open 14 days ago}
add column hgh
chart-length is 3 months
]



StockFetcher Forums · General Discussion · Guppy MMA's Video - By far the best I've found that explains it.<< >>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.