The Basics Alert will trigger if the current (real time) price surpasses the high of the ATR of the previous bar. (can also be set for the Low of the ATR). Each time the follow up candle surpasses the high of the previous ATR, the background will be coloured orange. This makes back testing easier on the eye. This can be turned off. - Colours can be changed. - Can...
Quick Description: Smoothed RSI with optimized trailing moving average. Look for cross above or cross under signals for buy and sell orders respectively. VIDYA moving average of RSI incorporated with "optimized trend tracker" system. Thanks to kivancozbilgic and anilozeksi for implementing this great idea on Tradingview. The indicator adds "1,000" to the RSI MA...
Trend Step - Trailing Stop is a moving average-based trailing stop that moves in pre-defined steps. In this way, the user can set the number of pips/points they want the trailing to move in relation to the movements in the average. You can also see it as trend steps. Every step represents the trend movement. Usage Use it as a trailing stop or as a trend...
The trailing indicator. If ohlc4 becomes "Percent activate trail" above the entry price set by the value and entry date, then the trailing function is activated, which is considered as the maximum ohlc4 for the time in the position minus "Percent activate trail" multiplied by "koeff trail"
Yet another trailing stop loss script, using optional percentage or atr values to follow the last price. Green area: bullish , long Red area: bearish, short IZCI means trailing in Turkish. If you find it usefull, please like it. Good Luck :)
The HiLo Activator was created by W.D. Gann and I was surprised to not see more of his technical indicators on here. I will start adding more of his indicators on here if I get more interest. This is the original version of the indicator that performs like a trailing stop that also works well as a trend line. Buy when the line turns green and sell when it turns...
Today I propose a simple but an effective tool to use as a trend identifier. It is simple because it doesn't require user to tinker with it and it works on all scripts and all time frames. It is effective because it's based on what I believe to be the most used ma's by the traders who are successful and usually trade with large qty. So, what's under the...
This is a full, true, and pure implementation of trailing buy/sell for the Jackrabbit suite and modulus framework. This module is not a standalone and relies on previous modules to send a signal data in order to function properly. This module acts on buy and sell data from within the indicator on indicator framework that TradingView supports. This module adds...
This indicator is a simple trailing stop. with this we can trail our price. inputs that we can put with this indicator are: 1. Entry price: open, close, high, low, etc. 2. Position: Long, Short 3. Stop loss range: integer value only 4. Entry hour, Entry minute, Entry month, Entry Year, Entry Day By taking all the above input this will work according to the...
This tool is not a self-sufficient indicator, just an attachable module that allows you to enhance a specific indicator with risk management components without having a headache. What you need to do, and actually this is the most important step, is to rewrite your indicator to a buy-sell signal form which will output only -1, 0, 1 values and then connect it to...
The SuperTrail indicator is similar to the very popular and widely used SuperTrend but it has been improved to use a percentage value instead that helps users to determine the natural trading range of a stock over a period of time, and set stop losses (especially trailing stops) accordingly. The best way to use it is to find stocks in a steady trend (upwards if...
Same coding only coloring and information panel was added. CDC ATR Trailing Stop V2.1 (2013) //Barcolor Green = Trail1 > Trail2 and close > Trail2 and low > Trail2 Blue = Trail1 > Trail2 and close > Trail2 and low < Trail2 Red = Trail2 > Trail1 and close < Trail2 and high < Trail2 Yellow = Trail2 > Trail1 and close < Trail2 and high > Trail2 //It gives White...
=========== Percent Trailing Stop (%) - { FOR STUDY SCRIPTS } =========== Wow - this is an example of how to implement Alerts relating to a Trailing Stop (%) within your Study Script. It's taken a bit of effort to get this working but I think we got there! Alerts include Open Long/Short, Trailing Stop Hit, and (the most important one) Movement of Trailing...
The Guppy Count Back Line was created by Daryl Guppy and is essentially a trailing stop indicator. I have color coded the indicator to tell you if you should go long or short. This was a special request so let me know if you would like me to write more scripts for other indicators!
These are alerts for my MTF Trailing SL Strategy. Entry Long position if all 4 time-frames agree on the long signal. Exit Long positions when at least 2 time-frames disagree on the long signals. Entry to Short position if all 4 time-frames agree on Short signal. Exit from Short positions when at least 2 time-frames disagree on Short signal. Use "Once Per Bar...
Andrew Abraham It can be used as: - stop loss indicator - indicator of support and resistance - buy and sell signals
The old adage goes "Cut losers fast and let the winners run" With this in mind, this will plot a dynamic trailing stop by subtracting any multiplier of the Average True Range (ATR) from the SMA of your choice.
I share this TSL indicator with alert (I use it only for Stocks), the configuration is very simple, you must select if it is a Short or Long operation, time at which the operation was opened,% of the daily ATR for TSL. It also contains: - Alert - Panel Info