This study implements a simply scalping using the RSI (calculated on two periods), the slopes of two MAs (EMA or SMA) having different lengths (by default, I use 50 and 200). A take profit (%) and a trailing stop loss (%) are used. Entry conditions: .) Fast MA > Slow MA and Price > Slow MA and RSI < Oversold Threshold ------> go Long .) Fast MA < Slow MA and...
Buy and hold investors may decide to use trailing stops to protect profits and capital from market crashes, especially during bull markets. The purpose of this indicator is to hep investors to identify a location to place them. The indicator plots the highest high from 'x' bars ago. It then plots a trailing stop loss 'y' percent below that line. The...
After studying several other scripts, I believe I have found the Holy Grail! (Or perhaps I've just found a bug with Tradingview's Pinescript v4 language) Anyhow, I'm publishing this script in the hope that someone smarter than myself could shed some light on the fact that adding a trailing stop to any strategy seems to make it miraculously...no that's an...
PMax is a brand new indicator developed by KivancOzbilgic in earlier 2020. It's a combination of two trailing stop loss indicators; One is Anıl Özekşi's MOST (Moving Stop Loss) Indicator and the other one is well known ATR based SuperTrend. Both MOST and SuperTrend Indicators are very good at trend following systems but conversely their performance is not...
I am sharing the strategy version of the indicator used before. It is very simple to use. These are the settings I use, you can change, test and use as you wish. Atr Period 5 Highest High Period 10 Multiplier 2.5 It can generate more signals in shorter time frames. The success rate will be higher in longer time frames.
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!
ST0P is a kind of a TRAILING STOP LOSS INDICATOR in which users can set up LONG or SHORT trade versions and also can set up a STOP LOSS level by percent % or unit difference. It tries to solve the problem of stop loss indicators' default BUY or SELL settings and non adjustable stop levels of % and difference change in price levels. (Will try to make updates...
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...
Unlike the built-in version, you can configure how many bars it takes to confirm a fractal. This indicator plots all Williams high and low fractals, and a stop line that trails the fractals up and down. Includes long and short stop alerts. You can choose whether the trail flips long-short based on the price being exceeded within a candle or on candle close. This...
This is a Multi-Timeframe version of my Trailing SL Strategy. Few weeks ago I published Trailing SL Strategy. There I used only basic Trailing SL to enter positions. It worked pretty well so I tried to work on it a bit. I thought what if you can use the same ATR TSL on different timeframes and combine them into one signal. In this strategy you can use only ATR...
It's alerts version of my Trailing SL strategy: Use "Once Per Bar" param when creating alerts.
I'm a big fan of simple strategies. This one is a very simple one. So it consists only from one Trailing SL. When SL is hit, the position is reversed and SL is tracked for a new position. You can choose one of 3 types of SL: % of your price ATR - it is calculated as current ATR * multiplier Absolute As you can see even this simple strategy can show...
This indicator aims to aid in using the regular London Breakout strategy, as well as improve on it by adding a trailing stop based on the Mean Deviation Index. The London Breakout strategy (according to my personal understanding) basically sees the morning before London open as the accumulation or distribution range for large buyers or sellers, and assumes the...
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.
Hello traders Here we go again.... with the second strategy snippet. Reminder: the first snipper was a Trailing Profit strategy script What's on the menu? A trailing stop is designed to protect gains by enabling a trade to remain open and continue to profit as long as the price is moving in the investor's favor. The order closes the trade if the price...
Hello traders Hope you enjoyed your weekend on my behalf. Was staying home working ... ^^ This is my first strategy educational post I'm doing ever While I'm generally against posting strategies because it's very easy to fake performance numbers... I cannot prevent myself from sharing a few cool strategy snippets anyway. So from now on, I'll be sharing a few...
Simple visualisation of Average True Range in Pinescript V4. The script has two modes: Running and Trailing. In Running mode, it continuously displays the ATR above and below the price. Specifically, it displays the High and Low price plus and minus the ATR times a user-supplied multiplier. This can be helpful for visualising volatility. In Trailing mode, it...
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).