Search
Products
Community
Markets
News
Brokers
More
EN
Get started
Community
/
Ideas
/
Additional Time Frame overlay
Euro / U.S. Dollar
Additional Time Frame overlay
By John Mann1
Follow
Follow
Updated
Jun 18, 2016
3
Jun 18, 2016
tradingview.com/x/qxGUNJLL/
tradingview.com/x/yOzzY5wM/
Different time frames can be selected via controls
study("Add TimeFrame", shorttitle="TF Layer", overlay=true)
res = input("240", type=resolution)
o = security(tickerid, res, open)
h = security(tickerid, res, high)
l = security(tickerid, res, low)
c = security(tickerid, res, close)
col = c >= o ? lime : red
plotcandle(o,h,l,c, color=col)
Jun 18, 2016
Note
See if you can make use of it.
mtf
multi-time
multi-timeframe
overlay
timeframe
John Mann1
Follow
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
.