NexusFi: Find Your Edge


Home Menu

 



Categories Help    

Search Results
Searching for entries matching rsi, looking in keywords for any words
Found 22 matching entries

Sort by

Entries
View the winning 'starred entries' HeikinAshi RSI Oscillator (HARSI) 5 *
Winning Entry February 1st, 2024 to March 1st, 2024 [1 votes]

Note: If you find bugs, have feature requests, or anything else, post in THIS thread.

This is the HARSI indicator, requested in THIS thread.

This indicator is a port from TradingView. This indicator was originally created by a gentleman named JayRogers. If you want more info on this indicator, go HERE.

Most of the items in the settings should be self-explanatory.

The customization for the horizontal lines, and plots are near the bottom of the UI, if the styling or levels need to be changed.

The Stochastic Ribbon(blue/red lines) is disabled by default. If you use the ribbon, and the ribbon is taller than you want, you can use the "Stoch Scaler" input to scale it to a percentage of its normal size.

The RSI histogram is the same as the regular RSI(yellow line), so the histogram is also disabled by default.

For coders interested in pulling the HA levels for strategies... The bars are created within onRender(), so there is no actual object for the bars on the chart. There is however, and exposed data series for the OHLC values of the HA bars. The four individual data series are called, openHA[0], highHA[0], lowHA[0], closeHA[0] respectively.

NOTE: Installing this indicator will create a folder called "BTMM," that's where the indicator will be.


---EDIT - V2 13May2022---
*Added Null/Bars check to OnRender() method.
*Removed logic to attempt to automatically set the LINES for the Stochastics to transparent, when using 'ribbon' mode for the Stochastics. This might cause error in the case a user switches back and fourth.


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: HeikinAshi RSI Oscillator (HARSI)
Category: NinjaTrader 8 Indicators and More 


April 5th, 2022
Size: 13.22 KB
Downloaded: 979 times

Keywords: ashi harsi heikin heikinashi rsi stochastic
RSI Dynamic Zones iT3 4 *
This is an RSI with Dynamic zones with a Smoothing algorithm. It was translated from an MT4 indicator written and shared by Mladen, and now we can use it in Multicharts.

If you Download the Indicator and like please click on the thanks button.


If you have any questions you can go to my Trading journal.
https://nexusfi.com/trading-journals/46850-elitecamper-s-micro-trading-journal.html


Category MultiCharts 
 
Suggest other entries I might like
Details: RSI Dynamic Zones iT3
Category: MultiCharts 


April 4th, 2022
Size: 7.59 KB
Downloaded: 131 times

Keywords: dynamic rsi smoothed zones
gbRevEngRSITrend 5 *
gbRevEngRSITrend, Ver 1.0, TraderGB, May 29, 2021

Description:
Uses the Reverse Engineered RSI indicator to determine trend. Fifty on the RSI marks the point where the average of up closes is equal to the average of down closes. If the RSI is above this point the average of the up closes is greater that the down closes and vice versa. Instead of using 50 as the point of demarcation, this indicator accounts for noise by defining upper and lower boundaries above and below 50 (default of 52 for upper and 48 for lower). An uptrend is signaled when a low is printed above the upper boundary plot and a downtrend when a high is printed below the lower boundary plot.

Plots for standard deviation or ATR bands are an additional option that can be employed. The upper deviation plot is a multiple of the StdDev or ATR added to the upper boundary plot. The lower deviation plot uses this same deviation value and subtracts it from the lower boundary plot.


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: gbRevEngRSITrend
Category: NinjaTrader 8 Indicators and More 


May 30th, 2021
Size: 10.87 KB
Downloaded: 886 times

Keywords: reverse rsi trend engineered
RSI With 4 User Defined Zones 5 *
This script was requested by @Mtype for Ninja Trader 8 -
https://nexusfi.com/elite-circle/1261-want-your-ninjatrader-indicator-created-free-1662.html

It is an RSI oscillator with a smoothing moving average. Four zones are drawn with user selectable colors and opacity. The zone sizes are also user defined.

This will give you a quick visual idea on the location of the RSI, among other things.

It can be combined with other indicators, such Stochastics and CCI, by using Transparent colors for the built in RSI indicator.


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: RSI With 4 User Defined Zones
Category: NinjaTrader 8 Indicators and More 


February 15th, 2021
Size: 5.81 KB
Downloaded: 493 times

Keywords: rsi zones regions
QQE (Quantitative Qualitative Estimation) 5 *
This is simply a conversion of the QQE for NT7 by Fat Tails.
Please refer to his post in the NT7 downloads section for details.


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: QQE (Quantitative Qualitative Estimation)
Category: NinjaTrader 8 Indicators and More 


February 29th, 2020
Size: 6.83 KB
Downloaded: 1243 times

Keywords: divergence qqe qualitative quantitative rsi
Connors RSI (amaConnorsRSI) 5 *
Version 1.0 March 6, 2017

Created by Larry Connors, this indicator is a composite of three separate components. Two of the three components utilize the Relative Strength Index (RSI) calculations developed by Welles Wilder in the 1970’s, and the third component ranks the most recent price change on a scale of 0 to 100.

