搜尋
產品
社群
市場
新聞
經紀商
更多
TW
立即開始
社群
/
投資想法
/
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提供或認可的金融、投資、交易或其他類型的意見或建議。請在
使用條款
閱讀更多資訊。