NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Searching for entries matching oscillator, looking in keywords for any words
Found 34 matching entries

Sort by

Entries
MACDBBLines (amaMACDBBLines) 5 *
Version 1.3 October 30, 2018

The MACDBBLines indicator is built from a standard MACD indicator with Bollinger Bands added to the signal line. The MACD values are shown as dots. This indicator is typically used to generate with-trend entries when the upper or lower Bollinger Band is violated.

Minor trend: The minorlower timeframe trend is up when the MACD is rising. It is down when the MACD is falling.

Major trend: The higher timeframe trend may be taken from the MACD itself. An major uptrend is signaled when MACD > 0, while MACD < 0 stands for a major downtrend.

Public Properties: The indicator comes with a few public Series<double> that can be accessed via other indicators or automated strategies. These will also be shown in the strategy builder. The series "Trend" may be used to detect the minor trend. "Trend" will show the value +2 when the MACD is rising and above the upper Bollinger Band, +1 when it is rising and below the upper Bollinger Band, -1 when it is falling and above the lower Bollinger Band, -2 when it is falling and below the lower Bollinger Band. You will further find two Series<double> "LongSignal" and "ShortSignal". "LongSignal" will return +2 for an upper band violation in a major uptrend (strong signal), +1 for an upper band violation in a major downtrend (weak signal) and 0 for no signal. Accordingly, "ShortSignal" will return +2 for a lower band violation in a major downtrend (strong signal), +1 for an lower band violation in a major uptrend (weak signal) and 0 for no signal.

Market Analyzer Column: The indicator comes with two separate market analyzer columns. The first column will simply indicate the trend and return values based on rising and falling MACD above or below the Bollinger Bands as described above. The second column will return entry signals, where +2 stand for a strong long signal, + 1 for a weak long signal, 0, for no signal, -1 for a weak short signal and - 2 for a strong short signal. For the market analyzer I have squeezed long and short signals into a single column, as there is little space on a market analyzer. For the Series<double> objects, I have separated the LongSignal and ShortSignal series, as they are designed to return positive values or 0 for no signal only. Please pay attention to the difference.

Paint Bars: The indicator comes with paint bars that reflect the minor trend. The colors are similar to the colors for the MACDBB dots, but you may differentiate between upcloses and downcloses.

Sound Alerts: The indicator comes with sound alerts that will be triggered when the upper or lower band is violated, or when the major trend changes.


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: MACDBBLines (amaMACDBBLines)
Category: NinjaTrader 8 Indicators and More 


October 31st, 2018
Size: 14.91 KB
Downloaded: 2132 times

Keywords: bollinger macd macdbb macdbblines oscillator
McClellan Oscillator & Summation Index 5 *
Exported using NT Version 7.0.1000.12

Following a request by a member of this forum I have quickly implemented a version of the McClellan Oscillator and the (calibrated) McClellan Summation Index. The indicators can only be used with daily data. It is required that your daily data feed includes data for the net advancing/declining issues. The NinjaTrader symbol is ^ADD. The data is also available through the free Kinetick EOD data feed.

McClellan Oscillator: The McClellan Oscillator is a MACD calculated from the NYSE net advancing/declining issues. The oscillator is calculated from the 10% trend and the 5% trend, or otherwise put from an EMA(19) and an EMA(39).

McClellan Summation Index: The McClellan Summation Index is obtained by adding up the values of the McClellan Oscillator. It is neutral at the +1000 level. Historically the neutral level was shifted to + 1000 to make negative levels rare and noteworthy. The indicator attached follows the formula published in the June 1994 issue of Technical Analysis of Stocks & Commodities.

The indicator values that will be displayed depend on the input data. I have noticed that the data for advancing/declining issues used by McClellan Financial Publications slightly differs from the data supplied by Kinetick EOD. The indicator values are therefore similar, but not identical. For practical purposes the accuracy should be sufficient.

For further information please visit:

https://www.mcoscillator.com/learning_center/kb/mcclellan_oscillator/the_mcclellan_oscillator_summation_index/


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: McClellan Oscillator & Summation Index
Category: NinjaTrader 7 Indicators 


March 17th, 2013
Size: 7.53 KB
Downloaded: 656 times

Keywords: index mcclellan oscillator summation
Momentum BB Lines 5 *
This is the conversion of the NinjaTrader 7 "Momentum BB Lines" indicator to MultiCharts.

According to FatTails, the developer of the NinjaTrader indicator:

Quoting 
The Momentum BB Lines is an indicator, which is similar to the MACD BB Lines. However, it is not based on the MACD, but on a smoothed, balanced momentum.

