glaz

Continuous Pivot Line

FX:GBPUSD   英鎊 / 美元
134
This is the best indicator iv used and im sure its gona change the way you trade, can be used as support and resistance trend, and for entry and exits
How it works: uses the traditional main pivot only.
New version with fix by TheLark, now works in lower timeframes too.


//Version 1.1 fix
//Glaz.
study(title="Glaz Daily Pivot Line", shorttitle="Glaz DP", overlay=true)
TradingHours = input(24)
min = TradingHours * 60
pivot = (high + low + close ) / 3.0
dtime = security(tickerid, 'D', pivot)
offs = isintraday ? round(min / interval) : 1
plot(offset(dtime,offs), color=green,linewidth=3)
免責聲明

這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。