This indicator was invented in 2001 by Konstantin Kopyrkin. The name "Nick Rypock" is derived from his surname reading in the opposite direction: Kopyrkin -> Kopyr Kin -> Kin Kopyr -> Nik Rypok The idea of the indicator is similar to the Chandelier Exit, but doesn't involve ATR component and uses a percentage instead. A dynamic price channel is used to...
Displays recent higher and lower highs. In it's simplicity is a lot more powerful than might appear at first glance. Does not rely on volatility calculation. Can be linked together to create an objective view of recent resistance levels. Makes current trends more visible. Excellent as a trailing stop (short) algorithm. Can be used with its sibling: ...
Displays recent higher and lower lows. In it's simplicity is a lot more powerful than might appear at first glance. Does not rely on volatility calculation. Can be linked together to create an objective view of recent support levels. Makes current trends more visible. Excellent as a trailing stop algorithm. Can be used with its sibling: Local Limit Upper
What this can be used for: If you've already decided you want to trade a symbol, this can identify points of momentum alignment. If a strong move has recently happened and you're looking for a change in momentum. How it works: This is a weighted combination of a Stochastic RSI and two modified SuperTrend (ATR Trailing Stop) indicators: The...
This strategy 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 trailing stop loss (%) is used. Entry conditions: .) Fast MA > Slow MA and Price > Slow MA and RSI < Oversold Threshold ------> go Long .) Fast MA < Slow MA and Price < Slow MA...
This is my first ever script so any suggestions, recommendations or improvement ideas welcome! This strategy is an implementation of a standard three exponential moving averages strategy (defaults: EMA1=5, EMA2=20 and EMA3=50 candles). Trades are executed if EMA1 crosses above/below EMA2 and they are both above/below EMA3. In addition, the close of the current...
Hello this is my new adapt indicator "G-ATR Box V.1" It's just nearly normal ATR but I create in box color. My problem when I use ATR trailing stop my screen is not clean and when I use finonacci or trend line is hard to see. How to use Blue = Pre-buy : Waiting for another buy signal Green = Buy : Holding the stock Yellow = Weak uptrend : Waiting for Sell...
This is a redesign of the SuperTrend indicator. It removes stupid transitions between SuperTrend states and highlights initial points for both lines. SuperTrend is a moving stop and reversal line based on the volatility (ATR).
This is a redesign of the built-in Parabolic SAR indicator. I added a proper input system, an option to highlight initial points for both lines and an option to choose points width. So, customize it as you want. Parabolic SAR was originally developed by J. Welles Wilder and described in his book "New Concepts in Technical Trading Systems" (1978). It is a...
This is a redesign of the Chandelier Exit indicator. It removes stupid transitions between Chandelier Exit' states and highlights initial points for both lines. This indicator was originally developed by Charles Le Beau and popularized by Dr. Alexander Elder in his book "Come Into My Trading Room: A Complete Guide to Trading" (2002). In short, this is a...
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 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...
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...
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...
## 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...
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...
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...
This is a trend following system that combines 3 indicators which provide different functionalities, also a concept conceived by VP's No Nonsense FX / NNFX method. 1. Baseline The main baseline filter is an indicator called Modular Filter created by Alex Grover - www.tradingview.com - Alex Grover - Modular Filter ------- ...