SRSI/CCI :: ALLinPower v10.0
Everything you see in this indicator has beed designed with purpose to ease your trading with visual technical analysis of the market. It pulls data from 7 different TimeFrames and it can not be more simpler visual representation of its calculations when applied on chart.
When applied on chart, you will see two sets of WAVES. First set is made out of SRSI calculation and the second is made out of CCI calculation. Both of them follows the same rules.
Background GREEN/RED wave is made out of Multiple Timeframes and it represents a TREND. GREEN for LONG, RED for SHORT trend.
Over the background wave there is a wave made of current TimeFrame data and its main purpose is to see when the POWER of certain direction will diminish. The less time little wave stays in current trend the more likely is that it will change the trend based on lack of power the market is getting in certain direction.
HOW TO USE IT?
Rule 1.
TIMEFRAMES
Choose the best TimeFrame for the job. I use: 1min, 2min, 3min, 5min, 8min, 13min, 21min, 34min or 56min (golden ratio). You can also pick a different TF but only to up to 1h TF chart as it does not work well with TF over 1h. Smaller TF is used for SCALPING of DAY TRADING higher TF is used for SWING TRADING. You get the picture?
Rule 2
TO ENTER BUY/LONG POSITION: When big trend wave is below the middle line and coloured in RED and little wave just entered the area and exits it very soon after. Basically when RED straight line gets smaller and smaller (the POWER of SHORT diminishes) it is a sign for LONG.
TO ENTER SELL/SHORT POSITION: When big trend wave is over the middle line and coloured in GREEN and little wave just entered the area and exits it very soon after. Basically when GREEN straight line gets smaller and smaller (the POWER of LONG diminishes) it is a sign for SHORT.
To ease yourself the spotting of this instances just follow the GREEN/RED dots and use ALERTS (choose BUY POWER for LONG signals or choose SELL POWER for SHORT signals) to make yourself free from staring at a computer/mobile all the time and just wait for a signal.
Rule 3
CAUTION
Do not rush to enter a position and try to predict what indicator will do next. It does not end well.
Be aware you are not exiting a position in panic that would be too soon or even worse, you get married to bad trade and you are not exiting even though you should exit by many signals you get.
Use risk management strategy to protect your capital.
Follow the rules and make your trading easier and better.
RSI Estocástico (STOCH RSI)
Diego Riobo Cabot's Force Indicator Diego Riobo Cabot
© riobocabotd
Analysing the Market as Physical Forces
Credits First:
Tradingview Pine Comunity, it's just amazing, honestly.
Godmode Indicator's creators. I was inspired by them to create an indicator that takes a lot of variables into account. I also took the idea of the Momentum and LSMA from there
Function te get volume from lower tf was taken from a post in stack overflow. So, credits to you, anonymous hero.
Let's get to it:
so... What is this thing, exactly?
I wanted to measure the market's upward and downard force, in order to calculate the resulting force. Just as a curiosity.
At the end, I got a pretty decent indicator in my hands and I'd like to share it with you guys.
The main goal was to apply basic rules of physics: Velocity, Acceleration, Mass and Force (We could go further if we wanted, such as Impulse, Quantity of Movement, Impact and so on)
Everything appart from mass is a vector, meaning it has a direcction and a magnitude. Each of them were decompossed in upwards and downwards direction
Nevertheless I pictured this Analysis as a "fight" between two teams the Bulls and the Bears (Buyers and Sellers). So I measured two masses: Bulls (+) and Bears(-)
Glossary (internal Clockwork)
° Velocity: Is the ratio between a travelled distance and the time that took to travel it.
+ Upwards Velocity (v_up): Meausures if current source is higher than the previous and stores this value. Has positive values
+ Downwards Velocity (v_dn): Meausures if current source is lower than the previous and stores this value. Has negative values
+ Both vectors are averaged using the rma function (same average type used in the RSI)
+ The length of this average is called length_v: "Lookback - Velocity"
+ Resultant Velocity (v_av): The sum of the averaged v_up and v_dn, since they have equally opposite directions, there's no need for a vectorial sum.
+ Velocity Index (v_in): It's an index between +100% and -100%. Meausures where v_av stands in relation to high (v_up) and low (v_dn). Not used for calculations, but I'll leave it there for further research
° Acceleration: Meausures the rate of change of velocity during time. Since we already have the velocity calculated, it's pretty straight forward
+ Upwards Vel increase (v_up_up): Stores positive variations of upwards' velocity.
+ Upwards Vel decrease (v_up_dn): Stores negative variations of upwards' velocity.
+ Downwards Vel increase (v_dn_up): Stores positive variations of downwards' velocity.
+ Downwards Vel decrease (v_dn_dn): Stores negative variations of downwards' velocity.
+ Upwards Accel. (a_up): v_up_up + v_dn_up
+ Downwards Accel. (a_dn): v_up_dn + v_dn_dn
+ Resultant Accel. (a_av): a_up + a:dn Not used, is there for further research
° Mass: Measures the volume of operations. How much asset is bougth (Bull) or sold (bears).
+ Mass is measured from a lower timeframe. It checks if the candles are Bullish or Bearish (Could be done with closing prices, or typical price)
+ The Lower Timeframe is determined in minutes throught the input variable "Lower Timeframe"
+ Bull mass (vol_up): Total bullish volume in the lower timeframe, for the current candle period
+ Bear mass (vol_dn): Total bearish volume in the lower timeframe, for the current candle period
+ Neutral mass (vol_nt): Total neutral volume in the lower timeframe. (Buy price = Open price) Not used for calculations. Could be used for resistance points?
+ Resultant mass (vol_av): |vol_up - vol_dn|
+ Total mass (vol_tt): Sum of all masses (Just the total volume)
° Force: It's nothing else than mass * acceleration
+ Upwards Force (f_up): vol_up * a_up Bulls mass * Positive Acceleration
+ Downwards Force (f_dn): vol_dn * a_dn Bears mass * Negative Acceleration.
+ Resultant Force (f_av): f_up + f_dn Not used, is there for further research
° Force Index
+ Upwards Channel (fi_up)
+ Downwards Channel (fi_dn)
+ Both vectors are averaged using the rma function (same average type used in the RSI)
+ The length of this average is called length_v: "Lookback - Force"
+ Raw Index (fi_rw): It's an index between +100% and -100%. Meausures where f_av stands in relation to high (f_up) and low (f_dn).
+ Index (fi_in): It's the averaged raw index using the rma function and the "Force Index Smoothing" period
+ Signal (fi_sg): It's the averaged fi_in using the rma function and the "Force Signal Smoothing" period
+ Momentum (fi_mo): fi_in - f_sg. If the momentum is higher than the current force direction, current force should be outwon by previos market trend. It's Smoothed out using the "Force Momentum Lookback"
+ Trend (fi_tr): It's a linear regression of fi_in using a very long period (Force Trend Lookback)
Okay... sure, but how do I use it?
° It is very similar to how the GodMode 3.2 indicator works actually, so if you're familiar with it, you can start trying this indicator out. I've noticed it can provide a bit more timely signals
° It's also similar to Stochastics or RSI indices... but with three lines. an instantaneous one (Force - Blue), an averaged one (Signal - Orange) and a slow one (Trend - Green)
° Bullish/Bearish momentum: Trendline (green) above 0% means Bullish. Above 12% means a trend wants to form and if it reaches 40% means the strend is super strong (Bitcoin like, strong). The opposite goes for bearish trends (values under 0)
° Line crossings: Instant Force Line (Blue) crosses over the Signal Line (Orange), while the orange is going slightly down or flat under the -12%: Means a long signal. The opposite applies for the Short signals
° Line crossings: Same as above, but when the Signal crosses over the Trend Line (Green)
° Reversals: The background columns are supposed to immitate the "Inertia" of movement. If inertia's bars are higher (when positive) or lower (when negative) than the Force Line (Blue), then it means that the current force the market is making, is probably weaker (at that time) than the inertia the market carries with it.
Tips:
° If you wen't long, the orange line is going slightly down, but it's over +12%, it means the bullish trend is still going, although not as strong as before. You could keep your long position. The reverse applies for short.
Momentum Strategy (BTC/USDT; 30m) - STOCH RSI (with source code)Here's a strategy for low time frames (30min suggested) for BTC , based on momentum Analysis using Stochastic RSI
By default the strategy will use the 50% of the specified capital for each trade; if "Gamble Sizing" is enabled, it will add the specified amount of capital (25% by default, until reaching the 100% limit or lower) for the next trade after having detected a loss in the previous trade; if the next trade is successful, the size for the next trade comes back to 50%
• Trend Filter LONG: If the fast exponential moving average is UNDER the slow exponential moving average , it won't open LONG positions
• Trend Filter SHORT: If the fast exponential moving average is ABOVE the slow exponential moving average , it won't open SHORT positions
• Bars delay: the strategy will wait the specified amount of bars before closing the current position; the counter is triggered as soon as the closing trade condition is verified
BY MAKING USE OF THIS STRATEGY, YOU ACKNOWLEDGE AND AGREE THAT: (1) YOU ARE AWARE OF THE RISKS ASSOCIATED WITH TRANSACTIONS OF DIGITAL CURRENCIES AND THEIR DERIVATIVES; (2) YOU SHALL ASSUME ALL RISKS RELATED TO THE USE OF THIS STRATEGY AND TRANSACTIONS OF DIGITAL CURRENCIES AND THEIR DERIVATIVES; AND (3) I SHALL NOT BE LIABLE FOR ANY SUCH RISKS OR ADVERSE OUTCOMES.
SOURCE CODE BELOW
Stochastic RSI Average FX-USDThis script calculates average stochastic RSI of local currency and USD price of the stock.
Momentum Strategy for cryptos (V7.B.4)Here's a strategy for low time frames (30min suggested) for BTC, based on momentum Analysis using Stochastic RSI
By default the strategy will use the 50% of the specified capital for each trade; if "Gamble Sizing" is enabled, it will add the specified amount of capital (25% by default, until reaching the 100% limit or lower) for the next trade after having detected a loss in the previous trade; if the next trade is successful, the size for the next trade comes back to 50%
• Trend Filter LONG: If the fast exponential moving average is UNDER the slow exponential moving average, it won't open LONG positions
• Trend Filter SHORT: If the fast exponential moving average is ABOVE the slow exponential moving average, it won't open SHORT positions
• Bars delay: the strategy will wait the specified amount of bars before closing the current position; the counter is triggered as soon as the closing trade condition is verified
BY MAKING USE OF THIS STRATEGY, YOU ACKNOWLEDGE AND AGREE THAT: (1) YOU ARE AWARE OF THE RISKS ASSOCIATED WITH TRANSACTIONS OF DIGITAL CURRENCIES AND THEIR DERIVATIVES; (2) YOU SHALL ASSUME ALL RISKS RELATED TO THE USE OF THIS STRATEGY AND TRANSACTIONS OF DIGITAL CURRENCIES AND THEIR DERIVATIVES; AND (3) I SHALL NOT BE LIABLE FOR ANY SUCH RISKS OR ADVERSE OUTCOMES.
(JS) Double StochasticThe idea for this indicator came from looking at the Stochastic RSI. The Stochastic RSI takes the RSI reading then applies the Stochastic formula to it - an indicator on top of an indicator. Using this logic, I decided to try using a Stochastic on the existing Stochastic in order to smooth it out - hence the "Double Stochastic". I have also added the option to add RSI on to the indicator as well (with smoothing if you'd like).
Resolution:
I added this so you can look at the reading on any time frame.
K & D:
This is the standard K% and D% used with the Stochastic indicator - the numbers modify the length of their calculations.
Smooth:
This is the smoothing calculation, also from the normal Stochastic indicator.
Use Second Stochastic:
This adds a second Stochastic on to the chart for analysis.
K & D 2:
This is the parameters used to calculate the second K% and D% lines.
Smooth 2:
This is the smoothing interval for the second K% and D% lines.
Use K% and D%:
The default for this is to have it on. What it means is that you wish to see both the K% and D% lines (watching for a cross). If you turn this off, the plot switches to a K% & D% difference line. It is just one line that plots the distance between the two.
SMA Length Using Difference:
If this is on, then you can smooth the difference plot with an SMA, obviously if you just want the raw difference to plot, then set this to 1.
Use RSI:
Since both RSI and Stochastic use a 0-100 scale, I added the ability to plot the RSI along with the Stochastic. This will not plot if you are using the Difference plot, being that plot isn't on a 0-100 scale.
Smooth RSI:
I also added the ability to smooth the RSI if you'd like, you can turn this off for the standard RSI reading.
RSI Length:
This is the period of bars used to calculate the RSI.
RSI Smoothing Length:
This is the smoothing interval if you'd like to apply a moving average on the regular RSI reading.
RSI Smoothing Use EMA:
This makes the RSI smoothing use an EMA, when off an SMA is used instead.
RSI Source:
And finally, this is the source used to calculate the RSI value.
I hope that you all may find this useful, I have been using it myself with a lot of success. Any questions, please leave them in the comments, thanks!
Fear N GreedOverview
The goal of this script was to apply the concept of Herd Mentality. While one voice may seem unique, when you combine all the voices together they average out and show an overall emotion of the herd. We should be able to apply this concept to indicators, giving us the Fear and Greed of the markets.
How to Use
Buy when there is fear and sell when there is greed. Pay attention to changes in direction of the indicator. If the data is fearful and the data is starting to change direction, it signals that it's probably a good time to buy because greed is slowly starting to enter the market. You can use this indicator in any time frame, just check the past data to determine how useful it will be for that specific period.
Options
Smoothing : This will smooth the data. Try to stay around 5-15. High values will cause the indicator to lag
Line Width : Visually changes the width of the data line
Top Band +- : Moves the top band up or down
Bot Band +- : Moves the bottom band up or down
Mid Band Width : Adjusts the width of the middle region
Fear Alert Level >= : Sets when the alert will start to trigger
Greed Alert Level >= : Sets when the alert will start to trigger
Indicators
There are multiple indicators used in this script. I used the Stochastic RSI to measure strength in the market. This combines well with the MACD indicator by giving you really good entry and exit points. There is an indicator combining money flow and rate of return to give a basic emotion of the data. I also included breadth and momentum and several others to help gauge the direction of the market. I then normalize all of the indicators between 0-100 so that I can get an overall average, smooth the noise, and ultimately plot the data.
Bands
While making this script I noticed flowing regions of the data that would act as support and resistance so I did my best to calculate where they might fall. I essentially take the high and low data points from various lengths averaging them and then apply a smoothing filter to the band. I then noticed that between the bands there was a significant region that acted as a middle resistance and support. I decided the best way to make this region was to take the average high + average low of the data and divide it by 2 to get the center region. The reason I did this instead of just using the mid point of the bands was because when the data stays in a similar region it creates resistance, so it's more accurate to base the mid point on a shorter time frame rather than the overall bands of higher timeframes.
Alerts
Alerts are set up based on the change in data direction. If you set Fear as the alert for Fear Alert >= it will wait for a change in direction if the data is greater than or equal to the selected Fear level.
When setting alerts, make sure to use Once Per Bar Close as the option. There are 3 alert types: Fear Alert, Greed Alert, and Fear and Greed Alert. Fear and Greed Alert will combine the alerts into one message so that it's usable for free accounts. Fear Alert and Greed Alert will only message for those specific positions.
Crypto BOT lower timeframesThis is a crypto bot designed for lower time frames.
Its made of 2 EMA, one fast and one slower . They are combined together with Stochastic, MACD and price action patterns.
For entries we have multiple conditions :
First we check if one of our last 4 closed candles crossed above or below the faster EMA. After that for long, we check that last close is above the fast EMA, that the fast ema is above the slower EMA, at the same time that the histogram from MACD is positive and that we have crossover with the oversold line on stochastic. For the short , the opposite of long.
For exit we have TP/SL mechanic based on price % movement, in this example if the price moved 10% from the initial position it will exit.
Cyber MomentumThis oscillator is the combination of different settings RSI , RSX , STOCHRSI , MSI ,... in a Stochastic function that can help traders to understand the weakness and strength of momentum in candle sticks in different time frames.
This oscillator organized by three Line , control zone and Divergence Line
1:) Fast Line
2:) Slow Line
3:) Heavy Line
4:) Neutral Zone between Fibo 38.2% & 61.8%
5:) Bullish Control Zone
6:) Bearish Control Zone
7:) Divergence Line
And there are two theories of finding tradable signals behind those parts .
The first and the most simplest theory is the situation that the Fast Line has the possibility to be supported by Slow or Heavy Lines and basically reverse its slope !!
But there are some rules and notes for this theory ... First of all the accuracy and rate of that is variable in three main categories of situation
1:) with or without price action reversal structure like reversal pattern (Head&Shoulder , Quasimodo , .... )
2:) with or without regular divergence
3:) in which control zone ?
So basically the most powerful setup occurs when price action is already in the reversal structure and the potential to have at least one drive of regular divergence exist and also the Fast Line is in the opposite control zone of the current time frame trend .... so obviously if one of those rules will not be satisfied so the signal will be the less value
The second theory is the signals that occur after the reversal, obviously a sign of trend continuation. there are two type of that you can use with this oscillator
The first one happens when price reverses its trend and this oscillator is moving to the neutral zone ... so if at least one drive of hidden divergence exist the neutral zone will have good possibility to reverse the slope of the oscillator obviously this would happen usually after hidden divergence confirmed .
and the second one is basically the first type but after the reversal Subsequently in the outside of the bullish/bearish control zone ... those kinds of signals are NOT the reversal potency signal at all !! they designed for trend continuation... be careful of them and try trade with your old friend trend ! .... also The existence of hidden divergences will be better for trade in this kind of signals .
The idea of this oscillator was inspired by @mrhashem Borjas Tarh Momentum.
Bjorgum RSIRSI output signals are displayed with color change to reflect the plotted value. This makes evaluating RSI conditions require but a glance.
RSI momentum buy signals are given on the cross of the 50 level, whereas sell signals are given on a fall below.
Default values a 5 period RSI which gives more timely entrances and exits for swing traders. This can be adjusted to the typical 14 period if the viewer desires slower signals.
Bullish and bearish area is shaded to accentuate the signal to the eye.
Excellent results can be found when coupling BJ RSI, with BJ TSI, and the reversal system using all 3 as a complete together simultaneously
Default color changes are plotted as a recorded value falls within the following levels:
RSI < 30 = green
RSI 30-50 = red
RSI 50-70 = blue
RSI 70-80 = yellow
RSI 80-90 = orange
RSI 90-100 = white hot
REDWOOD MTF MacD Stochastic RSIOne of out most premium indicators is this MTF MacD Stochastic RSI combo.
This is calculated with specific conditions to give the best signals for market reversals or continued trends.
=======
For a detailed description of how the REDWOOD MacD works, see profile (links of personal indicators arent posting for some reason)
For a detailed description of how the REDWOOD Stochastic RSI works, see profile
=======
These are both powerful indicators alone, but together they work very well together to confirm positions or see new entries or exits.
Without giving too much away on how it is made, this takes trades when the MacD is weak, with a confirming signal from the Stoch RSI
just the other way, it takes trades when the MacD is strong, and the Stoch RSI confirms trend.
This was made to reduce clutter of watching multiple indicators, while still giving you a chance to see what both indicators are doing and how they are flowing together.
Custom alerts are set so you never miss a trade opportunity! Get alerted on all reversals, strong signals, or even signals from the MacD or Stochastic RSI crosses!
This is a Multi Timeframe indicator so you can see what is happening on a long term time frame while trading short time frame bars, getting a better position in the market.
Best trades are when the alert or indicator is signaling, and the close of the MacD is about to happen on the MTF time frame set. All timeframes for both MacD and Stoch can be customized, and they do come with default settings.
Best MTF Time frames are longer timeframes (1hr, 4hr, D) but it can work well with current timeframe and lower timeframes (15min, 30min)
All settings for the MacD and Stoch are the same as the original, you can remove the MacD or histogram, remove or see crosses, and even color in pivot points in the MacD
~~~
Added feature is this indicator by default shows the MacD to tell you the overall trend, but you can uncheck the Show MacD setting to remove the MacD and check the Show Stoch RSI to have the indicator show you the Stoch RSI all in the same indicator! This is extremely useful to see where the Stoch RSI is at when the MacD is turning or pivoting. If the stoch is turning as well and overbought or oversold, it is a good time to enter or exit a position.
Dark Green is showing buy signals, and dark maroon is showing sell signals.
The coloring in the background (red, lime) is showing the trend we are riding and when the color goes away it is an indication of a possible trend reversal or dip coming. These are mostly used to confirm positions.
~~~
The timeframes I recommend would be the 4hr on both, althought it has proven to work well (if you want more signals) to have either the MacD or Stoch RSI on a higher timeframe and the opposite on a lower timeframe.
All plots and inputs can be customized to your own liking, and there is the option to color the bars with the Stoch RSI being overbought or oversold.
Best Trading Strategy : Enter positions according to the colors being alerted (green = buy, red = sell) when the FIRST is alerted. This is the ideal and best entry.
For safer trading you can wait for a second to confirm and enter there.
Trades can be taken on the shading colors too, trading on trend waves, although this is risky as some waves end abruptly. Best signals are as stated above.
This indicator works very well on its own but can work well along side our other indicators listed here :
Bishop MA's or MA Cloud with Fill
This can be a very useful indicator, and I'm sure some may find settings that work even better
than the default or recommended settings.
This indicator works on all markets, forex, cryptocurrency, and stocks.
For access to this and all indicators available, please DM me here or See profile.
We are here to help each other succeed! The more one succeeds the more we all succeed! We are all in this
together and every person deserves to be financially independent and confident when taking trades
and investing.
REDWOOD MTF Stochastic RSI
This MTF Stochastic RSI is custom made to help give you an edge while trading.
As you see the MTF Stochastic RSI is colored depending on the trend and if "K" is above or below "D".
This indicator shows the crossover or crossunder of these values with the colored circles that
are plotted. This can be a very useful indicator to show you Oversold or Overbought areas of an
asset, giving you ideas of when to take profit or enter a new trade.
For more information on Stochastic RSI in general (for reference) Please see the detailed
description here : www.investopedia.com(StochRSI)%20is,than%20to%20standard%20price%20data.
This Stochastic RSI is a Multi Time frame Stochastic, meaning it can show you higher or lower
timeframes of the Stochastic RSI no matter what current time frame your chart is on. This is
applied in the settings of the indicator by default, with a default timeframe of 1hr.
You can easily change back to the current time frame by checking the box "Use current Timeframe?".
This can be very useful to get into a trend early, entering or exiting on low time frame bars while
seeing the live Long time frame Stoch RSI.
All inputs of K, D, RSIlength, Stochlength, Overbought and Oversold areas can be customized to
your liking. By default these run on the recommended Stoch RSI settings and values on tradingview
with overbought and oversold areas at 80 & 20.
There are inputs that will color the bars depending on if the Stoch is showing Overbought(red) or
Oversold(lime) regions, and a separate color setting that colors bars with the color of the Stoch
itself, showing when K is over D and vise versa.
For trading with this indicator, it works very well with a indicator confirming the position or
potential change that is happening, I recommend the MacD. Specifically, the REDWOOD MTF MacD.
When K crosses D and is showing the Stoch green or lime, this is when to take a Long or buy
position.
When D crosses K and is showing the Stoch red, this is when to take a short or sell position.
To filter out false crosses or trades, this is where I recommend the MacD, taking trades on the
Stoch when the MacD is showing signs of a reversal or crosses itself. These provide the strongest
signals and buy and sell positions.
This is recommended as a swing indicator, but can be used for scalping at your own risk.
As for recommended time frames to use for the MTF settings, I would stick to longer timeframes to
show the overall trend. With that being said, it can be used on shorter timeframes as well and
works good. I would sick to the 1hr or 4hr timeframes, and for lower I recommend the 15min or
30min timeframes. The lower you go the more signals will be provided, but with that lots more
false signals will show as well if the asset is volatile.
All settings, colors, and plots can be customized, and all are labeled to make it easy for you.
Alerts for each setting will be added in the future for simplicity, as of now the alerts can be
made as usual, having the indicator plot K crossing the indicator plot D, telling you of a change
in the Stoch.
This can be a very useful indicator, and I'm sure some may find settings that work even better
than the default or recommended settings.
This indicator works on all markets, forex, cryptocurrency, and stocks.
For access to this and all indicators available, please DM me here or See profile. We are here
to help each other succeed! The more one succeeds the more we all succeed! We are all in this
together and every person deserves to be financially independent and confident when taking trades
and investing.
MACD Trend CandlesThe script combines 2 indicators (MACD and Stoch-RSI) and puts them visually directly on the candles - can be used with normal OHLC candles or Heiken Ashi candles. Furthermore, you can derive divergences exremely easy directly visually from the candles as well. Lastly, a SMA 20 high and a SMA 20 low line build a trend channel.
Script is best used in trending markets to trade with the trend.
1) SMA trend channel:
* uptrend: close above
* downtrend: close below
* aggressive entry (uptrend) closing inside channel from below
* conservative entry (uptrend) closing above channel from inside
* hold (uptrend) until close below channel
* can be used accordingly for the downtrend
2) MACD candles
* visualization of the MACD histogram directly on the candles
* dark blue: histogram > 0 and histogram > histogram of previous candle
* light blue: histogram > 0 and histogram < histogram of previous candle
* orange: histogram < 0 and histogram < histogram of previous candle
* light blue: histogram < 0 and histogram > histogram of previous candle
* hold uptrend (dark/light blue candles) - combined with trend channel (above channel)
* hold downtrend (orange /yellow candles) - combined with trend channel (below channel)
* Color divergence: light blue candle > dark blue candle (price and MACD show divergence (bearish)
* Color divergence: yellow candle < orange candle (price and MACD show divergence (bullish)
* Trend change (0 line cross to upside) yellow or orange to dark blue
* Trend change (0 line cross to downside) dark or light blue to orange
3) Stoch RSI diamonds
* visualization of the STOCH-RSI as diamonds above or below the candle
* k, d line > 80: diamond above the candle
* k, d line < 20: diamond below the candle
* divergence caldle without diamond above > candle with diamond above (bearish divergence)
* divergence caldle without diamond below < candle with diamond below (bullish divergence)
Feel free to test each part individually and combine it with other indicators, e.g. BBands and Ichimoku Cloud - you will see it is a powerful visualization script
HAVE FUN
Cyclic Smoothed RSI with Divergence IndicatorI created a single indicator that combines 1) Cyclic Smoothed RSI and 2) the Divergence indicator (bull, bear). It is very handy when used with the MACD and crossover points.
Please refer to for info on how to use the cRSI indicator.
Info on the chart.
1) Red dotted lines = cRSI crossed back from overbought and crossover in MACD
2) Red solid lines = Bear divergence and crossover in MACD
3) Green dotted lines = cRSI crossed back from oversold and crossover in MACD
4) Green solid lines = Bull divergence and crossover in MACD
5) Black transition = cRSI crossover but NO crossover in MACD
Bollinger Bands Stochastic RSI Extreme SignalThis is the finalized code released to the public that I created in a video linked here.
This indicators combines a Bollinger Band and Stochastic RSI to produce signals for possible price reversal. The signals are displayed by default as green arrows for bullish and red arrows for bearish.
To trigger a signal the indicator checks for the following:
(Bullish)
A candle closes above the upper Bollinger Band
The following candle closes within the upper Bollinger Band
The RSI Stochastic is below the set threshold (10 by default)
(Bearish)
A candle closes below the lower Bollinger Band
The following candle closes within the lower Bollinger Band
The RSI Stochastic is above the set threshold (90 by default)
ALLinDivergence v12.60 :: PinPoint BUY/SELL OpportunitiesEasy to spot BUY/LONG or SELL/SHORT ENTRY POINT opportunities.
Just follow this 9 RULES!
Rule 1. ONLY THINK OF GETTING IN A POSITION when BackgroundWave is coloured GREEN and ON POSITIVE SIDE of Flat White Line
Rule 2. ONLY THINK OF GETTING IN A POSITION when BackgroundWave is coloured RED and ON NEGATIVE SIDE of Flat White LineRule
Rule 3. ENTER BUY POSITION (Same Direction) when HigherHighs of MiniWave are coloured GREEN and they are getting BIGGER - needs to be confirmed with RULE 1.
Rule 4. ENTER BUY POSITION (Change) when LowerLows of MiniWave are coloured RED and they are getting SMALLER - needs to be confirmed with RULE 2.
Rule 5. ENTER SELL POSITION (Change) when HigherHighs of MiniWave are coloured GREEN and they are getting SMALLER - needs to be confirmed with RULE 1.
Rule 6. ENTER SELL POSITION (Same Direction) when LowerLows of MiniWave are coloured RED and they are getting BIGGER- needs to be confirmed with RULE 2.
Rule 7. Draw DIVERGENCE TRENDLINES on HIGHS or LOWS to ease your "spotting capabilities" and to be able to set up whatever ALERT you need
Rule 8. IF NOT SURE - CLOSE THE POSITION
Rule 9. DO NOT BE GREEDY - FOLLOW THE PLAN, whatever it is - but definitely THE PLAN SHOULD EXIST)
TIP:
1. First choose your favourite TimeFrame (mine is 30min) and draw all the Lines you need for better preview of the situation and LOCK them (believe me!:)
2. After some move (BUY/SELL) is just about to get confirmed on 30min TF, you can go on lesser TF (i usually analyze 1min, 3 min, 9 min and 15 min) down to TF that its GREEN/RED waves still makes sense (does that makes sense?)
3. On smaller TF you will get confirmation faster but sometimes they are more unreliable than in bigger TF. But if it aligns with a confirmation from 30min TF than i guess it should be OK to judge a bit early:)
RogTrader AlgoA simple BUY/SELL algorithm based on Moving Averages (EMA), MACD, RSI, Stochastic, ADX, ATR, CCI, OBV, Pivot Points, and Parabolic Sar, and Volume averaged.
Simple algo that uses multiples indicator strengths and weight them to generate buy and sell signals
Indicator strengths are displayed on each candle (green is bullish and red is bearish)
Green Buy and Red Sell shall be primarily used for long positions
Bull and Bear Strengths are created based on Price Action, and Volume, the length of the array shows upward or downward strength
Indicators' Signal Strength shows number Indicators' indication for the direction.
Bollinger Bands are in red and green filled
VWAP Bands are in gray, green, and red
Linear Regression is the blue line
Check multiple timeframes.
Advanced RSI HelperHere is Advanced RSI Helper. An advanced RSI represented in a candle type chart. It contains a Stochastic and a Pivot Detector (High-Low) and RSI divergences.
It also contains a Filter which you can configure the upper, lower zone to colorize the bars on the chart only when you are overbought or oversold, when you are in range the bars appear "transparent".
You also have the option of placing alerts for divergences or when the rsi exceeds the upper zone 1 / 2 or lower zone 1 / 2.
if you encounter any bugs do not hesitate to let me know in the comment area. The same goes for your suggestions.
Cheers and remember, risk management is the most important!
soRSIs - Stochastic RSI versus RSI GroupsoRSIs is about collaboration between Stochastic Relative Strength Index (SRSI) with Relative Strength Index (RSI) Group
RSI Group is group from three RSI, by default is 6,14, and 25
How to read:
If SRSI crossed over RSI Group, it can indicate an uptrend confirmation
If SRSI crossed under RSI Group, it can indicate a downtrend confirmation
If SRSI rejected to cross under RSI Group, it can indicate a correction recovery
If SRSI rejected to cross over RSI Group, it can indicate continuity correction
If RSI group perform descending 25,14,6, it can indicate bearish
If RSI group perform ascending 6,14,25, it can indicate bullish
If RSI group or SRSI reaches overbought line, it can indicate warning for LONG and good for SHORT
If RSI group or SRSI reaches oversold line, it can indicate warning for SHORT and good for LONG
It works in all time frames, but please keep in mind, higher timeframe can have stronger confirmation and trend.
The indicator settings:
Show Crossed RSI: default is true, it will show vertical line if RSI1 crossed under/over the RSI2 and RSI3
Source: default value is close, it is the resource when and where data are taken
RSI1: default value is 6, but user can change any value
RSI2: default value is 14, but user can change any value
RSI1: default value is 25, but user can change any value
Overbought: default value is 95, it is horizontal line on the top that indicates over bought or strength index fullness
Overbought: default value is 5, it is horizontal line on the top that indicates over sold or strength index weakness
The rest settings are about Stochastic RSI
Relative Momentum Index (RMI) OscillatorThe Relative Momentum Index (RMI) is a sibling to the RSI. Where the RSI measures trend based on the average (RMA) of gains and draws over a length of time , the RMI measures based on the SUM of gains and draws . Myself and many others have found that the RMI oscillates better than the RSI does.
I paired the RMI with the oscillation method the Fisher Transformation uses to oscillate the value from -1.0 to 1.0 instead of the Stochastic way of 0 to 100. This way you can enable the Fisher transform, if desired. But I also just prefer the appearance of that.
Some options and features I have coded in-
RMI Length: This is the length of the Relative Momentum Index itself. Like the length of RSI, default 14
Oscillation Length: This is your oscillation length, like a Stochastic. If you put the length at 1 it will turn the indicator into the straight up RMI indicator. (If you select to use the Fisher Transform, the overbought/oversold lines will not show nicely)
Source Pre-Smoothing: The option of smoothing out the source, ie close, before you even run it through the RMI, oscillation, and/or transform
Oscillator Post-Smoothing: The option of smoothing the output of the script
Trailing MA: If desired, you can check the box to Use a Trailing Signal, and enter the length of lookback for a Simple Moving Average (SMA) of the RMI Osc value
Use Fill Colors on MA: If enabled, it will fill the area between the RMI Osc and the trailing MA. I chose to use colors that are similar to some educational ideas I have published, whereby nearing the bottom of the oscillation you get Green to signal Accumulation, and near the top you get Red to signal Distribution. Following red is Black, where you typically get late signal sellers that Capitulate and sell stops trigger. Blue is where traders tend to Chase price up.
The most primitive way of using this indicator would be sell when the value exceeds the overbought/top line and buy when it falls below the oversold/bottom line. You can find ways to use the fill colors, or MA crossovers, rising lows or rising highs, etc. for signals.
Here's a comparison of this indicator to the Stochastic RSI, using similar values-
Here's showing the indicator on intraday values at defaults with some pre- and post-smoothing-
Same thing, but with Fisher Transform enabled-
And an example of the fill bands in action-
Please feel free to use any part of this code as desired.
IFR 2 Stormer RSI 2STORMER's IFR 2 strategy or if you prefer RSI 2.
It consists of a trader technique known as STORMER.
This strategy works preferentially in the daily period. But it does not prevent it from being used in other periods.
Dissecting the strategy:
Buy when 2-Period IFR smaller Oversold n periods in example 10.
And close the trade when the price reaches the maximum of the last 2 periods.
A 200 period filter is also used.
Everything can be changed IFR (RSI), Stop high n periods, sma.
A estratégia IFR 2 do STORMER ou se preferir RSI 2.
Consiste em uma técnica do trader conhecido como STORMER.
Esta estrategia funciona preferencialmente no periodo diario. Mas não impede de ser usado em outros periodos.
Dissecando a estratégia:
Comprar quando IFR de 2 Períodos menor Oversold "Sobrevendido" n períodos no exemplo 10.
E encerrar o trade quando o preço atingir a máxima dos últimos 2 periodos.
É usado também um filtro sma 200 períodos.
Tudo pode ser alterado IFR(RSI), Stop high n períodos, sma.
Stochastics and RSI HybridThis is an interesting study. We know bollinger bands can be a useful tool for price action, but what if we applied them to other indicators?
The top chart is the Stochastics and bottom chart represents RSI. We can see a relationship between the two indicators, where the signal line bounces of the bollinger bands.
The strategy is simple, when the signal lines bounce of their bollinger bands together, review price action and then take the trade. If you see one indicator going in the opposite direction to the other, or opposite to price action, then you may be observing divergence in which case a big move is about to happen.
If you wish to have this indicator further customised, please do not hesitate to contact me.
Stoch+RSI (SLOW D)_By Josef_HakkakStoch+RSI (SLOW D)_By Josef_Hakkak
Stochastic and RSI by SLOW D%
-> How to use:
B UY = When the yellow line (D of Slow Stoch ) goes out of the green range, it is better that the purple line ( RSI ) is be low
SELL = When the yellow line (D of Slow Stoch ) goes out of the red range, it is better to have the purple line ( RSI ) is be high
This script was previously written by RRanjanFX and has now been edited by me and changes have been made to optimize for shorter timeframes.
Edited and updated and optimized from:
RRanjanFX
Many thanks and loyal to RRanjanFX