Komut dosyalarını "rsi" için ara
RSI Indicator (basic)Basic RSI indicator, formatted a little differently from the built-in one. Includes an optional signal line, as well as optional highlighting of overbought/oversold values with dots.
RSI or MFI %BPlot where RSI or MFI is in its Bollinger Bands . Can be used in many different way: as a trend indicator (above below 0.5), part of a trend following strategy when crossing above 0 (resume bullish trend ) or crossing below 1 (resume bearish trend ), also useful for divergences, etc...
RSI-cumulative net volume as MACDSo here in this model I take the RSI-cumulative net volume and convert it to MACD
I think it look nicer then original but it just idea:)
for different time frame just change setting:)
rsi cross indicatorNeat little RSI oversold and overbought markers above and below the bars. Helps visually identify whether the indicator is in overbought or oversold conditions.
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!