OPEN-SOURCE SCRIPT
ที่อัปเดต:

5MSM BRAHMA

5453
//Created By Patrick199415
//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?")

ph = security(tickerid, 'D', high)
// pdh = security(tickerid, 'D', high)
pl = security(tickerid, 'D', low)
// pdl = security(tickerid, 'D', low)
//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)
เอกสารเผยแพร่
fractals added for early trade
เอกสารเผยแพร่
plotting transperant lines
เอกสารเผยแพร่
added candlestick pattern
เอกสารเผยแพร่
upgraded VERSION V5
roundup GD GU
เอกสารเผยแพร่
added Indiavix day range
เอกสารเผยแพร่
ADDED VWAP
เอกสารเผยแพร่
added validation panel on bottom right of the screen.
removed candle stick pattern names.
เอกสารเผยแพร่
added 15 min ORB lines

คำจำกัดสิทธิ์ความรับผิดชอบ

ข้อมูลและบทความไม่ได้มีวัตถุประสงค์เพื่อก่อให้เกิดกิจกรรมทางการเงิน, การลงทุน, การซื้อขาย, ข้อเสนอแนะ หรือคำแนะนำประเภทอื่น ๆ ที่ให้หรือรับรองโดย TradingView อ่านเพิ่มเติมที่ ข้อกำหนดการใช้งาน