TradingView
QuantNomad
2020년 6월 10일 오전 9시 44분

Smoothed Pivot Reversal Strategy [QuantNomad] 

Ethereum / TetherBittrex

설명

With this strategy trying to rethink the standard pivot reversal strategy.
Don't like the idea that for 10/10 pivot you have to wait for 10points to confirm it. So I used multiple pivot levels and calculated the average line. This way when we have a new high level approaching it smoothly.
This way you can have a bit better price for entries but the risk of fake entries bit bigger as well.
I'm using the usual trailing stop loss as an exit for this strategy.

Parameters for this strategy is pretty simple:

Left/Right bars for pivot points.
Additional smoothing - you can additionally smooth pivot lines with EMA
% for Traling SL

릴리즈 노트

Did some changes to the strategy:
  • Left only 1 input for left/right parameter for pivots. So for the fixed "left' bars from input I smooth it with different "right" bars parameters up to input value.
  • Added different smoothed types, which points have more weights in smoothed pivot.
  • - Equal. All pivots points have similar weight.
  • - Closest. Pivots with lower "right" params have more weight.
  • - Farthest. Pivots with higher "right" params have more weight.
  • - Increased max value for left/right parameter to 50

릴리즈 노트

Added backtesting range and strategy side selection

릴리즈 노트

Minor code cleaning
코멘트
impossible_Bookr5xhn
hi..i need source code for this indicator..pls reply
floortimmer
Hey! Thanks for creating this strategy. Could you perhaps update this script to version 5? That would be amazing, thanks! :)
citiemonk
is there atrial version or a way to test it before purchasing ?
BaseBTC
Does it repaint?
Thanks!!
QuantNomad
@BaseBTC, nope
michele1375
Unfortunately if I set the fees, for example at 0.075, the net profit drops drastically and the max draw down rises
QuantNomad
@michele1375, yep, fees will make if worse for sure. I publish it without fees so everybody can apply their own fees.
eladlevi
@QuantNomad thanks for getting this open sourced!
Does this work for all type of stocks / ETF / futures, or the best items are forex?
Also, what is the best time frame based on your testing?

Thanks!
E.
QuantNomad
@eladlevi, It’s not open source, source code is protected.
For sure it doesn’t work for everything. I tested it mostly for crypto
더보기