ATR based stop trails. The top trail is basically lowest ATR since the last candle hit (with given length and multiplication) added to candle high. The bottom trail is analogic.
This is based on the Average True Range Trailing Stops Strategy by Sylvain Vervoort, coded on TV HPotter. I have added Bands to see potential short and long stop loss zones before the indicator signals to switch itself, also changed color on the main Trailing Stop based on whether it is short or long, added increased stop loss hunt protection by combining with my...
This script measures the maximum and average length of upper and lower wicks. While this can be used as a volatility gauge and to see if there is more support or resistance, it's primary use is to not get wicked out on stops, by adding one of these numbers to the the Moving Average or S/R level that one is using for a Stop, plus maybe a few points of buffer.
Standard Percentage-based Stop Loss for long and short, with configurable extra exit conditions. Just copy/paste into your script. Uses "low" and "high" values for crossing the stop loss threshold, but can be changed to "close" if you prefer (change "low" and "high" on lines 31 and 32 to "close")
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...
Hi Everyone, Do you guys know how can I add an exit strategy to this hilo. I would like it to exit either with hilo invertion (already does) or with profit/loss (it doesn't work) Thank you
Indicator shows stoploss by price and ATR the selected period (default - 21).
I am republishing this indicator as something changed within TradingView's script engine so that the old script ceased to function ( a minor syntax error that used to be acceptable but no longer is). Anyhow here's the fixed version which as you can see has done a great job of keeping us on the right side of the trend with once-hot stocks like Skyworks !