Double RSI TrendThis is my Double RSI Trend Indicator. It issues Buy and Sell signals based on the Supertrend and a double RSI . The RSIs cross near or at the same time as the Supertrend fires. It has the ability to change if you want signals based on the RSI cross on the same candle, one candle before, and two candles before. I find this one extremely good at catching reversals as long as you filter out some of the signals based on trend.
Rsi2
Double RSI FilterI've seen several youtubers using 2 RSI's on top of one another to filter trades for their strategies. I figured I would just code it up as an all-in-one indicator for people who have the basic package. This way they have an extra slot for another indicator if they need one and also for convenience.
Longs only when RSI 1 is above RSI 2 and shorts only when opposite. The arrows show where crosses of the RSI's occur.
Let me know if there is something else like this where it would just be very convenient to have 2 indicators on one window or other such things and I'll see if I can do something for you guys in my spare time. I'm just an amateur coder, but learning as I do more of these for people.
Thank you!
Hope this helps someone! :)
RSI Local TrendA simple indicator using two RSIs.
Conditions for buy:
RSI(slow) < RSI(fast) and RSI(slow) < long_trigger
Conditions for sell:
RSI(slow) > RSI(fast) and RSI(slow) > short_trigger
It is recommended to use in small timeframes for scalping.
Recommended settings:
slow = 3
fast = 14
long_trigger = 30
short_trigger = 70
In markets where there is very high volatility, it is recommended to change the trigger parameters:
long_trigger = 20
short_trigger = 80
RSI Swing Trading Setup (2-Period)A simple script that adjusts the RSI visibly in order to better accommodate swing trading and certain swing trading setups/strategies.
--------------------------------------------------------------------------------------------------------------------------------------------------------
Best used in conjunction with "Linear Regression Channel by LonesomeTheBlue" with 2.2σ (std.dev) and Show Fib Levels.
^Click image for a redirect to that script.
--------------------------------------------------------------------------------------------------------------------------------------------------------
In certain price action patterns:
A bearish reversal from a previously bullish move can indicate tops of a rally if the RSI moves from 0-40 to 60 (1)
A bullish reversal from a previously bearish move can indicate bottoms of a pullback if the RSI moves from 60-100 to 40 (2)
(USE THE LINEAR REGRESSION CHANNEL TO VALIDIFY THE RETRACEMENTS)
--------------------------------------------------------------------------------------------------------------------------------------------------------
(1)
--------------------------------------------------------------------------------------------------------------------------------------------------------
(2)
--------------------------------------------------------------------------------------------------------------------------------------------------------
3GBH - CapMap v1This indicator compares the RSI of the symbol you're viewing against;
- TOTAL ( market cap of the entire cryptocurrency market )
- TOTAL2 ( market cap of the entire cryptocurrency market excluding BTC )
- BTCs market cap
- ETHs market cap
-----
This helps to track the trend of a certain symbol and to quickly see how it's performing in contrast to key market players ( BTC & ETH ).
It also allows you to see the current state of the crypto market as a whole.
I tend to use TOTAL & TOTAL2 for technical analysis on BTC, and BTC & ETH for technical analysis on alt-coins.
Scalping using RSI 2 indicator with TP and TSLThis study implements a simply scalping using the RSI (calculated on two periods), the slopes of two MAs (EMA or SMA) having different lengths (by default, I use 50 and 200).
A take profit (%) and a trailing stop loss (%) are used.
Entry conditions:
.) Fast MA > Slow MA and Price > Slow MA and RSI < Oversold Threshold ------> go Long
.) Fast MA < Slow MA and Price < Slow MA and RSI > Overbought Threshold ------> go Short
Exit conditions:
.) Long entry condition is true and (close >= TP or close <= TSL) ----> close short position
.) Short entry condition is true and (close <= TP or close >= TSL) ----> close long position
The strategy performed best on Bitcoin and the most liquid and capitalized Altcoins but works excellent on volatile assets, mainly if they often go trending.
Works best on 3h - 4h time frame.
There's also an optional Volatility filter, which opens the position only if the difference between the two slopes is more than a specific value, which can be set in the study inputs. The purpose is not opening positions if the price goes sideways and the noise is way > than the signal.
Note:
.) the RSI length is 2;
.) the oversold Threshold is 90%;
.) the overbought Threshold is 10%;
.) by default, the take profit per cent is 0.5%;
.) by default, the trailing stop loss per cent is 0.5%;
.) by default, the fast MA length is 50;
.) by default, the slow MA length is 200;
.) by default, the MA used is EMA.
Cheers.
Setup RSI2 R3 [Valente]Indicator for the Larry Connors RSI2 R3 Setup.
Green Candle: When RSI2 is decreasing for 3 candles, the first is below 60 and the last is below 10.
There is a SMA200 Filter option
(ง ͠° ͟ل͜ ͡°)ง Larry Connors RSI-2 Scalping StrategyMore info here:
stockcharts.com
and here:
systemtradersuccess.com
Very interesting and simple scalping strategy with unbelievable results.
I added 4 versions that combines only the RSI OB/OS thresholds.
Also the single variable that you can change is the RSI, sometimes RSI 3 or RSI 4 works better then the original.
Also his exit point is not quite good in these days, so I added TP and SL to adjust it according to the market conditions.
Added re-entries.
It works in any time frame, so play with the TF, RSI and with all 4 variants until it fits to your needs.
Enjoy!
Zekis
RSI-RENKO Divine StrategyLive, non-repainting strategy using RENKO and RSI mixed together to multiple types of long and short positions.
- Features -
Live entry direction with trade warnings and alerts
Live trade building buy and sell limits (for buy/sell limits)
Entry location icons as well as pyramid entries (to add to existing position)
Swing trades that keep you in the trade for the maximum possible profit
1 scalp target based on the RSI settings and entry location
Dynamic trailing stop for swings and scalps
Alert conditions for every update and condition change of the strategy (Provided by indicator study)
4 pre-built color themes, including candlestick coloring
This script is used solely for alerts to the RSI-RENKO Divine Strategy , because Trading View still after 3 years of requesting does not provide the ability to use alert conditions inside a strategy script, only an indicator script. This strategy should be used to backtest your settings. Beyond alerts and strategy inputs, the strategy and indicator are identical.
Renko RSIThe goal of this indicator is to plot the RSI values "as if" the chart is a true price action based Renko chart. It can be used on a time series chart or Renko series chart. The RSI is derived from the raw price action of a time-based chart, where the historic and live price is clustered into Renko bricks. The Renko brick production algorithm is entirely backed by Renko Price Bars Overlay and thoroughly tested.
The algorithm takes into account rapid brick production within a single time candle and adjusts accordingly. The output may vary slightly between different chart time frames for the same indicator settings, but this is due to the lack of price fluctuation visibility that can occur in higher chart time frames. If the brick tick size is low, an appropriate chart interval should be selected that maximizes the amount of price volatility visible to the indicator. A bad setting would be something like a 1 tick EURUSD Renko setting on an H4 chart, there simply is no way to derive the exact and ordered price fluctuations in a single H4 candle, 1 pip at a time. A more appropriate chart time frame would be 1-3 minutes for this selected Renko brick size.
Plots user specified RSI based on Renko bricks. This would be the same (or very close to) the RSI viewed on a normal Renko chart based on price action alone.
Works well with Renko Price Bars Overlay script.
See also: Renko Trend Momentum
Tensor Toolbox Overlay BetaThis purpose of this script is to test new features we might want to implement in Tensor Cloud (See: . Also, to work towards a full, all-in-one indicator solution (Tensor Toolbox). In this first version of Tensor Toolbox Overlay, we propose two new features for Tensor Cloud:
The Veil.
Ichimoku Weight/Smoothing.
The Veil is an RSI filter. The Ichimoku smoothing takes Ichimoku and averages it with Tensor Cloud. The Ichimoku feature will probably not make it into Tensor Cloud but Veil might. Tensor Cloud should remain as pure as possible. It's all up to your feedback. Initial features of Tensor Toolbox Overlay:
Tensor Cloud.
Support & Resistance.
MACD background.
Long & Short potentials.
Tensor Toolbox Overlay needs a lot more features yet to remain elegant. A second edition called Tensor Toolbox Oscillator is coming as well (Can only fit so much on the chart). The goal with both is to have a suite that takes the best of all indicators and provides easy decision making, for those who like to keep control. For Overlay, I also intend to duplicate the functionality of MTPredictor at a fraction of the cost. Feedback appreciated.
Enjoy :)
Dav-o meterPseudo code
Example
General info and acknowledgements
Author: maqpie
Date of publishing: 20th of july 2017
This script is based upon Davinci's dav-o meter and his original script, which searches for W's and M's in price, OBV, RSI and/or Willy.
Although the original script is elegant, a W or M has to occur within 5 bars.
However, often what you will see is that a W or M forms over more than 5 bars.
This script tries to remove that limit.
It took me several different approaches to find a good solution. For the most part because of the lack of any real debugging tool in Pine script.
Let me know what you think, because I feel like I need tone down the number of options so it is easier to use.
If you have any questions, or things you would like to see different please contact me at TRI.
Have fun playing and goofing around with it!
How it works
Now, trading is more of an art form than a science and this indicator is no exception.
When talking about M's and W's, it begs the question: what exactly counts as a W or M?
My personal experience is that for a W to count as such, it has to adhere to the following rules:
1. A 'W' has 5 points, A, B, C, D and E E
2. Point A can be any point C /
3. Point B should be lower than A A / \ /
4. Point C should be higher than B \ / D
5. Point D should be lower than C, but higher than B B
6. Point E should be higher than C
1. A 'M' has 5 points, A, B, C, D and E B
2. Point A can be any point / \ D
3. Point B should be higher than A A \ / \
4. Point C should be lower than B C \
5. Point D should be higher than C, but lower than B E
6. Point E should be lower than C
Script input parameters
You can use the following indicators to search for W's or M's:
- price (close)
- OBV
- RSI
- Willy
For each of these indicators you set the following options:
- Use: whether you want to use it
- The maximum width: over how many bars a W / M is allowed to form
- The maximum offset: how many bars back a W / M is allowed to form
- Strict: when not set, rule 5 (see 'How it works') changes: point D no longer has to be above B (for W), and no longer has to be below B (for M)
- Length: length of the indicator, for example a 14 bar RSI
Other options:
- Potential dav-o: show potentials which are like regulars dav-o's, except that rule 6 (see 'How it works') no longer applies.
- Period: you can limit the period for backtesting. Useful to identify under what market conditions the script works best.
Final note: using the potential dav-o in combination with unsetting the 'Strict' rule will make this script all but useless.
TEXAS 2 Step RSI-2 - Alerts Built-inBe sure to Add to Favorites (down below) and/or Like/Follow this script so that you will be alerted to UPDATES.
Adding to Favorites makes it available in your list of Indicators.
The Texas 2 Step is a lower indicator (arrows on candles added for reference) based on the RSI-2 Strategy made famous by Larry Connors.
I use this indicator for:
Timing Entries and Exits
Trading Between Up/Ddown Signals
Detecting Trends and Pull Backs
I use this indicator by looking for the RSI-2 number going back inside the 10-90 range(gray) after being outside (red/green). This tells me the price is no longer at an extreme. You never know how many candles will remain in the extreme areas so wait for a candle to close inside the range.
On longer time frames (daily/weekly) you will notice several candles will stay in the extreme areas resulting in 100 pips or more before returning to the inside range. In these cases you can go LONG/SHORT in the direction of the extreme area and close your position once it returns to the inside range.
There are 4 Built-In Notifications already created for you and are available by simply right clicking in the indicator area and selecting:
Condition: TX2Step v3 - RSI
Then 1 of the 4 Alerts:
Green Alert - RSI2 > 90 and line turns Green
Red Alert - RSI2 < 10 and line turns Red
Down - RSI2 < 90 after being in the top RSI2 > 90 area
Up - RSI2 > 10 after being in the bottom RSI2 < 10 area
I look forward to hearing your thoughts on the indicator and will definitely like to build upon this indicator and continue to update it.
This adaptation was based off of the original code from the talented Chris Moody.
Plenty of additional information about Larry Connors RSI-2 Strategy with PDFs and Backtests in the stock markets on the original Script.
Value Chart and RSI2 with AlertBased on LazyBear's and TheMightyChicken's Value Chart.Value Chart is used as a signal in Hubba-Hubba Style strategy.
You can trigger Alarm when extreme level exceeded. Also the indicator monitors value of RSI2 and draws dot if value exceeds top or bottom of RSI level