TD/VixFix/VolatilityStop/Momentum/WeisWave IndicatorsA nice collection of Buy/Sell indicators.
Send me some love if you find this useful:
btc: 1GcWRvkrLwmv2sD8nHYvJ7ZWf4qB1tQ1r9
eth: 0x3061513011c071d9ced8a375e51004aba26410e8
etc: 0xc7ad9ad4d6b0008a1be897666e7f643e7259a509
ltc: LY5pxGhRvNvGJcrb4pnTyH2A2hN1DPjLqt
xvg: DKcou5NyfvVzqLjjDo1eFTNaZuThdZaVUJ
zrx: 0x3061513011c071d9ced8a375e51004aba26410e8
Many thanks to:
glaz, ChrisMoody, admin, LazyBear
Volatilite Durdurması
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.
[RS]Function Volatility Stop V0Function for Volatility Stop:
added some tweeks so it can be used on any series as in example a rsi.
Volatility StopThe Volatility Stop Indicator is able to define the current trend. When a downward trend is determined a red line above the prices bars is plotted; when an upward trend is determined a green line below the prices bars is plotted. These lines are generally used as trailing stops. The Volatility Stop Indicator is more used as an exit tool than an entry tool. When the price crosses the VStop value, the trend reverses and VStop moves to the other side of price.
We'd like to present you VStop indicator written in Pine Script. Please notice new Pine Script features used in this indicator: variables max_, min_, is_uptrend, vstop. We may refer to previous values of the indicator in the source code (e.g. vstop , is a vstop value on the previous bar) before the actual vstop variable definition. Enjoy and leave your comments!