HanDollarian

Selfmade Fibonacci Trendlines

study("Fibonacci Trendlines", overlay=true)
plot(ema(close, 8), color=#20C2C5, linewidth=3, title='8 Day EMA')
plot(ema(close, 13), color=#c154de, linewidth=3, title='13 Day EMA')
plot(ema(close, 21), color=orange, linewidth=3, title="21 Day EMA")
plot(ema(close, 55), color=yellow, linewidth=3, title="55 Day EMA")

No Expert / No Advice—please be kind. It's just a Wizard with Tales of Time, Price & Mind.

Join the other site > www.bitblockwizard.com/
Protected script
This script is published closed-source but you may use it freely. You can favorite it to use it on a chart. You cannot view or modify its source code.
Disclaimer

The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.

Want to use this script on a chart?