TradingView
HPotter
12 กรกฎา 2014 เวลา 4 นาฬิกา 3 นาที

Dynamic Pivot Point 

Euro Fx/U.S. DollarFXCM

คำอธิบาย

This Pivot points is calculated on the current day.
Pivot points simply took the high, low, and closing price from the previous period and
divided by 3 to find the pivot. From this pivot, traders would then base their
calculations for three support, and three resistance levels. The calculation for the most
basic flavor of pivot points, known as ‘floor-trader pivots’, along with their support and
resistance levels.
ความคิดเห็น
MacPeroni
Hello, Ty for the nice indi… Would it be possible for you to revisit the coding and make it so the levels stay stable intraday... I have to refresh the chart constantly to get the "dots"/levels to return to original place... Thank you much appreciated!!!
HPotter
@MacPeroni, You can try to change in the lines
plot(vS1, to plot(vS1{1}
plot(vS2, to plot(vS2 {1}
and etc.
{ = [
It should help.
MacPeroni
@HPotter, Ty kind sir!!!
เพิ่มเติม