Extended Recursive Bands - Maximum Efficiency With Extra OptionsIntroducing A New Calculation For Efficient Bands Calculation !
Here it is ! The Recursive Bands Indicator, an indicator specially created to be extremely efficient, i think you already know that calculation time is extra important in algorithmic trading, and this is the principal motivation for the creation of the proposed indicator. Originally described in my paper "Pierrefeu, Alex (2019): Recursive Bands - A New Indicator For Technical Analysis" , the indicator framework has been widely used in my previous uploaded indicators, however it would have been a shame to not upload it, however user experience being a major concern for me, i decided to add extra options, which explain the term "extended".
On The Indicator Calculation
You can skip this part if it doesn't interest you. The calculation of the indicator is based on recursion, but i want to explain the mathematical formula described in the paper.
I've seen some users trying to remake it from the calculations, however there was always something weird, and i understand, mathematical notations are always a bit weird, even myself don't always write them correctly/understand them, however this one is relatively simple to understand.
First lets explain each elements of the calculation :
α = smoothing constant, or 2/(length+1)
max/min = maximum and minimum function, max return the greatest input value while min return the lowest one, for example :
max(4,2) = 4 while min(4,2) = 2
the "||" notation mean taking the absolute value, for example : |-1| = abs(-1) = 1
The calculation after the max/min function is called the correction factor, and is the core of the indicator. The last two variables are just here to provide an initial value for upper and lower, basically when we start our calculations we will assign the value of the closing price for upper and lower.
The motivation behind using a smoothing constant in range of (0,1) was to tell the reader that the indicator is easily made adaptive, this is what i did on my adaptive trailing stop indicator by using the efficiency ratio as smoothing variable, the user can use 1/length instead of the provided calculation for alpha.
If you interested on the indicator main logic, it is actually really simple, by using upper = max(price,upper) and lower = min(price,lower) we would get the maximum/minimum price value at time t , therefore upper can only be greater or equal than its precedent value, while lower can only be lower or equal than its precedent value, in order to fix that we subtract/sum upper/lower with a value, this allow the upper band to be lower than its precedent value and lower to be greater than its precedent value, this is the role of the correction factor.
The Indicator
The indicator display one upper and one lower band, every common usages applied to bands indicators such as support/resistance, breakout, trailing stop...etc, can also be applied to this one. length control how reactive the bands are, higher values of length will make the bands cross the price less often.
In order to provide more flexibility for the user i added the option to use various methods for the calculation of the indicator, therefore the indicator can use the average true range, standard deviation, average high-low range, and one totally exclusive method specially designed for this indicator.
Classic Method
This option make the indicator use its classical calculation, this is the most efficient method of all.
Atr Method (atr)
This method use the average true range as correction factor, notice that lower values of length can still produce wide band.
Standard Deviation Method (stdev)
This method use a biased estimate of the standard deviation as correction factor.
The method produce smoother bands that converge more slowly toward the price in comparison with the classic correction factor.
Average High-Low Range Method (ahlr)
This method use the average of the high-low range as correction factor, extremely similar to the average true range.
Rising Falling Volatility (rfv) Method
A new method created for this indicator, this correction factor use the absolute prices changes when price value is greater/lower than any length past values of the price, this allow to have more boxy shaped bands, work best with greater values of length.
The bands can be in contact with this method, a possible fix in the future.
Conclusion
The recursive band indicator is one of my greatest indicators in my opinion (i would love to have yours), as you can see the idea behind it is extremely simple and allow for a super efficient band indicator, which was the original motivation behind it, in order to provide more fun for the users i also added more option for the correction factor, this allow the user to be creative and not get stuck with the original calculation.
Like the trend step indicator family we have almost ended our series on the recursive band framework, 1 more trailing stop will be added in the future, and then we'll have more "boring" stuff until i find something cool again, it shouldn't be long ;)
Thanks for reading !
Breakout
Super Signal - Bollinger BandsBollinger Bands are price channels, or bands, that are plotted above and below price. The outer Bollinger Bands are based on price volatility, which means that they expand when the price fluctuates and trends strongly, and the Bands contract during sideways consolidations and low momentum trends. By using a combination of several indicators, we try to predict the direction of a large price movement when the Bands are compressed and the market is in a consolidation period.
To use the indicator:
Go long on the green arrows.
Go short on the red arrows.
The blue circles give a clear indication of when a trend has ended.
Inside Bar Visualizer PineV4I didn't find a study for Inside bar as I wanted. Therefore I wrote a one with PineV4. This may help you to see inside bars.
It can recalculate and works with either (opens-closes) or (highs-lows)
Cheers! :)
CFT Auto Pivot Trend LinesThis script draws real time trend lines from swing highs and lows which will automatically draw your trend lines for you.
Extremely useful for catching a trend confirmation and triangle break outs.
This is best used with the CFT Auto Support & Resistance Indicator and CFT Buy Sell Signals for additional confirmations.
If you need any help just message me.
Trend Indicator
A Simple indicator combining 3 of the most popular Oscillators RSI, MacD and Momentum to help see reversals or the continuation of a trend. Designed with the COINBASE:BTCUSD chart in mind but there's not reason it shouldn't work on any other asset.
The indicator has two main parts:
- The gray area at the top between the purple dotted lines is 3 RSI's in one (5, 13, 34) These have been moved up from the RSI's original position to avoid cluttering the MacD and make the lines easier to read. Just like with the regular RSI the lower dotted line indicates oversold and the top dotted line indicates an overbought condition.
To identify this more easily the background changes to green when the middle (13 period) RSI is oversold and red when it's overbought.
*Note* On some very small timeframes the position may need to be adjusted in order to make them easier to see.
This section of the indicator is designed to give early warning signs of markets reversing by the faster white line with confirmation from the orange and green lines.
- The bottom section of the indicator has two parts. The first is a modified MacD which is slightly longer term than the original. This is to act as confirmation or entry/take profit points on divergence or if either of the lines within the MacD crossover or the histogram goes from one color to the other. The histogram is also helpful for trend-following as it lets you gauge if the momentum is gaining or losing strength.
The last part of the indicator is simply a momentum line to indicate in which direction the momentum is heading. It's designed as a confirmation of the other indicators and shouldn't be used on it's own.
All individual indicators that make up the trend indicator have been tweaked slightly to use numbers from the fibonacci sequence rather than the originals.
This indicator is best used in combination with volume and moving averages.
- Look for reversals on low volume near a moving average or key historical point.
- Look for breakouts on high volume if the oscillators line up.
Moving Averages (21, 55, 200) with Parabolic SAR and Support/ ReA Simple indicator combining 3 of the most popular simple moving averages; (21,55, 200) with a tweaked Parabolic SAR as well as recent support & resistance points.
Developed to help see key areas of interest on COINBASE:BTCUSD quickly without needing to draw many manual trendlines in order to trade breakouts or bounces at key levels. But should be useful for any market.
This indicator is best used in combination with oscillators such as the MacD or RSI and also volume.
Breakout Relative Strength IndexIt isn't easy to determine if the price of a stock is about to break out. Here’s one way you can determine the relative strength of a breakout, enabling you to act early and realize higher profits.
This indicator was originally developed by Howard Wang Stocks & Commodities V. 33:09 (60–62)
EXZYLE:Pipsanee BB (development)This is the development version of the Exzyle/Pipsanee Bollinger Band Breakout indicator and alerts.
Bollinger Band breakouts are tagged with an arrow showing the direction they are heading.
The alerts trigger only on the first breakout.
This code also includes a MACD Retracement indicator.
Auto Squeeze Breakout BarsThe Auto Squeeze Breakout Bars find bars that are breaking out of a low volatility environment into a high volatility environment.
The Squeeze shading is signaled when the volatility of the asset is very low. Then the Squeeze Breakout Bars are signaled when the asset is breaking out of this low volatility structure.
Warning bars will be signaled when it is approaching a breakout, but the conditions are not fully met at that very time.
The Auto Squeeze Breakout Bar indicator also has a built in stop loss mechanic that can be set to your preferred limit.
Stop losses are highly recommended when using the breakout bars because of possible head fakes. They are rare, but can occur depending on the asset you are trading.
For Access or Questions: Private message us. Thank you.
X Period High/Low/MidToday we have a simple, but endlessly versatile, indicator that plots the X Period High/Low/Mid of your chosen market.
Traditionally the 52 week High/Low is used as a breakout signal. However, by changing to an X period, and adding a midway line, we create a more versatile indicator that can be tailored to various markets.
By default it's set at 250 periods (because I like the 250 period moving average), and I generally trade H4 and Daily time frames. But tweak it to your liking, you just have to modify the length periods by your desired time frame and lookback length. E.g. to create a 52 week indicator on the daily time frame, enter a length of 260 in the indicator (5 days per week * 52 weeks = 260).
For the above reason, I haven't made this indicator MTF, as there's no real need. However, if users find it easier I can look at adding it later.
Also, the mid point between an X period high/low is often a good trend-follower, as well as acting as support/resistance . I encourage you to experiment with different ways of using this indicator. Entire systems (if your risk management is correct) can be built and traded from this one indicator.
Good luck.
DD
FOREX INDIE 15 MIN ONLY WHERE EVER THE GREEN DOT IS THATS THE DIRECTION YOU CAN GO. IF YOU USE THE SL (RED DOT) YOU CAN BUT I PERSONALLY USE MY OWN STOP LOSS.
IF YOUR INTRESTED IN THE INDIE AND HAVING ACCESS PLEASE EMAIL ME.
mickyle2@gmail.com
Improved CCI with Momentum OscillatorThis indicator is free to all Oasis Trading Group members.
The Improved CCI is a basic CCI with a momentum gauge applied to the zero line. This indicator is used to find breakouts/breakdowns and when they have lost momentum.
A bullish entry would be found when the CCI has broken the 100 line when the Momentum gauge is above zero or when the CCI has crossed above the -100 line when the Momentum gauge is above zero.
A bearish entry would be found when the CCI has broken the -100 line when the Momentum gauge is below zero or when the CCI has crossed below the 100 line when the Momentum gauge is below zero.
For Access or Questions: Private message us. Thank you.
Nas/Forex IndieSymbol appears on the top of candle wait for close and sell. If candle appears below the candle wait for close and buy.
Indie also has key levels of support and resistance
if your interested....please email me @mickyleroland2@gmail.com
ZigZag Plus [xdecow]A ZigZag Like based on candle close.
A lot of options that can be hide in options.
Triangle/bright - reversal confirmation candle
Circle/dark - higher/lower candle breakout
Square/light - Insidebar
RSI , products of Nha Son Pleikuđây là công cụ bắt đỉnh đáy tốt nhất hiện nay.
mình áp dụng rất hiệu quả.
chia sẽ cho các bạn !!
(TBO) Trending Break OutTBO (Trending Break Out) is an indicator designed to help identify trends within the markets. Users are able to see trend continuations and potential trend reversals. Potential breakouts are also shown as trend strength increases or decreases. There are buy signals and short signals included as well. Clouds show underlying support or resistance areas and potential changes in trend strength. Pivots show resistance and support as well.
-Brought to you by Drungle_OG and MooninPapa (YouTubes)
~RMCF~ BORC [with 17 page Annotated PDF with Example Charts]BORC, or Breakout Reversal Confirmation, is a signal based TV Indicator that analyzes multi-period price movements to determine when to enter in oversold and overbought tradeable assets. It works in any time frame and any type of security.
Green triangle means buy
Red Triangle means to get ready for the buy signal
$60 for lifetime access + complimentary PDF with example chart setups
DM @reaganmcf_ on twitter for more information and access
TMA Indicator v2.2This indicator is designed to show support and resistance at local extremes. Configurable SMA crossover events can be used to impart a bullish or bearish bias. This helps to reduce noise on the chart and increase profit factor. In other words, the indicator will only look for bullish breakouts if the fast moving average is above the slow moving average and vice-versa.
SMA Crossover events can be used to filter bullish or bearish resistance levels.
SMA Crossover events can be used to filter bullish or bearish breakout alerts.
Supports alerts for entries and exits based on breakouts of local extrema.
Alerts can be generated at every breakout or with SMA crossover filtering active.
Backtests would suggest that filtering with SMA crossovers often yields slightly lower profit but with a considerable improvement to profit factor.
Green/Red indicates long/short entry
Yellow/Orange indicates long/short exit
See here for an example backtest and visualization of active SMA signal filtering:
For paper trading only. Do not use on real markets. Never make investment decisions based on this indicator alone.
TMA Indicator v2.1This indicator is designed to show support and resistance at local extremes.
Indicator can be configured to filter out bullish vs bearish resistance levels based on configurable parameters.
Supports alerts for entries and exits based on breakouts of local extrema.
Green/Red indicates long/short entry
Yellow/Orange indicates long/short exit
Backtest window: Jan 1, 2015 - Jul 21, 2019 (today)
For paper trading only. Do not use on real markets. Never make investment decisions based on this indicator alone.
Opening Range Breakout - ORBThe opening range is simply the high and low of a given period after the market opens. This period is generally the first 30 minutes or the first hour of trading.
During this period, you want to identify the high and low of the day. In addition, you will also want to account for the pre-market highs and lows, as these levels will often act like a magnet on price action after the bell rings.
Since the opening bell is associated with big trading volumes and volatility, this time of the session provides many trading opportunities. In this manner, traders use the opening range to set entry points on the chart and to forecast the price action for the day.
Combo Strategy 123 Reversal & Breakout Range Short This is combo strategies for get a cumulative signal.
First strategy
This System was created from the Book "How I Tripled My Money In The
Futures Market" by Ulf Jensen, Page 183. This is reverse type of strategies.
The strategy buys at market, if close price is higher than the previous close
during 2 days and the meaning of 9-days Stochastic Slow Oscillator is lower than 50.
The strategy sells at market, if close price is lower than the previous close price
during 2 days and the meaning of 9-days Stochastic Fast Oscillator is higher than 50.
Second strategy
Breakout Range Short Strategy
WARNING:
- For purpose educate only
- This script to change bars colors.
Combo Strategy 123 Reversal & Breakout Range Long This is combo strategies for get a cumulative signal.
First strategy
This System was created from the Book "How I Tripled My Money In The
Futures Market" by Ulf Jensen, Page 183. This is reverse type of strategies.
The strategy buys at market, if close price is higher than the previous close
during 2 days and the meaning of 9-days Stochastic Slow Oscillator is lower than 50.
The strategy sells at market, if close price is lower than the previous close price
during 2 days and the meaning of 9-days Stochastic Fast Oscillator is higher than 50.
Second strategy
Breakout Range Long Strategy
WARNING:
- For purpose educate only
- This script to change bars colors.
VWMA/SMA Breakout and Divergence DetectorThis indicator compares four different values :
-Fast Simple Moving Average(SMA)
-Fast Volume Weighted Moving Average(VWMA)
-Slow SMA
-Slow VWMA
Comparing SMA's and VWMA's of the same length is a common trading tactic. Since volume is not taken into consideration when calculating Simple Moving Averages, we can gain valuable insights from the difference between the two lines.
Since volume should be increasing along with an upwards price movement, the VWMA should be greater than the SMA during a volume-supported uptrend. Thus, we can confirm an uptrend if the VWMA remains greater than the SMA. If the VWMA falls under the SMA in the midst of an upwards price movement, however, that indicates bearish divergence. The opposite is true for downtrends. If price is decreasing and volume is decreasing at the same time (as it should), then we can confirm the downtrend.
Interpreting the Graph:
If the slow SMA is greater than the slow VWMA, then the area representing the difference between the two lines is filled in red. If the slow VWMA is greater than the slow SMA, however, the area between the two is filled green.
If the fast SMA is greater than the fast VWMA, then the area between the two dotted lines is filled in red. On the other hand, the area will be filled green if the fast VWMA is greater than the slow SMA.
In addition to spotting divergences and confirming trends, the four lines can be used to spot breakouts. Typically, a VWMA crossover will precede the SMA crossover. When the fast VWMA crosses over the slow VWMA and then a SMA crossover follows shortly after, then it is a hint that a bullish trend is beginning to form.