Cerca negli script per "rsi"
RSI/Stochastic/Percentrank all on chart and all in oneThe limitation of max 3 indicators on tradingview is pretty bad for indicators lovers (like me) so i made this script able to contain a rsi, a stochastic and a percent rank and that in only one indicator !! Pretty cool isn't it ? ;)
Every parameter is linked to one indicator, you can have all of them with differents period lengths
You have the possibility to disable each indicators and add clarity to the chart.
Do you want me to add more indicators ? If yes witch ? Comment bellow :D
Hope this help
RSI scalpingLook for trending market on higher timeframe with ADX and SMA
Scalping with rsi shorter time frame
RSI with ChannelsThis is basically the default RSI indicator with lines drawn on increments of 5, nothing special really.
This can be used in crypto/forex/traditional markets.
Please let me know if you found this to be useful and/or if you think it could use some additional work. Thanks!
RSI-candlestick StrategyThe script follows a modified rsi strategy and orders are placed if a candlestick pattern is identified in the current or previous candle.
(For optimized results you can add or remove the strategy entry and exits based on the chart you wish to apply the script to).
RSI Strategy - TannerHello everyone, this is my first script on TV. I have done some research on cryptocurrency strategies and much of which has been in technical indicators by combining trend and momentum analysis together. Pine Script is quite a difficult language to learn as opposed to Python.
Anyways, I made some adjustments for the RSI strategy to include a stop loss/take profit and added indicators upon the first initial overbought and oversold levels(70 and 30 respectively). Please DO give me advice or recommendations. Primarily, I am confused as to what metric the stop loss and take profit parameters are using as they do not change when the values are changed in the input. I am unable to tell whether the strategy repaints. Could someone explain why repainting typically occurs in crossovers?
*DISCLAIMER*
This script is merely to help myself and others learn about the Pine Script language. I would not advise you to use this script for live trading. Thanks!
RSI Cloud [DW]This is a simple experimental study utilizing multiple RSIs and their divergences to visualize price activity.
RSI/MFI with Volatility Bands [GVD]This is an edit of the LAzyBear script.
The script is adjusted to show both the RSI and the MFI on 1 chart.
RSI with small Take Profit - Long-onlyThis script open a long position when RSI < 30 and close the position after a small take profit. No stop loss but if you analyse List of Trades then you'll see that several position are closed for unknow reason.
RSI HistoAlert Strategy This simple indicator modified RSI
You can use in the xPrice any series: Open, High, Low, Close, HL2, HLC3, OHLC4 and ect...
You can change long to short in the Input Settings
Please, use it only for learning or paper trading. Do not for real trading.
RSI_3lines_TheSwedRSI script with 3 lines. Also added lines: 90, 80, 20 and 10 to the script as I use this for trading.
RSI(2) Buy/Sell SignalLong/Short entry signaling based on extreme RSI-2 values. The modeling indicates this a good strategy. It's possible to improve profitability by using discretion to enter trades at a more optimal price (i.e. close of the signaled day rather than the open of the following day) and to let the trades run a little longer, but I have not been successful in scripting those scenarios.
RSI Oversold/UndersoldThe study script will place GREEN BUY arrows BELOW oversold conditions and RED SHORT arrows ABOVE overbought conditions. You can configure the period
Most RSI(14) indicators use a 14-period, I prefer a 5-period. The period, overbought and oversold periods are settings that can easily be changed by adding this study to your chart and clicking the "gear" icon next to the study inside your chart.
RSI small trade strategyTrialling a small gains strategy.
Unfortunately it caps out at 2000 trades otherwise I would be improving the maximum loss of stopping out trades once the RSI entered an overbought or oversold region