EMA ICHI BB [Rogulabo]3 indicators in 1.
Included Indicators are:
- EMA 8,13,21,55,100,200,450
- Ichimoku
- Bollinger Band
These can be used to determine changes in trends when:
- EMA's collide, trajectories shift, or certain levels are reached.
- Ichimoku cloud is above or below the candles.
- Bollinger Band's width changes, or range is broken.
Reasons for 3 in 1 assembly:
This indicator is intended to be used by students, and followers of Dan Takahashi
(a prominent educator of investing in Japan who is also a user of TradingView) .
Those who wants to use and learn with the same setup as Dan, would greatly benefit from this since,
the complex setting up process which can be a pain for beginners can be skipped with a simple click.
Every stylistic choice of color and placement were made to make it similar to the chart used by Dan.
Simple customizations are available such as:
- Changing color
- Changing the values
- Hide/show controls
Notes:
This is intended to be used alongside “STOCH RSI ” for the complete the setup.
Any questions, please refer to:
@rogulabo
==
高橋ダンさんが使用されてるチャートと同様のセットアップの為にご活用ください。
複数のインジケータをグループにしておりますので、無料版を使われてる方は効率よく使っていただけると思います。
また、“STOCH RSI ”どいうタイトルのインジケータも同時に公開しておりますので、セットアップを完成させたい方はこちらもご活用ください。
以下のインジケータを含みます。
・EMA線
・一目均等表
・ボリンジャーバンド
カスタマイズされたい方はご自由に値を変更ください。
ご質問は @rogulabo までよろしくお願いいたします。
Полосы Боллинджера (BB)
Configurable BB+RSI+Aroon strategy backtest for binary optionsI wanted to share this strategy that I use myself for binary options trading. After trading binary options for several years I have learned that every single day is unique... assets behave differently every single day. So, when I start the day I want to know which is the optimum combination of parameters in my indicators that will give me the signals I want during the day and I get that by doing a quick backtest of the parameters combination in a specific asset that same day. When trading Binary Options I usually do 3 or 4 trades max per day and, yes, there are moments in which even with the right backtest data the signals fail (I strongly believe that there is no strategy that guarantees 100% success in any type of trade, and this one here is not an exception - but has worked well with some assets). So, here is my contribution to improve your productivity by automating a bit that backtesting part.
How this script works?
It is a simple price crossunder / crossover Bollinger Bands (BB) with a confirmation from RSI overbought / oversold signals and a fast Aroon. You will see the BB plotted with its confirmations:
(1) a blue circle that plots in the chart when the price is coming back inside the channel (within the Bollinger Bands)
(2) an orange square that plots in the chart when the RSI is coming back from the overbought or oversold areas
(3) a triangle that could be red or green depending on the Aroon confirmation: Red if Aroon Down is crossing down Aroon Up or green if vice versa.
The strategy will call for long (Call) if:
(1) the price is crossing over the lower band of the Bollinger Bands, coming back inside the channel
(2) Aroon Up is crossing or has crossed above Aroon Down
(3) RSI is crossing over the oversold limit
Consequently, the strategy will call for a short (Put) if:
(1) the price is crossing down the upper band of the Bollinger Bands, coming back inside the channel
(2) Aroon Down is crossing or has crossed below Aroon Up
(3) RSI is crossing under the overbought limit
You can configure:
1. Aroon length (keep it as fast as possible: 3, 4 or 5 are recommended values)
2. The point where Aroon Up and Aroon Down cross to make the signal valid (50 is by default. It could also be 25 or 75)
3. The RSI length
4. RSI Overbought and Oversold limits (they do not need to be symmetric: you can use 29 and 93, for example)
5. Bollinger Bands length and standard deviation
6. Number of bars to keep your option open. Depending on the timeframe used, this will determine the time you will keep your binary option open. If you are in a 1 min chart and keep this parameter in 3, then you will need to configure your binary option to expire in 3 minutes.
How to evaluate your backtest?
In Binary Options you only need the success rate, so what I do is that when I am manually updating the parameters I keep my strategy tester window open checking the winning trades vs losing trades ratio ("Percent Profitable"). I personally will only keep an asset monitored looking for signals that day if the Percent Profitable on the backtest of the same day is above 80%.
Regarding the code: it is open, public and free. No need to ask for permission if you want to copy+paste and use it in whole or parts.
Happy pip hunting!
-marco
Bollinger band (band display 5σ)Set the color for each bands and indicate the Bollinger bands.
In order to indicate with simple moving average line,hide the bollonger bands line and set the color for bands.
ボリンジャーバンドの帯域ごとに色を設定して表示します。
単純移動平均線と同時表示しても見やすいように、ボリンジャーバンドの線を非表示にして、帯域に色を設定して表示することができます。
Adaptive Bollinger BandsThis is part 3 of 11 in the system named Ninetales/Volt V2 you can find on Tradingview.
It simply measures all of the combinations of the defined parameters for Bollinger Bands, and returns the most logically accurate values.
Use it however you would use standard Bollinger Bands, just add your preferred values to test against each other, and set the period you would like for it to backtest.
Bollinger Bands combined with Telson T8Indicator idea based on classic Bollinger bands and Telson T8 moving average.
The indicator detects Bollinger bands narrowing which should predict a move to a direction.
NOTE: You need to define in the indicator settings (Narrow percentage) the percentage between the upper and lower bands that would be highlighted.
For example: if you set 5%, the indicator will highlight the parts that the upper and lower bands are less than 5% compare the current price (usually close price, but you can define otherwise)
Use the Telson T8 to determinate the trend/direction of the move.
Reversal Strategy SignalsThis strategy gives signals for Buy or Sell based on BB and EMA indicators.
Green Buy signal below the BB which is not touching 5 EMA
Red Sell signal above the BB which is not touching 5 EMA
Price Volume Strength ComparatorBollinger bands says whether price or any source is relatively high or low at any particular point of time. We can apply Bollinger bands on RSI and volume indicator Price Volume Trend to identify if RSI movement or PVT movement is relatively high or low.
By calculating Bollinger %B, we can define the variation in a range between 0 to 1. By applying Bollinger %B on price, volume and strength, we are trying to compare how much they differ relative to each other.
For example, if Bollinger %B of volume is higher than Bollinger %B of price, which may mean, we can still expect continuation of upward movement. If volume %B is lesser, we can interpret this as price has moved more than the volume and may retrace back.
Note: I tried adding multiple volume/strength indicators as input choice. But, if condition did not work with simple string. Have no idea why. I will try adding that later if more people show interest.
Bollinger/Donchian + BollingerA mixture of A Bollinger and fork from Ricardo Santos Donchian/Bollinger(DBH). Looks Nicer on a higher time frame, 4hr+. Default of DBH is 20, but 13/15 looks clearer to me.
GM All-purposeThis script plots multiple EMA's also it shows you when a particular EMA crosses up or below another EMA. You can customize the EMA's based on your setups or preferences.
This script basically will help you easily identify when a particular EMA has crossed over or crossed under another EMA at one glance.
Particularly useful when there is a lot of entanglement of the EMA's
There is also dual Bollinger Bands & Donchian Channels that are available to check the volatility of that particular scrip, which will help you stay in the trade or exit based on your criteria.
Bollinger Bands Technic + AlertReferred to the book "Bollinger on Bollinger Bands"
The best use of BB is to wait for squezze and breakout to capture the start of the trend.
Here the signal and target profit.
1. Long Signal when the close crosses above the upper BB and the Bandwidth of current bar exceeds 1.25 times of the previous bar (Volatility expands). : Green Triangle Up
2. Short Signal when the close crosses down the lower BB and the the Bandwidth of current bar exceeds 1.25 times of the previous bar (Volatility expands). : Red Triangle Down
3, Long TP when the upper BB turns down. : X cross Red
4. Short TP when the lower BB turns up. : X cross Purple
You can adjust any input of BB as well as how many times bandwidth changes from previous period.
I filter out the to high to buy signal by using ADX, if ADX over 50, the buy signal will be omitted.
As well as the TP signal , If the ADX is to low <35 , meaning it's has more room to go. the TP signal to be omitted.
Anyway , user can adjust all of this sensitivity.
As this is the trend following indicator, you will experience the bad signal during the sideways. That's life.
This is the semi discretionary system. You can use as a guideline along side with your other methods and money management.
Thank you!
Tanakorn Koomrampai CMT, CFTe
TEC_MapHack_Sub2_Chart_ver_2.0.0본 지표는 PSAR + Bollinger Bands 를 사용해 추세를 나타내는 지표입니다.
배경색이 붉은색이면 상승추세, 파란색이면 하락추세를 나타냅니다.
PSAR과 BollingerBands 중심선을 기준으로 추세를 알아냅니다.
These are indicators of trends using PSAR + Bollinger Bands.
A red background indicates an upward trend, while a blue one indicates a downward trend.
Identify trends based on the centerlines of PSAR and BollingerBands.
BBVV Low IndicatorThis is an indicator that flags the lowest Bollinger Bands Width value for a set number of bars back.
This is based on my BBVV script seen here
Each dot on the BBVV indicator marks the rolling "X"-period low in BBVV value. You can set "X" as any number of bars back in the settings of this indicator.
This can be used to accurately predict when periods of high-volatility could come into play due to continually contracting Bollinger Bands on a time-frame that you can set manually.
Created from a request from a user.
Setup Trend Following Bollinger Bands - ValenteBuy when the candle closes above upper BB
Sell when the candle closes bellow lower BB
Stop always on base line
Simple ScalperFor best results, collect a minimum of 4 confirmations. The EMA serves as a dynamic support and resistance and to know the trend, when it touches the bottom of the Bollinger Bands look for purchases, if it is at the top look for sales. It can be supplemented with Volume. (also applying price action and looking for bounce points)
EMA: 200
Bollinger Bands: (20,2)
SAR: (2/0.02/0.2)
Exponential VWAP & DeviationsExponential Volume Weighted Average Price and Deviations.
Selectable intervals (daily/weekly/monthly/yearly vwap). Options to change deviation multipliers and display interval closing values for the previous interval.
Uses volume weighted EMA for the interval as the basis/vwap & exponential deviations calculated using the exponential vwap as the mean.
Volume Weighted Bollinger Bands Strategy
Simple strategy,
Using Volume weighted Bollinger Bands
> Directions for Usage:
1. Use only in scripts where volume is specified by tradingview
2. Check on which timeframe the script has a profit factor greater than 1.4
3. Use that timeframe for profitability
4. In some high liquid securities there is a decent profit factor even at 5 min scale (optimise at your end!! all i want to say)
Enjoy!
Hope this helps!!
Bollinger Bands Wide & Narrow* Bollinger Bands Wide & Narrow apply a Simple Moving Average (SMA) on Bollinger Bands Width with same period of middle bands to regconize the bands are widening or narrowing.
* "Bands Widening" is marked by green shade.
* "Bands Narrowing" is marked by red shade.
Kilted Nessie v1.0KILTED NESSIE v1.0
Description: Uses the “Kilted Strength Meter” for confirmation to take a trade as this system is designed for a ranging market (as shown).
This is a simple mechanical system that was tested on 30min charts with a very good win rate which is what we want from a mean reversion based system and it is designed for a 1:1 risk to reward ratio.
The key differentiator on this indicator which we see as a first on the Trading View Platform is a way of scoring your trade, so that you take a disciplined entry and able to journal that as evidence:
SETTINGS AND EXPLANATION
General Settings
- Show PinBars – This will highlight pinbars
- Show InsideBars – This will highlight inside bars
- Show Swing Highs – This will show high pivot points
- Show Swing Low – This will show low pivot points
1. If you are using the Kilted Strength Meter and you like using Bollinger bands then there is no reason why you can’t take trend based trades also when you see evidence of a trend starting, which is why we have added options to show Pin Bars, Inside Bars and swing highs and swing lows if you are a swing based trader. Yes this gives you a single indicator that provides you with trading opportunities when the market is going sideways and when the market is trending which is what we love about the Kilted Nessie. If you are just using the indicator to trade a sideways market then we recommend that you “untick” these options to keep things nice and simple instead.
ACCESS : If you need access to any of our indicators please use the link below to obtain access to this indicator or send us a private message on trading view.
Bollinger Bandwidth - Bulge and squeezeThis is Bollinger bandwidth indicator:
Bandwidth = high-low/main
I have added lowest and highest of N periods to programmatically identify bulge and squeeze. When bandwidth at N periods low, it is in squeeze. If bandwidth at N periods high, it is in bulge.
CDub's BolBands SetupUses a set of Bollinger Bands (user defined deviation, user defined deviation * 2) to determine possible entry set ups.
Signals are triggered when price crosses the first band (closest to the baseline MA) in the desired direction.
baseline can be your take profit 1 target
The inside band determines entry and can be used as a take profit 2 target (Opposite side of baseline)
The outside band is a suggested stop loss target (Same side of baseline) and can be used as a take profit 3 target (Opposite side of baseline)
Suggestions are welcome!
-CDub
Bull Market BarrierThis is a very special band of long-term Bollinger Bands derived from Fib values, and is specifically made for Bitcoin .
It represents one of, if not the strongest dynamic resistance in the BTCUSD market, and divides the market into bull and bear cycles.
The BMB uses the BLX long-term data.
Vortex BandsA slighty modified version of Better Bollinger Bands. The idea of the experiment was to do a thing like the well-known Vortex Indicator, but an overlay:
Obvious trading rules are:
go Long when the blue line is above other two
go Short when the orange line is above other two
stop when price crosses the basis line
The tool is EXPERIMENTAL . Good luck!
Bollinger band 1+2Bollinger band with 1 and 2 standard deviation
Default with 21 SMA
Also count number of candlesticks of previous trend when crossing 1 standard deviation