TradingView
FxChartAnalyst
26 Th06 2020 23:11

Monthly Weekly Daily Pivot Points Standard 

Euro Fx/U.S. DollarFXCM

Mô tả

Show the monthly weekly and daily pivot points all at once , suitable for daytrading
Bình luận
I_AM_ADRENALINE
hi whats D.pp-r1 and D.r1-r2?
Othmane_Aouameur
good job, is it possible to have the pivots being draw to where their time ends rather than being extended, like in the built in script?
Heang2520
I use Monthly Weekly Daily Pivot Points Standard Indicator in my everyday use template. It works great efficiency. Thank you so much to create a wonderful indicator.
Talwaard
Hi. Thanks for this useful script.

But a bug may display the pivots verticaly on some timeframes.
RAZNET
Thanks! You've inspired me to Fibo MWD pivot levels.
Great job.
:)
Jb_2
This is great! Very neat! Thank you
Jb_2
@Jb_2, Just noticed that the formula for s3 and r3 are switched around. Fixed the code here!

DpLevel = (DprevHighHTF + DprevLowHTF + DprevCloseHTF) / 3
Dr1Level = DpLevel * 2 - DprevLowHTF
Ds1Level = DpLevel * 2 - DprevHighHTF
Dr2Level = DpLevel + (DprevHighHTF - DprevLowHTF)
Ds2Level = DpLevel - (DprevHighHTF - DprevLowHTF)
Dr3Level = DprevHighHTF + 2*(DpLevel - DprevLowHTF)
Ds3Level = DprevLowHTF - 2*(DprevHighHTF - DpLevel)
Dpr1Level = DpLevel + (Dr1Level - DpLevel) / 2
Dr1r2Level = Dr1Level + (Dr2Level - Dr1Level) / 2
Dps1Level = DpLevel - (DpLevel - Ds1Level) / 2
Ds1s2Level = Ds1Level - (Ds1Level - Ds2Level) / 2

WpLevel = (WprevHighHTF + WprevLowHTF + WprevCloseHTF) / 3
Wr1Level = WpLevel * 2 - WprevLowHTF
Ws1Level = WpLevel * 2 - WprevHighHTF
Wr2Level = WpLevel + (WprevHighHTF - WprevLowHTF)
Ws2Level = WpLevel - (WprevHighHTF - WprevLowHTF)
Wr3Level = WprevHighHTF + 2*(WpLevel - WprevLowHTF)
Ws3Level = WprevLowHTF - 2*(WprevHighHTF - WpLevel)

MpLevel = (MprevHighHTF + MprevLowHTF + MprevCloseHTF) / 3
Mr1Level = MpLevel * 2 - MprevLowHTF
Ms1Level = MpLevel * 2 - MprevHighHTF
Mr2Level = MpLevel + (MprevHighHTF - MprevLowHTF)
Ms2Level = MpLevel - (MprevHighHTF - MprevLowHTF)
Mr3Level = MprevHighHTF + 2*(MpLevel - MprevLowHTF)
Ms3Level = MprevLowHTF - 2*(MprevHighHTF - MpLevel)
Thêm nữa