TradingView
HPotter
2014年7月12日午前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!!!
詳細