Multi Timeframe Rolling Bitmex Liquidation LevelsTrack Bitmex liquidations levels in real-time with a rolling VWMA or VWAP basis.
Allows the input of a different time frame if you wish.
波動停損(VS)
Gann Square Of 9 LevelsThis script uses the last hlc3 value of 1H, 4H, D and/or W and rotates it 360º up/down with four increments of 90º to find out potential support and resistance areas. Can be used as a dynamic support & resistance tool or just to gauge how overbought/oversold the market is. Special thanks to @Nv56 for his assistance in writing this script.
A/D Levelsuses reversal candles to determine accumulation and distribution candles
remembers the last reversal candle and draws a support or resistance line at the reversal level
does a barcolor if the price breaks support/resistance
similar to the hoffman a/d breakout indicator but there is no trend detection components
TRBTrue Range Bands; the 'Supertrend', also known as a volatility stop, using a 14 period length and 3x multiplier.
VMA's (T=1h, 2h, 4h, 8h)Plots four VMA's (Variable/Volatility Moving Average) in multiple static resolutions (1h, 2h, 4h, 8h), ideal for support/resistance/stops on predictably trending symbols like BTCUSD.
Example:
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
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!