OPEN-SOURCE SCRIPT

High Low DayBox

//Created By Ahoudori
//High Low DayBox
study(title="High Low DayBox", shorttitle="High Low DayBox", overlay=true)
st = input(true, title="Show Todays OHLC?")
//sy = input(false, title="Show Yesterdays OHLC?")

//Daily
ph = security(tickerid, 'D', high)
//pdh = security(tickerid, 'D', high[1])
pl = security(tickerid, 'D', low)
//pdl = security(tickerid, 'D', low[1])

//Daily Plots
//offs_daily = 0
plot(st and ph ? ph : na, title="Daily High", style=line, linewidth=1, color=blue)
//plot(sy and pdh ? pdh : na, title="Previous Daily High", style=cross, linewidth=1, color=lime)
plot(st and pl ? pl : na, title="Daily Low", style=line, linewidth=1, color=red)
//plot(sy and pdl ? pdl : na, title="Previous Daily Low", style=cross, linewidth=1, color=red)
Breadth Indicators

Mã nguồn mở

Theo tinh thần TradingView thực sự, tác giả của tập lệnh này đã xuất bản dưới dạng nguồn mở để các nhà giao dịch có thể hiểu và xác minh. Chúc mừng tác giả! Bạn có thể sử dụng miễn phí. Tuy nhiên, bạn cần sử dụng lại mã này theo Quy tắc nội bộ. Bạn có thể yêu thích nó để sử dụng nó trên biểu đồ.

Bạn muốn sử dụng tập lệnh này trên biểu đồ?

Thông báo miễn trừ trách nhiệm