The balanced momentum is obtained, when the input value one period ago is replaced with a triangular momentum. This avoids that wide ranging bars which drop out of the momentum calculation have an impact on the momentum line.

The balanced momentum is exponentially smoothed with a selectable smoothing period. The BB Lines are Bollinger Bands, which use the same period for the standard deviation as is used for the balanced momentum before smoothing. The Bollinger Bands are applied to the smoothed momentum.

Different colors can be selected for a rising and falling smoothed momentum and for dots outside and inside the Bollinger Bands.

Since the Momentum BB Lines indicator uses multiple colors, I've chosen to hard code these in the indicator to prevent cluttering of the MultiCharts status line. Changing the code to different colors is quite easy, and here you can find a list of RGB colors to use.

This indicator also includes the Momentum Modified indicator that was included in the original NinjaTrader indicator.

If you like this indicator, please go over to this page and give the original author of this indicator (FatTails) a thanks.


Category MultiCharts 
 
Suggest other entries I might like
Details: Momentum BB Lines
Category: MultiCharts 


February 7th, 2012
Size: 12.21 KB
Downloaded: 566 times

Keywords: bollinger momentum oscillator
Murrey Math Oscillator 5 *
Price Oscillator with Murrey math lines.


Category MultiCharts 
 
Suggest other entries I might like
Details: Murrey Math Oscillator
Category: MultiCharts 


June 27th, 2022
Size: 12.45 KB
Downloaded: 112 times

Keywords: histogram math murrey oscillator
Oscillator Alert Indicator 4 *
I had this built to help ultilize the information that was locked up in the Ninjatrader oscillator list. Now you can specify what oscillator you want to monitor, and look for reversals inside of a threshold to see where that oscillator has formed a reverse delta.

I would deploy it in one of two configurations depending on the trading strategy. I had it made to see the entries with trend, to be accompanied with an EMA_Slope indicator. In this case, I would set the "Level_OB = -100" and "Level_OS = 100" to see every possible turn, but filter visually with trend.

When deployed with a volatility filter (keltner/bollinger,etc) set the "Level_OB" and "Level_OS" just shy of the average max min to see deviations near the extreme highs and lows.

Notes:

Datafeed Config Parameters: Experiment with non-time bars such as range or tick. These will show pivots cleaner many times sans the issues associated with choppy wicks. Be sure to make sure the bar type you're using is chosen under "Base Data Type" and "Base Data Value".

Data/Input Series: Here is where you choose the oscillator you wish to monitor from the list of indicators on your machine, and the value of that oscillator.

PM me with any questions, and enjoy.


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: Oscillator Alert Indicator
Category: NinjaTrader 7 Indicators 


July 22nd, 2017
Size: 11.28 KB
Downloaded: 695 times

Keywords: oscillator
Price Momentum Oscillator
This is a price momentum oscillator for ThinkorSwim. It is computed by taking the rate of change over N bars, then smooths that with an averaging function. In this case, it uses the Hull Moving average with a given period M.

It can be used as an indicator of relative strength, internal strength or price movement.

The indicator is a txt file, so you can either copy/paste the content into a new study in ToS or rename the file to a .ts extension and import it.


Category The Elite Circle 
 
Suggest other entries I might like
Details: Price Momentum Oscillator
Category: The Elite Circle 


April 6th, 2010
Size: 271 bytes
Downloaded: 209 times

Keywords: momentum oscillator price thinkorswim
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: 653 times

Keywords: oscillator rsi srsi wilder
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: 936 times

Keywords: chande kroll oscillator rsi stochastic
Stochastics KDJ
This is the conversion of the NinjaTrader 7 KDJ Indicator coded by aligator.

According to the author of the original indicator:

Quoting 
The J line is a measure of divergence between %D and %K. The value of J can go beyond [0, 100] range. Values of J line over 100 or under 0 are supposedly the most bullish or bearish for larger swings.

And:

Quoting 
One needs to watch as the %D is in overbought and oversold areas (20 - 80). As long as the J line is beyond 0 and 100 percent and has not hooked up or down the price is going to remain in overbought or oversold area. One needs to consider to sell the overbought or buy the oversold when %D is above 80 or below 20 and J line begins to hook down or up. Other indicators such as momentum, volume, support and resistance, etc. need to be considered for confirmation.

Thanks to SPMC for pointing out the error that got me stuck.


Category MultiCharts 
 
Suggest other entries I might like
Details: Stochastics KDJ
Category: MultiCharts 


February 18th, 2012
Size: 7.26 KB
Downloaded: 271 times

Keywords: oscillator stochastics
 



 
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