FX:GBPUSD   Livre sterling / Dollar américain
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)
Clause de non-responsabilité

Les informations et les publications ne sont pas destinées à être, et ne constituent pas, des conseils ou des recommandations en matière de finance, d'investissement, de trading ou d'autres types de conseils fournis ou approuvés par TradingView. Pour en savoir plus, consultez les Conditions d'utilisation.