TradingView
Noldo
20 נוב׳ 2019 21:21

Market Adaptive Stop-Loss 

Bitcoin / US Dollar Perpetual Inverse Swap ContractBitMEX

תיאור

I realized that the zone changes in the stoploss remained slow, so I couldn't make enough use of the characteristics of technical indicators when opening positions.
This pushed me to keep stop-loss under the influence of a dependent variable.
This script helped me a lot (everget) :
tradingview.com/script/AqXxNS7j-Chandelier-Exit/
I've redesigned the stop-loss to be affected by intersections.
Therefore, this script is also suitable for adaptive moving averages, fractional periods.

Script features:

1.You can select calculation methods created by using various technical analysis methods from the scripts' settings:
-Moving Average Convergence Divergence ( Macd )
-Stochastic Oscillator ( Stoch )
-Stochastic Relative Strength Index (StochRSI)
-Stochastic Money Flow Index (StochMFI ) (More info : tradingview.com/script/Dcbz7r3p-Function-Stochastic-Money-Flow-Index/)
-Know Sure Thing ( KST )
-OBV ( On Balance Volume )
-SMA ( Simple Moving Average )
-EMA ( Exponential Moving Average )
-FISHERTRANSFORM ( Fisher Transform )
-AWESOMEOSCILLATOR( Awesome Oscillator )
-PSAR ( Parabolic Stop and Reverse - Parabolic SAR )
-HULLMA( Hull Moving Average )
-VWMA ( Volume Weighted Moving Average )
-RMA (Moving Average using in Relative Strength Index calculations.)
-COG (Center of Gravity )
-ACC-DIST ( Accumulation / Distribution Index )

2 - The region is determined according to the above calculation methods and if it is larger or smaller than the previous stop loss level.
And if the price in the negative zone is lower than the stoploss, it is the exact signal and is shown with more highlighted colors.
And, in the positive zone, where the price is greater than the stoploss, the trade zones are certain.
Shown with more highlighted colors.

If the zones are correct but stop-loss is not suitable for opening positions:
In other words, if the stop-loss is above/under the highest-lowest levels in the positive zone or if the stop loss is located in the lower zone in the negative zone, these zones are shown to be darker and dimmed so that they do not cause false movements.

*** SUMMARY : As a result, you can use this script with support and resistances,and trend lines to get good results.

I hope it helps in your analyzes. Best regards.

הערות שחרור

On Balance Volume (OBV) Bug fixed.
תגובות
onur1905
Hello, thx for your great work.
Which indicators are best to use together for daily trades in this script?
I know it just lets you to use one at the same time but I wanna modify it..
FXNEWLIFE
awesome....just one Q Noldo, do you see any possibility of repaint?
Noldo
@FXNEWLIFE, hello , just saw your message .
does not repaint because there is no data extraction.
Thanks for your interest , regards !
syrinxflunki
Still amazed :O)
Noldo
@syrinxflunki, your welcome !
fardeenh
Excellent indicator. Would you be able to add Jurik Moving Average and Kaufman Adaptive Moving Average (KAMA) as a method?
MyQuandary
@Noldo Thank you, this script is absolutely fantastic.
Noldo
@MyQuandary, ur welcome
jeno_
Hi, I'm new here. May I know where and how do you implement those different calculation method? Was it only on this line?
dir := _output > 0 ? 1 : _output < 0 ? -1 : dir
Noldo
@jeno_, output includes all methods.
עוד