What does this script do ? This script is for pine script programmers and explains how to implement a dynamic stop-loss strategy. It is different from trailing stop-loss. Trailing stop-loss can only set the retracement value, but this script can take profit on part of the position at a fixed price and allows users to decide whether to take profit on all positions...
"How to code moving stop-loss mechanism", is one of the most often repeating questions in private messages I receive, so just to focus on this mechanism, I made a spin-off from my previous script: TradingView-Alerts-to-MT4-MT5-dynamic-variables-NON-REPAINTING . The logic here moves the stop-loss each time a trade is running and a new pivot high/low is detected....
This Indicator uses Average True Range (ATR) to determine a safe place to put stop losses to avoid being stop hunted or stopped out of a trade due to a tight stop loss. Default multiplier setting is 1.5. For a more conservative stop loss use 2 and for a tighter stop loss use 1. ATR and stop loss prices are displayed in table at bottom of screen. Use high(red) for...
SL Hunter Tracker coded by Bogdan Vaida SL Hunter Tracker is a meticulous hunter that tracks SL hunters. First it plots the fractals on the chart, then it draws lines from them to the last wick that touched that height. You can add sweep alerts, once per bar close, so that you get notified when a wick was touched. Tested on: EURUSD 30'
This is an alert script using Pinescript version 4. This enables one to set 5 alerts (1 StopLoss, 4 Targets), on 3 different symbols, at using a single alert in the UI. Every visible line will only appear on the symbols that are selected. After setting targets when making an alert, select this indicator as a condition. Change the name to whatever you want, usually...
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...
Where to put your stop-loss to avoid accidental exit. Configure your risk level. If you are in a long position and significant profit, increase the parameters to reduce the risk of accidental exit.
FINALLY! As everyone who tried to create, understand, or even find the Buff Pelz Dormeier Anti-volume stop-loss indicator knows that - it's not easy. Personally, I have partially, or perhaps completely figured out, the tips Buff had given in Investing with Volume Analysis book. AVSL now is ready. Please do some test and give me a feedback how it works in your...
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.
ATR is an indicator that has been removed and replaced with a moving average.Bar colors and infopanel have been added. //Barcolor Green = ExMov > Most and close > Most and low > Most Blue = ExMov > Most and close > Most and low < Most Red = Most > ExMov and close < Most and high < Most Yellow = Most > ExMov and close < Most and high > Most //It gives White color...
=========== Fixed Percent Stop Loss & Take Profit % =========== A neat example of how to set up Fixed Stops and Take Profit as a percent of the entry price. Yup, that's about it! You can ignore the actual entry/exit orders - they're based on a simple MA cross and are therefore NOT relevant, NOT really profitable and NOT recommended! You should be using...
This script is for a triple moving average strategy where the user can select from different types of moving averages, price sources, lookback periods and resolutions. Features: - 3 Moving Averages with variable MA types, periods, price sources, resolutions and the ability to disable each individually. - Crossovers are plotted on the chart with detailed...
ATR Trailing Stoploss Buy=crossover(close,TS) Sell=crossunder(close,TS)
ATR Channels help you to identify where to place your stop-loss or trailing stop-loss based on price volatility, according to the Average True Range (ATR).
Instantaneous Trendline Strategy by John Ehlers from his book "Cybernetic Analysis for Stocks and Futures". You can choose implementation of stop-loss. Don't forget to define correct spread for your instrument.
This is an updated version of my previous stop loss script. I've added a double EMA line and modified the stop as below; In an uptrend.... 1. a yellow dot will appear once it's time to move your stop. The yellow dot will display at the level of the stop loss. Place your stop 1 pip below the dot. 2. The yellow dot will only appear if a new higher low has formed...
Binque's Stop Loss Indicator is a great way to visualize a trailing stop loss based on a percent from the high. i.e. If the high was $10 of a trading day and your stop loss was set at 5% (percent) then your chart would show a small dot 5% below the high of the day. This is a great way to quickly see a trailing stock idea. Change the color to match your back...
XPloRR MA-Buy ATR-MA-Trailing-Stop Strategy Long term MA Trailing Stop strategy to beat Buy&Hold strategy None of the strategies that I tested can beat the long term Buy&Hold strategy. That's the reason why I wrote this strategy. Purpose: beat Buy&Hold strategy with around 10 trades. 100% capitalize sold trade into new trade. My buy strategy is triggered by the...