In effect, the three components combine to form a momentum oscillator. The output value between 0 and 100 then identifies short-term overbought and oversold conditions.


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: Connors RSI (amaConnorsRSI)
Category: NinjaTrader 8 Indicators and More 


June 21st, 2018
Size: 7.06 KB
Downloaded: 633 times

Keywords: momentum oscillator rsi connors
Slow Relative Strength Index (amaSRSI) 5 *
Version 1.2 November 25, 2017

The Slow Relative Strength Index (SRSI) is an oscillator which was presented by Vitali Apirine in the April 2015 issue of Stocks & Commodities.

The SRSI is a momentum oscillator derived from the RSI developed by Welles Wilder in 1978. Where the RSI takes into account price moves relative to the prior bar's close, the SRSI compares the current price to an exponential moving average. The SRSI uses the same scale as the RSI. A value above 80 is considered as overbought, whereas a value below 20 indicates an oversold condition.

Compared to the RSI, the SRSI is supposed to generate stronger long term signals, but weaker short term signals. I have added a signal line to the indicator.

Nota: I saw that another version of the SRSI has already been posted. That version is not adapted to work with bar types that support RemoveLastBar() such as Renko bars or Linebreak bars.







Nota: There is another version of the SRSI posted, which will not work correctly with bar types that support RemoveLastBar().


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: Slow Relative Strength Index (amaSRSI)
Category: NinjaTrader 8 Indicators and More 


November 25th, 2017
Size: 4.22 KB
Downloaded: 646 times

Keywords: oscillator rsi srsi wilder
Traders Dynamic Index (amaTradersDynamicIndex) 5 *
Version 1.2 September 16, 2017

The Traders Dynamic Index (TDI) is a trend following momentum indicator based on the RSI. It was developed and presented by Dean Malone. The Traders Dynamic Index comes with the following plots

- the Priceline, which is a SMA(2) of RSI(13)
- the Signalline, which is a SMA(7) of RSI (13)
- the Midband, which is a SMA(34) of RSI (13)
- Bollinger Bands around the SMA(34) using a standard deviation multiplier of 1.62

The following combinations may be considered as trade rules:

- go long, if Priceline > 50
- go short if Priceline < 50
- consider an exit, if Priceline is above 68 or below 32

- go long if Priceline > Signalline
- go short if Priceline < Signalline
- exit if Priceline crosses Signalline

- trendfilter long, when Priceline > Midband
- trendfilter short, when Priceline < Midband

- add to long, when Priceline > upper Bollinger Band
- add to short, when Priceline < lower Bollinger Band

Detailed rules how to use the Traders Dynamic Index have been published by Dean Malone within the framework of the E.A.S.Y. trading method.


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: Traders Dynamic Index (amaTradersDynamicIndex)
Category: NinjaTrader 8 Indicators and More 


September 16th, 2017
Size: 8.24 KB
Downloaded: 1607 times

Keywords: bollinger bollingerbands oscillator rsi tdi tradersdynamicindex
Slow Relative Strength Index (SRSI) 5 *
Exported using NT 7.0.1000.27

The Slow Relative Strength Index (RSI) was presented by Vitali Apirine. Details can be found in Stocks & Commodities V. 33:4 "Slow Relative Strength Index" (April 2015).

The Slow Relative Strength index is similar to the RSI presented by Welles Wilder in 1978, but it has the ups and downs replaced with the differences between the current close and a 6-period EMA. The default lookback period for the indicator is 14 bars, which is identical to the lookback period for the RSI.

I have added a signal line, which is a 10-period EMA of the SRSI.

The indicator has been coded in a way that it can be used with setting COBC = false without generating a significant CPU load.


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: Slow Relative Strength Index (SRSI)
Category: NinjaTrader 7 Indicators 


March 19th, 2015
Size: 4.20 KB
Downloaded: 753 times

Keywords: oscillator rsi srsi wilder relativestrengthindex
Stochastic RSI 5 *
Exported using NT 7.0.1000.22

The Stochastic RSI was developed by Tushar Chande and Stanley Kroll. Details can be found in Stocks & Commodities V. 11:5 "Stochastic RSI and Dynamic Momentum Index" (May 1993) and in their book "The New Technical Trader", which was published in 1994. The Stochastic RSI is said to better in identifying overbought and oversold conditions than both the RSI or the Stochastics.

The Stochastic RSI comes as a default indicator with NinjaTrader. The version published here is a version with the following enhancements:

- The NinjaTrader default indicator calculates a raw Stochastics directly from the RSI, which is used as an input series. No further smoothing is possible. The enhanced version allows further smoothing of the raw K line. The default period for the K line smoothing is set to 1 (no smoothing).

- The indicator comes with a D line added. The D line is calculated as a SMA of the K line and can be used as signal line.

- The NinjaTrader default version uses the same lookback period for the RSI and the Stochastics. This is in line with the suggestions by Tushar Chande and Stanley Kroll. However, this version allows to select different periods for RSI and Stochastics.

- Code efficiency is improved, which results in a reduced CPU load, when the indicator is set to COBC = false.


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: Stochastic RSI
Category: NinjaTrader 7 Indicators 


May 6th, 2014
Size: 10.02 KB
Downloaded: 934 times

Keywords: chande kroll oscillator rsi stochastic
 



 
Category
 





© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top