My Authors
Read all threads
A brilliant concept based on the long term and short term EMA by @heartwon. I'm here on twitter for such stuff that helps me build my systems. Really good one. Here is the trading view indicator that I coded. Please RT for everyone's benefit. 1/3
//@version=4
study("Weekly & Daily RTM", overlay=true)

shortemadaily = ema(close,5)
longemadaily = ema(close,21)
RTMDaily = shortemadaily/longemadaily

shortemaw = ema(close,4)
longemaw = ema(close,12) 2/n
shortemaweekly = security(syminfo.tickerid,"W",shortemaw)
longemaweekly = security(syminfo.tickerid,"W",longemaw)
RTMweekly = shortemaweekly/longemaweekly

plot(RTMDaily,color=color.black)
plot(RTMweekly,color=color.red) 3/n
If you can't see the indicator properly, try this..
I have received quite a few DMs requesting help to show how to add the code to Tradingview. Here is a video recording that I did. Please refer to this. @heartwon Please RT
Missing some Tweet in this thread? You can try to force a refresh.

Keep Current with Trendline Investor

Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

Twitter may remove this content at anytime, convert it as a PDF, save and print for later use!

Try unrolling a thread yourself!

how to unroll video

1) Follow Thread Reader App on Twitter so you can easily mention us!

2) Go to a Twitter thread (series of Tweets by the same owner) and mention us with a keyword "unroll" @threadreaderapp unroll

You can practice here first or read more on our help page!

Follow Us on Twitter!

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3.00/month or $30.00/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!