TradingView
QuantNomad
Nov 6, 2019 12:56 PM

QuantNomad - Significant Pivot Reversal Strategy 

Bitcoin / TetherUSBinance

描述

I'm working on improving the Pivot Points Reversal Strategy.
As one of the ways to filter out insignificant levels I decided to check that pivot point is not above/below neighbors, but check that it's above/below at least by a certain amount.
I use ATR, so in params, you can set length of ATR and also ATR multiplier. The new level will be calculated only if PP will be above/below neighbors by atr * atr_mult.
It seems this approach might help in some cases.

Here I have PivotPoint + RSI strategy:

tradingview.com/script/3UcIwSrE-Pivot-Point-Reversal-RSI-Strategy/
评论
rtarmin
hey, how to make an alert so when its long or short it notify us?
QuantNomad
lanjunyi
@QuantNomad, tks very much for you good work. i want to know the detail meaning of " leftBars = input(4, title = 'PP Left Bars')
rightBars = input(2, title = 'PP Right Bars')", what is the meaning of leftbars and rightbars, can you show me the script. tks so much.
QuantNomad
@lanjunyi, for Pivot high for example it indicates how many bars from the left and from the right should have lower highs then current candle's high. If that is true this bar will be marked as pivot high.
lanjunyi
@QuantNomad, tks very much, i know your said. tks
scsubudhi
will it work in 1 minute interval for bank nifty
QuantNomad
@scsubudhi, Hey dude, code is open you can check that yourself.
scsubudhi
@QuantNomad, thanks sir
scsubudhi
can i apply it
更多