Supertrend (ST) is a popular stop loss and trend identification script. The simplicity of seeing a clean trend on a chart makes it attractive, yet it is restricted by only allowing the source, length and multiplier to be adjusted, & these tend to have a limited effect on the properties of the identified trend. There is a wide variety of interesting ST scripts on...
Library "TrailingStops" This library contains functions to output trailing stop lines. f_marketStructureStop(_restartMode, _flipMode, _restartLowIn, _restartHighIn) Parameters: _restartMode - Defines how the stop lines persist. Allowed values are: "Always On" - The stop lines are always present and they just reset when they're crossed. ...
In many strategies, it's quite common to use a scaled ATR to help define a stop-loss, and it's not uncommon to use it for take-profit targets as well. While it's possible to use the built-in ATR indicator and manually calculate the offset value, we felt this wasn't particularly intuitive or efficient, and could lead to the potential for miscalculations. And...
Most of the trailing stops on TradingView are made of using the lowest lows and the highest highs. Not many are based around what I called the volatile trailing stop. This is where the trailing stop will move around according to a set percentage difference from the previous closing value. This allows you to say "If the current bar moves x percent, then stop"....
EMAC - Exponential Moving Average Cross This strategy is based in part on original 10ema Basic Swing Trade Strategy by Matt Delong: www.tradingview.com Link to original 10ema Basic Swing Trade Strategy: This is the Original EMAC - Exponential Moving Average Cross strategy built as a class for reallifetrading dot com and so has all the default settings and has...
Trading is a lot about risk management too. I created this script to help with setting and moving a proper stop-loss. It plots an area that is a result of adding and subtracting both average true range and something I call "false range". ►The Average True Range is calculated as the candle's high-low. If there is a gap, it is added to complete the result. ►My own...
Here is a label panel that shows the stop-loss number for Long or Short trades based on volatility using average true range and and a mult of that.
It's alerts version of my Trailing SL strategy: Use "Once Per Bar" param when creating alerts.
Plots the the highest true range for the entire dataset. Beneficial for determine an emergency stopp loss.
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) : I've redesigned the stop-loss to be affected by intersections. Therefore, this...
The Kase Dev Stops system finds the optimal statistical balance between letting profits run, while cutting losses. Kase DevStop seeks an ideal stop level by accounting for volatility (risk), the variance in volatility (the change in volatility from bar to bar), and volatility skew (the propensity for volatility to occasionally spike incorrectly). ...
The Kase Dev Stops system finds the optimal statistical balance between letting profits run, while cutting losses. Kase DevStop seeks an ideal stop level by accounting for volatility (risk), the variance in volatility (the change in volatility from bar to bar), and volatility skew (the propensity for volatility to occasionally spike incorrectly). ...
Average True Range for trailing stops, can be set to any timeframe independently of currently-displayed timeframe This indicator is derived from but more customizable. Many thanks to HPotter for the original version
## THIS SCRIPT IS ON GITHUB ## MORE BACKTEST SuperTrend is a moving stop and reversal line based on the volatility (ATR). The strategy will ride up your stop loss when price moviment 1%. The strategy will close your operation when the market price crossed the stop loss. The strategy will close operation when the line based on the volatility will...
##THIS SCRIPT IS ON GITHUB This TradingView strategy it is designed to integrate with other strategies with indicators. It performs a trailing stop loss from entry and exit conditions. In this strategy you can add conditions for long and short positions. The strategy will ride up your stop loss when price moviment 1%. The strategy will close your operation when...