Fixed TF BBandsCombined daily and 3D Bollinger Bands into one indicator. It will show the BBands uncoupled from the current candle TF's
Bands
Sisko bands multipliedLooks for support and resistance by finding values at which there is much activity.
Workings:
- Exponents determine how much influence price and volume have.
- Retention percentage determines dissipation of previous oscillator high.
- Threshold percentage determines at what threshold previous oscillator high is overwritten.
MA Study: Different Types and More [NeoButane]A study of moving averages that utilizes different tricks I've learned to optimize them. Included is Bollinger Bands, Guppy (GMMA) and Super Guppy.
The method used to make it MtF should be more precise and smoother than regular MtF methods that use the security function. For intraday timeframes, each number represents each hour, with 24 equal to 1 day. For daily, 3 is 3 day, for weekly, 4 is the 4 weekly, etc. If you're on a higher timeframe than the one selected, the length will not change.
Log-space is used to make calculations work on many cryptos. The rules for color changing Guppy is changed to make it not as choppy on MAs other than EMA. Note that length does not affect SWMA and VWAP and source does not affect VWAP.
A short summary of each moving average can be found here: medium.com
List of included MAs:
ALMA: Arnaud Legoux
Double EMA
EMA: Exponential
Hull MA
KAMA: Kaufman Adaptive
Linear Regression Curve
LSMA: Least Squares
SMA: Simple
SMMA/RMA: Smoothed/Running
SWMA: Symm. Weighted
TMA: Triangular
Triple EMA
VWMA: Volume Weighted
WMA: Weighted
ZLEMA: Zero Lag
VWAP: Vol Weighted Average
Welles Wilder MA
Fibonacci VWAPFibonacci VWAP bands provide extremely accurate pivot points and a visual scale of deviation from VWAP.
ATR Bands [NeoButane]ATR bands, smoothed with exponential moving averages.
The difference between this and other ATR bands is that high and low are used as the source for top and bottom band, resulting in more accurate ATRs. It is also calculated in log-space to aid in making the bands more "springy" when it comes to extremely volatile assets or very low timeframes.
See here for an upgraded version:
ATR Trailing Stop Bands [NeoButane]These ATR bands and trailing stops can be used as a way to manage risk, enter breakout trades, or as support/resistance.
Please see here for information about payment and access: medium.com
ATR Bands Features:
Shape plotted for closes out of bands
Custom resolution
Bands multiplier: useful for reducing size to increase signal
Band smoothing type: EMA, Hull MA, or no moving average smoothing
Calculated in geometric mean (log scaling) to resolve issues with flash dumps or pumps
Alerts for closing outside of bands
ATR Trailing Stop Features:
Based on daily resolution timeframe
Trailing stop multiplier: useful for curve-fitting to your instrument's normal trading range. Recommended multiplier between 1.5-3
Can be used as trading range (>3) or for breakout trading (<1.5)
Alerts for price touching stops
LR ChannelScript draws actual positions of linear regression channel boundaries and doesn't repaint.
Green lines color - for a positive slope of standard linear regression channel, red - for a negative slope.
RSI Heat Bands [River]This script combines LazyBear's RSI Bands with JayRoger's Bollinger Heat Bands, to give an on chart representation of the price needed to set RSI to each major level, from 20 to 80 (higher values created massive bands).
[XBTUSD] - BandTrader - v1A band trading strategy for XBTUSD - not sure how it performs on other symbols.
I tested this strategy with a pyramiding of 5, each consisting of 20000 USD - so total invested is 100,000 USD. Furthermore, I ensured that strategy could not buy more than 2.5% of the volume in previous bar - so as to keep this a bit realistic. So, bye bye to buying 1000 BTC in one bar and reporting wrong results than real. :)
Net profit made is 6200% really, but the equity curve is really smooth. Profits made is still huge, which can be further inflated using leverage.
NOTE: I am available for work on hire. If required, PM me for this. I, also, provide real trading bots for my strategies.
VWAP Alerts V2Alerts added to "VWAP Stdev Bands v2" by SandroTurriate
Changes
-Adjusted trigger conditions for higher signal sensitivity
-Color change on bands and signals for better readability and ease on the eyes
-Alerts added for up to 4 deviations up and down
-Re-enabled deviations 4 and 5
-Re-enabled previous close
Gunbot - Bbands - UnlockedThis is a repost, the first version was locked and I am unable to unlock it. So I'm simply publishing it anew.
Original Post
Original Description
This is more of a test run than anything. Gunbot approximation courtesy of Vosechu and the original can be found here.
Volatility Profit (VPI) & Bollinger Bands (BB) [checkm8]Hello and welcome to my 2-in-1 indicator of Volatility Profit Indicator and Bollinger Bands.
Volatility Profit Indicator is a script inspired by Jim Berg, from a 2005 article titled "The Truth About Volatility". This is a set of bands, where the upper band is based on a moving average of highs over a given period, added to the average true range of the period. The lower band is based on a moving average of lows over the same given period, from which the average true range is subtracted. The formula is shown below:
VPI High Band = MA(HI, type, x) + y * ATR(z)
VPI Low Band = MA(LO, type, x) - y * ATR(z)
where... type = MA Type (default to Exponential) x = MA Period (default to 13) y = True Range Multiplier (default to 2) z = True Range Period (default to 20)
Bollinger Bands should be familiar by now, but they are calculated based on a moving average of a source ( / 3), added to a particular standard deviation of the source.
This indicator:
- Allows you to choose whether you want to plot the Volatility Profit Indicator or Bollinger Bands. By default, each will show three bands.
- Has pre-made color schemes to choose from to simplify your life.
- Has smoothing for the Volatility Profit Indicator
- Allows you to choose the source for Bollinger Bands
- Allows you to select what multiplier of the average true range the Volatility Profit Indicator plots, as well as what standard deviations the Bollinger Bands show.
If you have any additional questions, concerns, or suggestions - feel free to reach out.
All the best & happy trading.
Periodic ChannelThis indicator try to create a channel by summing a re-scaled and readapted sinusoidal wave form to the price mean.
The length parameter control the speed of the sinusoidal wave form, this parameter is not converted to a sine wave period for allowing a better estimation, higher length's work better but feel free to try shorter periods.
The invert parameter invert the sinusoidal wave.
Each bands represent possible return points, the higher the band the higher the probability.
Inverted sin wave exemple
The performance of the indicator is subjective to the main estimation (blue line), select the parameter that best fit the blue line to the price.
Best ragards
Prime Number Bands Strategy Determining market trends has become a science even though a high number
or people still believe it’s a gambling game. Mathematicians, technicians,
brokers and investors have worked together in developing quite several
indicators to help them better understand and forecast market movements.
The Prime Number Bands indicator was developed by Modulus Financial Engineering
Inc. This indicator is charted by indentifying the highest and lowest prime number
in the neighborhood and plotting the two series as a band.
WARNING:
- This script to change bars colors.
VWMA Keltner BandsKind of like Keltner Channel/Bands (stockcharts.com) but using VWMA instead so that volume is taken in to account.
Outside the upper band can considered to be 'overbought' and outside the lower band can be considered to be 'oversold'
Has option to highlight signals (i.e. when price closes outside a channel) and also the option to only display signals if the price is on the correct side of VWAP (i.e. no sell signals if price is above VWAP)
Acceleration BandsAcceleration Bands indicator script. This indicator was originally developed by Price Headley.
OHLC Daily Resolution BandsShout out to nPE- for the idea.
Bands made with stdev from 10 day OHLC.
Keeps resolution to daily, so you can use bands as daily pivots for day trading.
Upper band 1=yesterday close + 0.5 std(ohlc,10)
Upper band 1=yesterday close + 1 std(ohlc,10)
Mid=yesterday close
Lower band 1=yesterday close - 0.5 std(ohlc,10)
Lower band 2=yesterday close - 1 std(ohlc,1
[STUDY] CypherCore Trading Suite
Rerband. Now a STUDY script.
- RSI overlay indicators (diamond shapes)
- Most commonly used MA types( i.e. SMA , EMA , WMA , VWMA , ZEMA )
- Bands
- Price Action Indicator (color coordinated)
color code:
yellow --- inside bars (breakout)
blue --- outside bars (breakout)
green --- up pin bars (reversal)
red --- down pin bars (reversal)
fuchsia --- down shaved bars (selling pressure, selling likely to continue)
aqua --- up shaved bars (buying pressure, buying likely to continue)
- Reversal candlestick patterns (only a few for now)
- Two strategies for determining buy/sell signals
1. buy/sell signals determined by EMAs crossover (better for position or swing trades)
2. buy/sell signals determined by MAs crossover (better for scalping)
03/02/2017
- Switched to STUDY
- Fractals added
- Alerts now fully working
- New "Input" menu
Buy/Sell signals are NOT financial advice.