John Mann1

Additional Time Frame overlay

John Mann1 Cập nhật   
FX:EURUSD   Euro / Đô la Mỹ




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)

Bình luận:
See if you can make use of it.
Thông báo miễn trừ trách nhiệm

Thông tin và ấn phẩm không có nghĩa là và không cấu thành, tài chính, đầu tư, kinh doanh, hoặc các loại lời khuyên hoặc khuyến nghị khác được cung cấp hoặc xác nhận bởi TradingView. Đọc thêm trong Điều khoản sử dụng.