搜索
产品
社区
市场
新闻
经纪商
更多
CN
开始
社区
/
观点
/
Additional Time Frame overlay
欧元/美元
Additional Time Frame overlay
由John Mann1提供
关注
关注
已更新
2016年6月18日
3
2016年6月18日
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)
2016年6月18日
注释
See if you can make use of it.
mtf
multi-time
multi-timeframe
overlay
timeframe
John Mann1
关注
免责声明
这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在
使用条款
阅读更多信息。