Adaptive Trailing StopIntroduction
The ability to adapt to possible markets states is important in technical analysis, this is why making adaptive indicator might help get better results. I propose a trailing stop indicator using recursion that can adapt to the efficiency ratio. I have added alerts since it's a often requested feature.
The Indicator
Its quite classical, bands are firstly made then a trailing stop is built around them. The bands are recursive, this allow for faster calculations in general but it also allow for a faster adaptivity. An higher length or factor will make the indicator detect longer term trends, factor determine the raising power of the efficiency ratio.
When smooth is checked the trailing stop will appear smoother.
When adaptive is unchecked the indicator will still act as a trailing stop but might be more affected to ranging markets.
Set a static/trailing stop loss :
You can set your stop loss based on the indicator, a static stop loss can be set at the value of the trailing stop when you enter the market. You can also set it as trailing stop, the indicator will follow the trend thus allowing for potential profits to grow's.
Determine The Trend Direction :
You can generate buy sell signals based on the indicator position relative to the price, when the indicator is lower than the price this indicate a up trending market, when the indicator is higher than the price this indicate a down trending market. If the trailing stop move this indicate a strong current trend.
False signals with trailing stops can happen, the price might go toward the trailing stop making it generate another signal, when market is ranging and exhibiting cyclical behaviour this can affect the indicator and the user might get stuck in a series of false signals, higher length/factor values can fix that at the cost of less early signals.
Identification Of Support And Resistance
Bands during low volatility/ranging markets can return potential reversal points when crossing with the price. The indicator can also do it, even if high/low crosses are better suited to determine support and resistance levels when using a trailing stop. You can use support/resistance identification in conjonction of the current trend detected by the indicator.
Conclusion
The indicator is fully operational in fixed mode while having potential down points in adaptive mode. As you can see the code that return the bands is fully recursive and might provide a great way to create adaptive bands in the future.
I have been asked to give more detail about the indicator uses rather than the construction, i hope the showcased uses are convenient.
Note that the showcased uses can be applied to any trailing stop.
Thanks for reading.
Cerca negli script per "alert"
Godmode3.2 - Long Signals (with alerts)Building upon an indicator that I really like, I decided to add alerts and plot shapes for extra certainty. Credits to all the programmers who actually did all the heavy lifting on the calculations - I just added easy stuff (and what I think are good conditions for going long).
TSI Shadow (with custom candle coloring)Hello traders
This indicator is based on my TSI shadow previously published
This custom version will also color the candles based on the TSI shadow trend
Bullish condition = TSI > MA2 and MA1> MA2
Bearish condition = TSI < MA1 and MA1 < MA2
I made alerts available for this indicator so you can set them on your account
Enjoy
Dave
HLC3/Kaufman Alerts (Cephii Edit)The alerts component to be used after using the strategy version by the same name. Modified from Marco.
SW Support / Resistance System plus EMA cross alerts//=====================================================================
//SW Support / Resistance System plus EMA cross alerts
//(Some parts belong to ChrisMoody)
// June 23rd, 2019
//=====================================================================
RSI MFI with alertsModified from the various scripts I've found on TradingView. This scripts adds alerts for oversold overbought conditions. It also has the ability to add in another RSI at a different time interval.
I've also added an MFI with bollinger bands to the chart to preceed the RSI. This can sometimes tell you the direction the RSI is moving. usually when it is out of the bollinger bands on the MFI the price/RSI tends to slow.
Daily Kijun with Bounce AlertsShows the daily Kijun on all timeframes using a period of 50, which makes it into a dynamic 50% fib of sorts, especially when it's flat. Also shows Kijun bounces labeled with Ks, and allows you to set alerts for bullish, bearish or bi-directional bounces.
It doesn't show any of the other Ichimoku components.
Heikin Ashi Candle Colour Change AlertsThis script allows you to set alerts for Heikin Ashi up and down candles. For example, you may wish to exit a trade when the first down candle is printed after a sequence of up candles.
MACD Enhanced System MTF with optional TSL and Alerts [LTB]This script is developed to analyse MACD, MACD Signal, MACD Histogram movements by using current and higher time frame. Script calculates higher time frame automatically, no manuel entry. there is trailing stop loss line that is optional.
You can change the parameters as you wish.
btw. you should know that MACD is more successful when there is a trend.
I already shared this as a strategy script. Some ppl wanted to see the code.
You might want to see strategy test =>
by LonesomeTheBlue
Steroid CCI w/ Overbought & Oversold Alert//@version=2
//By Tantamount
//Channel Commodity Index (CCI) with overbought and oversold alert features! Highly configurable indicator that includes a Topography map feature, used to detect & show minute threshold crosses.
//CCI is a momentum based technical trading tool used to help determine when an asset is reaching an overbought or oversold condition and is an great alternative to RSI.
//This CCI tool comes loaded with features and is easily configurable back to standard CCI or with your own preferences.
Customize to your liking:
Simple alert signals
The full enchilada, with Topo map view!
Stand alone CCI oscillator
Moving Average Stop and Reverse alertsNothing fancy here , the main study is this one
so all credit to him. I change the MTF settings (int2 is contol of that ) and adds alerts
So in basic its a better SAR with MTF function
DEMA-MTF with alerts This model based on DEMA with non repainting MTF
if you want to change the MTF use int2
buy and sell show in triangke signals
alerts included
you can smooth the signal with len1 if needed
modified DMI with MTF and alertsThis is special indicator based on DMI , I add to time length MTF that is not repainting
you can change the MTF using int2 function
the alerts are based on crossing the 0 (up or down)
I hope you like it
with no MTF
TB_Simple EMA Crossover With AlertsA SImple anti Repaint MTF EMA Crossover with Alerts
For more (Cooler) Custom Scripts PM me
Up Down Alerts with MA Controlsimple up down candle alerts with a built in MA control
backtesting script:
Weis modelius alertsusing modelius script we amke the weis volume nicer with alerts inside for buy and sell
Volume in out as MACD with alerts Lets make the Volume in out as MACD
with alerts (B =buy) S=sell
have fun