OPEN-SOURCE SCRIPT

All-Time High Marker

136
//version=5
indicator("All-Time High Marker", overlay=true)

// 計算歷史最高價
allTimeHigh = ta.highest(high, bar_index + 1)

// 如果現價等於歷史最高,就畫個符號
isATH = close >= allTimeHigh

plotshape(isATH, title="All-Time High", style=shape.labelup,
color=color.green, text="ATH", location=location.abovebar)

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

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