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...
RSI Plus: ☑️ Show the divergences. ☑️ Shows the approximate price of an RSI level (by default it is level 55 but it can be changed for any other level). ☑️ Shows the bulls and bears zones, in green when crossing level 50 up and red when crossing down. ☑️ Circle the highest and lowest levels as possible purchases and sales. ☑️ Includes a smoothed RSI. RSI ...
This strategy combines the use of MACD (12, 26, 9), RSI (14, 30, 70), and RVOL (14) to create Long Buy and Sell signals. This works well with many different time intervals but was developed with 15-minute intervals in mind. Using MACD as a reference, the strategy identifies when the MACD line crosses over (a factor in a buy signal) and under (a factor in a Sell...
This RSI indicator is one of my favorite indicators. This powerful indicator is implemented by Phi-Deltalytics. I modified the drawing so that it is easier (at least for me) to see the signals and trends (it would not matter if you're doing algorithmic trading). Trends and signals. For detailed instructions and tutorial see Phi-Deltalytics page
The Double Smoothed RSI Indicator was created by William Blau (Stocks & Commodities V. 9:5 (202-205)) and is a variation of the classic RSI using his Momenta Indicator and his Momenta RSI formula. I have color coded everything to make it very easy to determine buy and sell signals. Let me know if you would like to see me write scripts for other indicators!
The Rainbow Oscillator is a technical indicator that shows prices in overbought or oversold areas. That allows you to catch the price reversal point. --------------- FEATURES --------------- .:: Dynamic levels ::. The indicator consists of levels (price reversal zones) that correlate with each other with other fibonacci numbers. Each level causes the...
BINANCE:BTCUSDTPERP Hello, THIS BOT IS ONLY FOR BTCUSDTPERP ON BINANCEFUTURES !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! This configs are only for this pair on this market, It depends of volume , and others indicator Bot is making amazing results at configs TP - 4.5% SL - 7% Strategy using 4 indicators : ADX RSI VOLUME MACD ADX - makes a solid view to trend...
The script shows arrows on bars that are in overbought or oversold, based on the set parameters of Relative Strength Index ( RSI ) and Relative Volatility Index (RVI). Also there is a universal allert, which includes both conditions - overbought and oversold. You can change the period of RSI and RVI, as well as the upper and lower boundaries of these indicators.
/@version=2 //By Tantamount //RSI with overbought and oversold alert features! Highly configurable indicator that includes a Topography map feature, used to detect & easily show threshold crossovers. //RSI is used to measure the velocity and change of directional price movements. It is very useful to help determine when an asset is reaching an overbought or...
This RSI scanner can be use to identify the relative strength of 10 symbols over multiple timeframes it will give you a quick overview which pair is more bearish or more bullish and also signals tops and bottoms in the AVG row light red/green cell = weak bearish (RSI = 45-35) / bullish (RSI = 55-65) medium red/green cell = bearish (RSI = 35-25) / bullish...
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!
Look overbought and overbought to predict the time of the transaction. RSI overbought: - RSI = 21 to 30 (default configuration): The graph showing the letters 'Buy' and candles will have different colors. - RSI < 21 (default configuration): The graph showing the letters 'Buy' displays bold and the candles will have high light background colors. RSI...
This version of the Inverse Fisher Transform on RSI comes with support for 1) Backtesting with Gavin's backtest script 2) Bypass, you can use another indicator to pause buy signals from this indicator. Just create another indicator that plots "1" whenever you want to activate the bypass on the IFTRSI signal. 3) Independent buy and sell level thresholds. Some...
This script was written to create a new, rapid relative strength index inspired by the Dow Theory. More info about Dow Theory : www.investopedia.com According to the Dow Theory, volume should confirm market trends. The correlation coefficient between prices and volume is negative in weakening trends and negative trends , positive in strengthening or positive...
This method of trend analysis draws the RSI channel from 50 to 60 on the chart. If it's over 60, the channel is green. When Bitcoin goes on its insane runs, the RSI on the 3 day chart will often be pegged at extreme values. Our goal is to visually represent these moments. By default, this uses the 3 day resolution for its calculations. Feel free to disable this...
Started to play with very simple strategies. Trying to find ones with optimal parameters which work well for certain symbols/timeframe. Found that basic RSI strategy without any position management with high RSI length (65 in this script) works pretty good for 1m chart for few stocks. It's also not bad for AAPL , SPY . It might not work very good on it's not...
One of the questions hobbyist traders more often ask is: what is the perfect trading indicator? Every indicator is just a tool, so its efficiency is proportional to your ability to read its signals and translate them into an actionable trading strategy. The RSI is likely the most flexible and easy to use among the technical indicators. This trading strategy...