ATR+ (Stop Loss Indicator)This script is designed to aid in back-testing and trade execution.
It displays three sets of values - the teal colored value is the current ATR, the green colored value is your stop loss distance (in pips) below the most recent swing low for long trades , and the red colored value is your stop loss distance (in pips) above the most recent swing high for short trades .
You can change the stop loss settings to base your stop loss on a set pip amount or by however many multiples of the current ATR as you wish (eg. 1.5x ATR).
Feel free to ask any questions or edit the script without permission :)
- Matt.
Stop
CDC ATR Trailing Stop V1Based on the standard ATR trailing stop indicator.
A few minor tweaks as used in Chaloke.com's community
Parabolic GlitterThis indicator overlays a series of Parabolic Stop And Reverses (SARs) to continuously illustrate trends as they form in addition to a range of good possible levels at which to place stop orders.
The Initial Start argument gives the minimum value for the SAR function's "Start" argument. The Increment/Start Ratio argument gives the ratio of the SAR function's "Increment" and "Start" arguments (i.e. SAR default is Start = 0.02, Increment = 0.02, therefore Increment/Start Ratio = 1). The same logic applies to the Max/Start Ratio Argument (i.e. SAR default is Start = 0.02, Max = 0.2, therefore Max/Start Ratio = 10).
The Adaptive Coloring argument determines whether the plotting points are red in downtrends and green in uptrends, or if all the plotted points are given the same color (defaults to silver).
[RS]Function Volatility Stop V0Function for Volatility Stop:
added some tweeks so it can be used on any series as in example a rsi.
[RS]MTF CATR Stop Hunt Levels V0EXPERIMENTAL:
Adaptation from stop hunt levels:
Uses timeframe and atr to set ranges.
[RS]Stop Hunt Levels V0Request for SpreadEagle71:
Stop Hunt Levels adapted from:
www.investopedia.com
configuration:
smoothing: smooths/average the source higher value will remove spikes but delay the speed of adjusting
source: source to compare crossing lines.
Rounding Value: value space of the grid.
Entry Window Size: Space for entrys.