StockFetcher Forums · General Discussion · EMA(13)/EMA(48.5) crossover<< >>Post Follow-up
txpipeliner
3 posts
msg #146601
Ignore txpipeliner
2/16/2019 2:58:20 PM

How would I create a new indicator that calculates the difference between EMA(13) and EMA(48.5)? With the value being negative when the EMA(13) crosses below the EMA (48.5). Here is the article I read detailing this crossover, https://finance.yahoo.com/news/study-determines-best-moving-average-195042216.html.

four
5,087 posts
msg #146603
Ignore four
modified
2/16/2019 3:23:34 PM

Per their site*:
* Indexes were used, not individual stocks.
* Range of data from 10/1989 - 4/2010

* http://etfhq.com/blog/2010/05/25/best-technical-indicators/
-------------------------------------------------------------------------------------
Click on the chart below (recent 2 years displayed) for the filter and for QQQ



txpipeliner
3 posts
msg #146605
Ignore txpipeliner
2/16/2019 4:33:38 PM

Thank you!!! I just glanced over the charts in the article and did not look at the text in them.

Mactheriverrat
3,131 posts
msg #146606
Ignore Mactheriverrat
2/16/2019 5:40:20 PM

Good Yahoo article EMA(13)/EMA(48.5) crossover. My problem is I try too hard nailing the trend too early and get stopped out before the trend really changes.

MTW is a good example of trend change and EMA(13)/EMA(48) crossover.
I've add a few longer term average showing the squeezing and the starting of roll over of trend change.



Fetcher[symlist(mtw)
set{x,ema(13)-ema(48)}
draw x line 0
draw ema(13)
draw ema(48)
/* 1348 is number of consecutive days ema(13) above (+)/below(-) previous EMA(48) */
set{1348b,days( ema(13) is above EMA(48) ,250)}
set{1348a,days( ema(13) is below EMA(48) ,250)}
set{e1348, 1348a - 1348b} and add column e1348 {e1348}

do not Draw e1348

Set{cntema13crossaboveema48,count( eMA(13) > eMA(48) ,1)}
draw cntema13crossaboveema48

Set{cntema13crossaboveema48b,count( eMA(13)< EMA(48) ,1)}

draw cntema13crossaboveema48b

draw ema(20)
draw ema(25)
draw ema(30)
draw ema(35)
draw ema(40)
]



gmg733
788 posts
msg #146618
Ignore gmg733
2/18/2019 11:59:13 AM

@Mac

Do you wait for the Guppy to tell you long/short, then look for an entry?

Thnx

Mactheriverrat
3,131 posts
msg #146623
Ignore Mactheriverrat
2/19/2019 9:14:17 AM

When you see the longer term averages start squeezing and rolling over.


StockFetcher Forums · General Discussion · EMA(13)/EMA(48.5) crossover<< >>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.