Bollinger BandsBollinger bands are calculated from a moving average, creating two curves that involve the price chart, these bands are defined by a standard deviation generally of value 2 with respect to the moving average.
Applications:
- They show the volatility of the market, when the bands are compressed, the volatility decreases, when the bands extend, the volatility increases.
- Trend, with respect to the moving average according to the location of the price corresponding to the positive or negative standard deviation.
Extra functions in this indicator:
- You can use several types of moving averages for the calculation: SMA, EMA, DEMA, TEMA, WMA, VWMA, HullMA, TMA, SMMA, SSMA, etc.
- Background: Shows the zone equivalent to a standard deviation of 1 and 2 with different color.
- Log chart: It can be used on logarithmic price scales, to avoid distortions in those charts.
- Multimeframe: so you can visualize the behavior in different timeframes without changing timeframe.
- Interpolation: Round the curves when viewing larger timeframes.
Multitimeframe example: 1D, select timeframe to Bollinger bands 1W and log chart
Same chart with interpolation
Cyrpto
Crypto Indicators #u9tusA set of low timeframe (LTF), medium timeframe (MTF), and high timeframe (HTF) indicators for use in crypto currencies / bitcoin.
Traditionally the 10, 20, 50, 100, and 200 SMAs are used in TA. With cryptos, I've found that the 8 EMA, 21, 55, and 128 SMAs backtest better, while no change in length was necessary for the 200. I wanted to combine all these into one indicator to easily add them to a chart layout, hence this script.
You can customize the length of each MA to your liking in the settings, or accept the defaults.
LTF Indicators:
8 EMA in blue hues, medium line stroke.
MTF Indicators:
21, 55 SMA in purple hues, medium line stroke.
HTF Indicators:
128, 200 SMA in yellow hues, thick line stroke.
Defaults are for daily timeframes and lower; suggest changing up the intervals for weekly and monthly to:
21 -> 30
55 -> 50
128 -> 100
$BTC, $ETH, #ALTS
twitter.com
(c) @jhaurawachsman 20190515
Customer Request: Trend Precognition - Mtrl_ScientistHi everyone,
This is a private build specifically requested by one user.
There are options to enable/disable 4 additional algorithms, whereas the current setting only shows the base algorithm ("BTC Precognition").
The "warning" text indicates a possible trend change, and is based on overbought/oversold conditions that can be adjusted in the settings.