Megabar Breakout (Range & Volume & RSI)Hey there,
This strategy is based on the idea that certain events lead to what are called Megabars. Megabars are bars that have a very large range and volume. I wanted to verify whether these bars indicate the start of a trend and whether one should follow the trend.
Summary of the Code:
The code is based on three indicators: the range of the bar, the volume of the bar, and the RSI. When certain values of these indicators are met, a Megabar is identified. The direction of the Megabar indicates the direction in which we should trade.
Why do I combine these indicators?
I want to identify special bars that have the potential to mark the beginning of a breakout. Therefore, a bar needs to exhibit high volume, have a large range (huge price movement), and we also use the Relative Strength Index (RSI) to assess potential momentum. Only if all three criteria are met within one candle, do we use this as an identifier for a megabar.
Explanation of Drawings on the Chart:
As you can see, there is a green background on my chart. The green background symbolizes the time when I'm entering a trade. Only if a Megabar happens during that time, I'm ready to enter a trade. The time is between 6 AM and 4 PM CET. It's just because I prefer that time. Also, the strategy draws an error every time a Megabar happens based on VOL and Range only (not on the RSI). That makes it pretty easy to go through your chart and check the biggest bars manually. You can activate or deactivate these settings via the input data of the strategy.
When Do We Enter a Trade?
We wait for a Megabar to happen during our trading session. If the Megabar is bullish, we open a LONG trade at the opening price of the next candle. If the Megabar is bearish, we open a SHORT trade at the opening price of the next candle.
Where Do We Put Our Take Profit & Stop Loss?
The default setting is TP = 40 Pips and SL = 30 Pips. In that case, we are always trading with a risk-reward ratio of 1.33 by default. You can easily change these settings via the input data of the strategy.
Strategy Results
The criteria for Megabars were chosen by me in a way that makes Megabars something special. They are not intended to occur too frequently, as the fundamental idea of this strategy would otherwise not hold. This results in only 37 closed trades within the last 12 months. If you change the criterias for a megabar to a milder one, you will create more Megabars and therefore more trades. It's up to you. I have adapted this strategy to the 30-minute chart of the EURUSD. In the evaluation, we consider a period of 12 months, which I believe is sufficient.
My default settings for the indicators look like this:
Avg Length Vol 20
Avg Multiplier Vol 3
Avg Length Range 20
Avg Multiplier Range 4
Value SMA RSI for Long Trades 50
Value SMA RSI for Short Trades 70
IMPORTANT: The current performance overview does not display the results of these settings. Please change the settings to my default ones so that you can see how I use this strategy.
I do not recommend trading this strategy without further testing. The script is meant to reflect a basic idea and be used as a tool to identify Megabars. I have made this strategy completely public so that it can be further developed. One can take this framework and test it on different timeframes and different markets.
Rsibreakout
The Flash-Strategy (Momentum-RSI, EMA-crossover, ATR)The Flash-Strategy (Momentum-RSI, EMA-crossover, ATR)
Are you tired of manually analyzing charts and trying to find profitable trading opportunities? Look no further! Our algorithmic trading strategy, "Flash," is here to simplify your trading process and maximize your profits.
Flash is an advanced trading algorithm that combines three powerful indicators to generate highly selective and accurate trading signals. The Momentum-RSI, Super-Trend Analysis and EMA-Strategy indicators are used to identify the strength and direction of the underlying trend.
The Momentum-RSI signals the strength of the trend and only generates trading signals in confirmed upward or downward trends. The Super-Trend Analysis confirms the trend direction and generates signals when the price breaks through the super-trend line. The EMA-Strategy is used as a qualifier for the generation of trading signals, where buy signals are generated when the EMA crosses relevant trend lines.
Flash is highly selective, as it only generates trading signals when all three indicators align. This ensures that only the highest probability trades are taken, resulting in maximum profits.
Our trading strategy also comes with two profit management options. Option 1 uses the so-called supertrend-indicator which uses the dynamic ATR as a key input, while option 2 applies pre-defined, fixed SL and TP levels.
The settings for each indicator can be customized, allowing you to adjust the length, limit value, factor, and source value to suit your preferences. You can also set the time period in which you want to run the backtest and how many dollar trades you want to open in each position for fully automated trading.
Choose your preferred trade direction and stop-loss/take-profit settings, and let Flash do the rest. Say goodbye to manual chart analysis and hello to consistent profits with Flash. Try it now!
General Comments
This Flash Strategy has been developed in cooperation between Baby_whale_to_moon and JS-TechTrading. Cudos to Baby_whale_to_moon for doing a great job in transforming sophisticated trading ideas into pine scripts.
Detailed Description
The “Flash” script considers the following indicators for the generation of trading signals:
1. Momentum-RSI
2. ‘Super-Trend’-Analysis
3. EMA-Strategy
1. Momentum-RSI
• This indicator signals the strength of the underlying upward- or downward-trend.
• The signal range of this indicator is from 0 to 100. Values > 60 indicate a confirmed upward- or downward-trend.
• The strategy will only generate trading signals in case the stock (or any other financial security) is in a confirmed upward- (long entry signals) or downward-trend (short entry signals).
• This indicator provides information with regards to the strength of the underlying trend and it does not give any insight with regard to the direction of the trend. Therefore, this strategy also considers other indicators which provide technical confirmation with regards to the direction of the underlying trend.
Graph 1 shows this concept:
• The Momentum-RSI indicator gives lower readings during consolidation phases and no trading signals are generated during these periods.
Example (graph 2):
2. Super-Trend Analysis
• The red line in the graph below represents the so-called super-trend-line. Trading signals are only generated in case the price action breaks through this super-trend-line indicating a new confirmed upward-trend (or downward-trend, respectively).
• If that happens, the super trend-line changes its color from red to green, giving confirmation that the trend changed from bearish to bullish and long-entries can be considered.
• The vice-versa approach can be considered for short entries.
Graph 3 explains this concept:
3. Exponential Moving Average / EMA-Strategy
The functionality of this EMA-element of the strategy has been programmed as follows:
• The exponential moving average and two other trend lines are being used as qualifiers for the generation of trading-signals.
• Buy-signals for long-entries are only considered in case the EMA (yellow line in the graph below) crosses the red line.
• Sell-signals for short-entries are only considered in case the EMA (yellow line in the graph below) crosses the green line.
An example is shown in graph 4 below:
We use this indicator to determine the new trend direction that may occur by using the data of the price's past movement.
4. Bringing it all together
This section describes in detail, how this strategy combines the Momentum-RSI, the super-trend analysis and the EMA-strategy.
The strategy only generates trading-signals in case all of the following conditions and qualifiers are being met:
1. Momentum-RSI is higher than the set value of this strategy. The standard and recommended value is 60 (graph 5):
2. The super-trend analysis needs to indicate a confirmed upward-trend (for long-entry signals) or a confirmed downward-trend (for short-entry signals), respectively.
3. The EMA-strategy needs to indicate that the stock or financial security is in a confirmed upward-trend (long-entries) or downward-trend (short-entries), respectively.
The strategy will only generate trading signals if all three qualifiers are being met. This makes this strategy highly selective and is the key secret for its success.
Example for Long-Entry (graph 6):
When these conditions are met, our Long position is opened.
Example for Short-Entry (graph 7):
Trade Management Options (graph 8)
Option 1
In this dynamic version, the so-called supertrend-indicator is being used for the trade exit management. This supertrend-indicator is a sophisticated and optimized methodology which uses the dynamic ATR as one of its key input parameters.
The following settings of the supertrend-indicator can be changed and optimized (graph 9):
The dynamic SL/TP-lines of the supertrend-indicator are shown in the charts. The ATR-length and the supertrend-factor result in a multiplier value which can be used to fine-tune and optimize this strategy based on the financial security, timeframe and overall market environment.
Option 2 (graph 10):
Option 2 applies pre-defined, fixed SL and TP levels which will appear as straight horizontal lines in the chart.
Settings options (graph 11):
The following settings can be changed for the three elements of this strategy:
1. (Length Mom-Rsi): Length of our Mom-RSI indicator.
2. Mom-RSI Limit Val: the higher this number, the more momentum of the underlying trend is required before the strategy will start creating trading signals.
3. The length and factor values of the super trend indicator can be adjusted:ATR Length SuperTrend and Factor Super Trend
4. You can set the source value used by the ema trend indicator to determine the ema line: Source Ema Ind
5. You can set the EMA length and the percentage value to follow the price: Length Ema Ind and Percent Ema Ind
6. The backtesting period can be adjusted: Start and End time of BackTest
7. Dollar cost per position: this is relevant for 100% fully automated trading.
8. Trade direction can be adjusted: LONG, SHORT or BOTH
9. As we explained above, we can determine our stop-loss and take-profit levels dynamically or statically. (Version 1 or Version 2 )
Display options on the charts graph 12):
1. Show horizontal lines for the Stop-Loss and Take-profit levels on the charts.
2. Display relevant Trend Lines, including color setting options for the supertrend functionality. In the example below, green lines indicate a confirmed uptrend, red lines indicate a confirmed downtrend.
Other comments
• This indicator has been optimized to be applied for 1 hour-charts. However, the underlying principles of this strategy are supply and demand in the financial markets and the strategy can be applied to all timeframes. Daytraders can use the 1min- or 5min charts, swing-traders can use the daily charts.
• This strategy has been designed to identify the most promising, highest probability entries and trades for each stock or other financial security.
• The combination of the qualifiers results in a highly selective strategy which only considers the most promising swing-trading entries. As a result, you will normally only find a low number of trades for each stock or other financial security per year in case you apply this strategy for the daily charts. Shorter timeframes will result in a higher number of trades / year.
• Consequently, traders need to apply this strategy for a full watchlist rather than just one financial security.
Reversal Finder by nnamWhat does this indicator do?
In short, this indicator looks for patterns using Relative Directional Strength and plots potential Reversal Areas on the chart. Candlesticks are shaded by a Gradient. This gradient is based on whether or not the market is currently experiencing a positive or negative sentiment.
In the screenshot below you can see that the market is experiencing positive sentiment, but also shows areas of possible resistance and reversal. The example shows the 1 minute timeframe which is very volatile and can show inconsistent results due to inherent volatility. It is recommended to trade the 15min timeframe or higher.
In the screenshot below we see the candle colors are varied with regards to shading. As moves become "stronger" in a particular direction, the candle colors actually switch from standard red/green to Pink and Yellow. This usually indicates an Oversold or Overbought condition.
In the example below, you can see that if an overbought condition no longer exists and the direction of the movement changes, a plotted arrow and line appear on the chart. This indicates a "potential" resistance or support area and "possibly" a reversal in price. (during strong trends, these are usually simple pullback areas and not reversals).
As seen in the screenshot below, an option to extend the lines is included (disabled by default in the settings). Turning this option ON allows the trader to better visualize potential resistance / support areas on the chart by extending the lines to the right.
Used in conjunction with other indicators, this indicator becomes a powerful confirmation tool for your arsenal.
Many settings are fully customizable including gradient color, bar color, line width etc.
I hope you enjoy the indicator and... HAPPY TRADING!
Rich Robin Index, The Crypto Fear & Greed Index with RSI Trend The Relative Strength Index (RSI) is a technical indicator based on price movements that is used to determine whether a particular asset is overbought or oversold. It measures the ratio of rising to falling prices over a certain period of time.
The Fear & Greed Index, on the other hand, is a composite index that tracks the sentiment of the crypto market. It is based on seven indicators, each of which measures a different aspect of market behavior. These indicators are: Safe Haven Demand, Stock Price Breadth, Market Momentum, Stock Price Strength, Put and Call Options, Junk Bond Demand, and Market Volatility.
The combination of the RSI and the Fear & Greed Index can provide valuable insights for crypto traders. The RSI can help identify overbought and oversold conditions, while the Fear & Greed Index can give an overall sense of the sentiment in the market. Together, they can provide a more complete picture of the market conditions. For example, if the RSI is indicating that an asset is overbought, but the Fear & Greed Index is showing that the market is still in a state of fear, it may be a good time to sell. On the other hand, if the RSI is indicating that an asset is oversold, but the Fear & Greed Index is showing that the market is in a state of greed, it may be a good time to buy.
Overall, the combination of the RSI and the Fear & Greed Index can provide useful information for traders to make more informed decisions, by giving a sense of the market conditions, and providing a way to identify overbought and oversold conditions.
RSI Accumulation/Distribution [M]Hello everyone,
After my long tests, I observed that the rate of change of direction of the price was high after the periods when the RSI spent a long time outside the band. As a result of my observations, I prepared this indicator.
This indicator shows you the accumulation and distribution areas that occur outside the rsi band.
There are 3 different levels available.
Level 1 = 5 Bars
Level 2 = 7 Bars
Level 3 = 9 Bars
For example, if the RSI spends more than 9 bars below the 30 level or above the 70 level, it will paint that area red. Levels can be changed from the indicator settings. The rsi is smoothed with simple moving average to reduce fake signals.
Using the RSI A/D indicator with different indicators or patterns will increase your success rate.
Examples:
RSI ProfileThis indicator shows the RSI profile from historical RSI Value and High / Low RSI Pivots.
It is inspired by the Volume Profile which is a common charting study that indicates activity at specified levels. It plots a histogram on the chart meant to identify dominant/significant levels.
This script is profiling RSI levels into a histogram, which can identify the crucial RSI values in the chart. Along with the pivot options that can help identify the dominant pivot points where RSI values had been rebounding historically.
How to use:
There are three profile types available in the settings. When selecting RSI Values, the indicator will count RSI values from history, and plot the count in a histogram at the end of the chart. If you select RSI Pivots High or RSI Pivots Low, the indicator will count only the RSI Pivot Highs and Lows and plot the count in a histogram. Users can select the Pivot Left/Right length from the settings.
Users can extend the POC line to the left, to study how the values had been reacting to POC
Please note: Since the RSi values range from 0 to 100, the indicator is rounding off the values to absolute numbers. This can cause a situation where multiple POC are identified, to find the unique POC, you can increase the width of the histogram.
The Max/Min RSI settings are for visual purposes only, it can help users shrink down the histogram's top and bottom visibility
Multi Type RSI [Misu]█ This Indicator is based on RSI ( Relative Strength Index ) & multiple type of MA (Moving Average) to show different variations of RSI.
The relative strength index (RSI) is a momentum indicator used in technical analysis to evaluate overvalued or undervalued conditions in the price of that security.
█ Usages:
The purpose of this indicator is to obtain the RSI calculated with different MAs modes instead of the classic RMA.
The red and green zones indicate the oversold and overbought zones.
Buy or sell signals are marked by the green and red circles
We have 2 different signal modes : when the different size RSIs cross and when the fast RSI crosses the extreme bands.
Alerts are setup.
█ Parameters:
Lenght RSI: The lenght of the RSI. (14 by default)
RSI MA Type: The type of MA with which the rsi will be calculated. ("SMA", "EMA", "SMMA (RMA)", "WMA", "VWMA")
Fast Lenght MA: The fast lenght smoothing MA.
Slow Lenght MA: The Slow lenght smoothing MA.
Lower Band: The lenght of the lower band. (25 by default)
Upper Band: The lenght of the upper band. (75 by default)
Signal Type: The mode with which buy and sell signals are triggered. ("Cross 2 Mas", "Cross Ma/Bands")
TURK RSI+ICHIMOKUTypical RSI indicators were plotted with candles and expressed wick to resemble a candle chart,
and linear regression was added to predict changes in force intensity,
which allowed us to confirm support and resistance within linear regression .
In addition, divergence signal was marked as an additional basis for the price fluctuation point due to support and resistance .
In other words,
if the diversity signal appears together when the rsi candle is supported and resisted within linear regression ,
this is the basis for predicting that it is a point of change in the existing trend.
Finally, the period value and standard deviation of linear regression can be arbitrarily modified and used.
I hope it will help you with your trading.
--------------------------------------------------------------------------------------------------------------------------------------------------------------
(+ichimoku cloud)
Clouds made of the preceding span 1 and the preceding span 2 of the balance table can predict the trend by displaying the current price balance ahead of the future.
In addition to the role of clouds in the above-described balance sheet , this indicator also shows the cloud band support and resistance of the current RSI value.
TG:- @turk_shariq
RSI Scalping & Swing Signals With AlertsThis RSI indicator shows a green or red ribbon when the smoothed RSI is bullish or bearish. It also includes a long moving average for overall trend confirmation. Wait until the ribbon holds above or below the long moving average and take positions in that direction.
To get an easier to read RSI indicator, I smoothed the RSI out and paired it next to a short term RMA. These two together form the ribbon that will show you early reversals and trend direction. The long moving average is used as an overall trend detector and confirmation for longer term trends.
***HOW TO USE***
Scalping: Enter longs when the ribbon turns green and enter shorts when the ribbon turns red. Exit positions when the ribbon turns the opposite color or crosses the long moving average.
Swing Trading: When the ribbon holds above the long moving average or breaks out and retests it, look for long positions and exit when the ribbon turns red or crosses the long moving average. When the ribbon holds below the long moving average or breaks down and retests it, look for short positions and exit when the ribbon turns green or crosses the long moving average.
***DETAILS***
This indicator gives early reversal signals very well and waiting for the RSI ribbon to cross the long moving average helps to get you into positions when the market is ready to really move while filtering out some of the noise.
The ribbon and background will change to green or red depending on whether it is currently bullish or bearish.
There is also a label that changes colors and tells you if RSI is bullish or bearish and also whether the RSI ribbon is above or below the long moving average.
Green or red circles will appear on the indicator when there is a bullish or bearish cross of the RSI ribbon and the long moving average.
It also has alerts that trigger when RSI is turning bullish/bearish or when the RSI ribbon is crossing the long moving average.
***CUSTOMIZATION***
Each piece of this indicator can be customized to suit your preferences including the RSI source, length, smoothing length, short moving average length and long moving average length. You can also turn off the labels, signals and long moving average. All of these settings can be managed within the indicator settings input tab.
***MARKETS***
This indicator can be used as a signal on all markets, including stocks, crypto, futures and forex.
***TIMEFRAMES***
This RSI Scalping & Swing Signals indicator can be used on all timeframes.
***TIPS***
Try using numerous indicators of ours on your chart so you can instantly see the bullish or bearish trend of multiple indicators in real time without having to analyze the data. Some of our favorites are Trend Friend Scalp & Swing Trade Signals, Volume Spike Scanner, Buy & Sell Pressure Volume Profile, and Momentum Scalper in combination with this RSI indicator. They all have real time Bullish and Bearish labels as well so you can immediately understand each indicator's trend.
BB-RSI-ADX Entry PointsThis is a combination of indicators used to find oversold and overbought entry points for possible reversion.
A Green arrow will appear when all condition are met for an ENTER LONG position.
A Red arow will appear when all condition are met for an ENTER SHORT position.
You can modify all of these condition parameters from the indicator's settings.
How does the indicator work
The signals are using Bollinger Bands , BB %B , RSI and ADX indicators to try and find points of reversal
Enter LONG Conditions
Current candle low is below BB lower band.
The BB %B is more than 0.
RSI > 30
ADX > 25
Enter SHORT Conditions
Current candle high is above BB upper band.
The BB %B is less than 1.
RSI < 70
ADX > 25
Those are the default settings that seem to work for me but you can customize all of these from the indicator settings.
I find this strategy to best work on a 3 minute timeframe
Note: The bb %B is calculated for stDev - 1. This will help you see a change happening faster.
Double RSI/LSMA Double RSI uses a Slow RSI combined with a Fast RSI to generate Buy and Sell signals. Least Squares Moving Average is only here for filtering signals. It is very good on certain stocks or ETFs on longer timeframes for swing trading. If you get a Buy signal look at the LSMA trend and if the candle is above the LSMA. It works great for me on lower timeframes scalping futures and on higher timeframes swinging options. It is better than paying for Buy and Sell signals. Its my first script/indicator so play with it and see what you think. Let me know if you guys find anything that makes it better. Hopefully this helps some traders out there.
RSI CandlesRSI Candles
HOW Does it work ?
* RSI - Relative Strength Index is a very well known to understand the trend strength, Many researches have been done on RSI.
* The Indicator defines itself as the Candles are formed of RSI Value of Defined Length and Chart Time Frame.
RSI Candles comprises of following --
* Candles formed from RSI value.
* Predefined Moving average limited line for breakout.
* Up Trend Area, Down Trend Area, Consolidation Area when RSI is in-between 55 to 45.
User Inputs --
# User can change length of RSI.
# Over Bought / Sold values can be changed.
How to learn the trend ?
# Time Frame shall be more than 2 min. for better outcome.
# If the market is below the line then look for falling in RSI and one can learn the down trend.
# Over bought / Over sold be clearly seen in chart so trend reversal can be grabbed.
# The data for the indicator will be very restricted, most of the parts in indicator wont work when the market closes.
# Pre-Opening or Post -Market data is tried to be ignored.
# Utmost Care is taken to implement the suggestions of users and also tried to keep the chart neat and clean.
Disclaimer
# The indicator to be used for understanding / learning the markets.
# User is responsible for his / her profits / losses, that may occur during the markets.
NEXT RSIThis is an amped-up version of the original Relative Strength Index (RSI) oscillator, giving the slope a smoother, sometimes leading edge. Our not-so-secret sauce within the algo is price/volume weighing, completely user configurable. NEXT RSI is intended to be used just like the vanilla RSI within the context of technical analysis: identifying overvalued (above upper limit) and undervalued (below lower limit) price action, as well as establishing a bias baseline (bullish if over 50; bearish if under 50). Higher NEXT RSI bottoms compared to lower price bottoms signify bullish divergence; lower NEXT RSI tops compared to higher price tops signify bearish divergence.
Below is a screenshot comparing NEXT RSI with default settings to vanilla RSI on AAPL M1 chart.
Input parameters:
Length: controls the averaging length of the RSI line.
P/V Weighing: a price/volume smoothing filter, with higher values yielding a smoother RSI line. Values over 10 can introduce lag but also help identify trend. We thought 5 was a pretty good momentum gauge (strengthening, weakening).
P/V Source: this variable is where you can get creative and blend volume with either direct price action (close, H+L/2, etc.) or other indicators such as moving averages, stochastic oscillator, and even the vanilla RSI.
[SerDarK] RSI RSSEN: Coloring by levels, overbought, oversold, 50 level and RSS have been added to the classic RSI indicator. Two periods can be selected and almost all of the features can be adjusted from the settings.
TUR: Klasik RSI indikatörüne, seviyelere göre renklendirmeler, aşırı alım, aşırı satım, 50 seviyesi ve RSS eklenmiştir. İki periyotta seçim yapılabilmekte ve özelliklerin hemen hepsi ayarlardan düzenlenebilmektedir.
TradeChartist RSI Donchian Channels™TradeChartist RSI Donchian Channels is a helpful RSI based indicator that helps visualize the RSI trend (using 4 plot styles including RSI Candles) by plotting Donchian Channels of user preferred length.
===================================================================================================================
Features of ™TradeChartist RSI Donchian Channels
===========================================
Plots RSI using user preferred plot style (RSI Candles, Line, Histogram and Area).
Plots RSI Donchian Channels of user preferred DC Length (Default - 14, Min - , based on RSI source price (Default - ohlc4), RSI Length (Default - 14) and EMA smoothing of RSI (Default - 5)
Option to highlight Overbought and Oversold zones.
Highlights Bull and Bear RSI Trend of RSI Donchian Channels.
Displays various RSI Zones using Background fill.
Helps visualize Divergences by plotting RSI Highs and Lows.
The indicator's Trend Identifier Connects to ™TradeChartist Plug and Trade or other compatible TV Scripts as Oscillatory Signal to Generate trade entries, Targets etc. This feature is purely for testing purposes and shouldn't be used on its own for trading.
Note: The RSI Donchian Channels trend alone as a standalone indicator cannot be used for trades as non-trending zones and divergence zones will have significant drawdowns on higher time frames. Also, every asset/timeframe shows different but stable dynamic with RSI Donchian Channels in my limited research. Works very well for certain assets on 4hr for Forex pairs. Nevertheless, it is a very good addon to use to confirm RSI Trend especially for RSI based traders.
===================================================================================================================
Example Charts
1. EUR-USD 4hr chart using RSI Source - hl2, RSI Length - 14, Smoothing - 10 and DC Length - 21 connected to Plug and Trade.
2. BTC-USD Daily chart using RSI Source - close, RSI Length - 14, Smoothing - 5 and DC Length - 21 connected to Plug and Trade.
===================================================================================================================
Best Practice: Test with different settings first using Paper Trades before trading with real money
===================================================================================================================
RSI Support and Resistance Finder [JV] V1Hi Traders.
In my never ending obsession with Support and Resistance , I built an indicator to show the last Support and Resistance Lines based on RSI .
The indicator draws a new Support Line when RSI comes out of oversold and a new Resistance Line when RSI comes out of overbought.
It also shows a panel with the current Support and Resistance Levels.
It's a pretty decent indicator to detect Entry / Exit / Take Profit levels.
This indicator is not to be used as a stand-alone indicator. Add your favourite indicator to get confirmations.
RSI length and overbought / oversold levels can be adjusted in Settings.
Any suggestions or remarks are more than welcome!
[RN] MultiTimeFrame Center of GravityCan the inverse of an oscillator help you to forecast support and resistance?
This is an experimental adaptive support and resistance study based on Giorgos Siligardos's reverse-engineered relative strength index, or RevEngRSI along with zigzag study based on J. Welles Wilder’s relative strength index.
Giorgos Siligardos holds a PhD in Mathematics and a Market Maker certificate on derivatives from the Athens Exchange. He is a financial software developer and coauthor of academic books on finance. Giorgos has also been a research and teaching fellow to the University of Crete as well as a teaching fellow to the Department of Finance and Insurance at the Technological Educational Institute of Crete for many years teaching math and financial courses and supervising Masters dissertations.
I should note that the possible values of one-day closing prices and the corresponding RSI values are in one-to-one correspondence. The reverse engineering tactic can be applied to all oscillators if the value depends upon one and only one parameter (high, low, close, open, or volume). For the highest accuracy, it should only be used for the next price projection.
After identifying where the market is likely to move, you may want to see which are the possible levels or what the most extreme scenario is for the next close. The reverse engineering of RSI should be considered only for the next day’s (week’s, month’s, and so on) movement of the market for highest accuracy, because there are numerous variations of two or more market movements that can push RSI into a specific value. With only one movement, the market can push the RSI to a specific value only by one way, giving you an exact price projection. The reverse engineering process cannot be used for complex indicators with more than one parameter (such as stochastics) because there would be more than one unknown variable. If you use the reverse engineering method of RSI to project a closing price that needs more than one movement of the market to push the RSI to a specific level, then the accuracy will be low. Moreover, the more movements the market requires to push the RSI to the projected level, the lower the accuracy of the projection for the closing price. Generally, after you identify an important support or resistance value for the RSI or after you have projected a future value of the RSI, you may create a RevEngRSI indicator for that value. This will follow the price and give you the next closing price at which the RSI will attain that value.
[CP]3 RSI Multi Timeframe InceptionTriple RSI indicator where you can set the timeframe for each RSI.
Take confirmation from different timeframes to make high probability trades!
Typical settings would be,
1 Day, 1 Week, 1 Month or
1 hr, 4hr, 1 Day or
3 min, 15 min, 1 hr or.........your imagination is the only limit here!
MTF-RSI+Candles [VK]This is the strategy where we buy when RSI is above 51 line and sell below 49 line
Ability to change RSI TF
Ability to change default value of RSI/upline/lowline/oversold/overbought lines
Ability to switch show/hide backgrount color
Ability to switch on/off candle colors when RSI crosses up/upline down/lowline
Ability to plot B/S signals when RSI crosses up/upline down/lowline
alerts added
can also be used as standard RSI
VWAP Relative Strength Index [CC]This is a custom indicator of mine that uses the volume weighted average price instead of the close price as the source for calculations of the relative strength index. Buy when the indicator line is green and sell when it is red.
This was a custom request so let me know if there are any other scripts you would like to see me do or if you want something custom done!
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)
TEDong Bonga RSI ADXHey!
RSI ADX best indikator!
The logic is pretty simple:
value > 20: Oversold, next price action will follow that bullish trend, BUY signal is generated
value > 70: Overbought, next price action will follow that bearish trend, SELL signal is generated
If you have sny doubt just comment!
QuantNomad - RSI Strategy - NKE - 5mReally good performance of Simple RSI Strategy for Nike (NKE) 5m chart.
Params: RSI Length: 30, RSI OverSold level: 45, RSI OverBought Level: 60
Performance:57% profit, 112 trades, 73% prof, 6.7% dd, 1.36 sharpe.
And remember:
Past performance does not guarantee future results.