This indicator enables interactive placement of limit or stop-limit orders with a trailing ATR stop-loss and optional profit target (with alerts). Refer to the images below for further clarification. Why use a trailing stop-loss? A trailing stop-loss serves as an exit strategy when price moves against you, while also allowing you to adjust the exit point...
This script returns trailing stops on the occurrence of market structure (CHoCH/BOS labeling). Trailing stops are adjusted based on trailing maximums/minimums with the option for users to be able to control how quickly a trailing stop can converge toward the price. 🔶 SETTINGS Pivot Lookback: Pivot length used for the detection of swing points. Increment...
Shorter version: As the title states, this is a 'Trailing Stop' type indicator, albeit one with a whole bunch of additional functionality, making it far more versatile and customisable than a standard trailing stop. The main set of features includes: Three independent trailing types each with their own +/- multipliers: - Standard % change - ATR (aka...
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. ...
This indicator is "Interactive" which means some inputs can are manually added through the first click after adding the indicator to the chart (ATR Trailing Stop-loss start point). See images below for more explanation. Why use a trailing stop-loss? A trailing stop-loss provides an exit when price moves against you but also enables you to move the exit point...
This is an example snippet that should allow for adding a trailing stop and trailing stop activation to almost any script. You can use it by setting a trailing stop alone. This will provide you standard trailing stop functionality allowing you to lock in profits and increase your stop-loss as the price moves in your direction. You can also set the trailing stop...
Hello Guys! Nice to meet you all! This is my fourth script! This is the Strategy Template for traders who wants to make their own strategy. I made this based on the open source strategies by jason5480, kevinmck100, myncrypto. Thank you All! ### StopLoss 1. Can Choose Stop Loss Type: Percent, ATR, Previous Low / High. 2. Can Chosse inputs of each Stop Loss...
A complete ATR Trailing Stop Loss in version 5. Features Include: Timeframe Option Long/Short Triggers (Green/Red Triangles) Long/Short Conditions (Bottom Colored Line) "Golden" Long/Short Triggers (Yellow Triangles)(Hanging Man or Shooting Star Candlestick patterns breaking ATR trailing stop) Alerts
A trailing stop loss method by Rob Hoffman. Set your entry, TP, and SL. Once price is 50% of its way to the TP, set your stop loss at the gray line. Once price is 80% of its way to the TP, set your stop loss at the light gray line. Once price is 90% of its way to the TP set your stop loss at the white line.
This indicator returns trailing maximums/minimums and the resulting average, each resetting on the occurrence of a pivot point high/low, thus allowing to highlight past and current support and resistance levels. Note that the user has the option to make the indicator subject to backpainting or not. Backpainting would offset the indicator output to the past and as...
This script is meant to be used as a generic template for new strategies. Take Profit, Stop Loss logic is provided out of the box with (or without) their trailing variations while the trailing for entry and exit orders can also be enabled and be configured! Custom quantity risk management is provided along with the ability to set custom signal messages that can be...
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...
Hello traders, I would like to present you ATR Bands with vortex indicator. This indicator is different than my others I used not that known vortex indicator as a entry indicator, and atr bands I have used as a exit indicator. You can see 2 set of bands with different multiplicator, first is used as first target profit, stop loss and second as a second...
MACD Divergence + Multi Time Frame EMA This Strategy uses 3 indicators: the Macd and two emas in different time frames The configuration of the strategy is: Macd standar configuration (12, 26, 9) in 1H resolution 10 periods ema, in 1H resolution 5 periods ema, in 15 minutes resolution We use the two emas to filter for long and short positions. If 15 minutes ema...
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 :)
This script demonstrate how to make a Training Stop Loss to "ride the wave". In comparison to classic Stop Loss this strategy follows the price upwards (for long positions) and when price drops by a fixed percentage then you exit your position.
This script demonstrated a dual trailing take profit and stop loss strategy. Where you take 50% (configurable) of the profit when a price level is reached and then you get the rest when a trailing stop loss is hit.
This strategy uses RSI14 for entry and exit signals; applies RSI10 for confirmation. The thresholds can adjusted in Settings. Trailing stop can also be applied if wanted. Tested on daily/hourly charts.