NexusFi: Find Your Edge


Home Menu

 



Categories Help    






NinjaTrader 8 Indicators and More
Indicators and Files in this section are compatible with NinjaTrader 8


Sort by
Filter

Show full/short entries Entries
Price line alert indicator 5 *
This indicator allows you to place price alerts in a very simple way.

- Add the indicator to your chart(s)
- Place one or more horizontal lines on your chart on the places where you would like an alert
E.g. near S&R levels or fib. levels
- Next when price crosses one of these lines you will get an audible alert

You can place as many lines as you like, and if you want to change one.. simply drag it up or down to its new price.
But please note.. it only works with a horizontal line, not with any other drawing element(s)

--- updated ---
Uploaded new version which source code.
 
Suggest other entries I might like
Details: Price line alert indicator


September 27th, 2018
Size: 2.38 KB
Downloaded: 1026 times
Regression Channel (amaRegressionChannel) 5 *
Version 1.1 September 9, 2018

The Regression Channel already comes as a NinjaTrader default indicator. However, the NinjaTrader default indicator comes with a few limitations, which are adressed by this indicator:

- The default indicator calculates the regression channel from the last bar loaded by OnBarUpdate(). When the chart scrolled back horizontally, the regression channel remains in its future position until it drops out of the chart.
- The default indicator does not allow for calculating the linear regression channel a few bars ago and then project the channel lines forward until the current bar.

This version of the indicator has the two issues addressed:

- The regression channel is calculated from the last bar shown on the chart and will adapt its position accordingly when you scoll back the chart horizontally.
- You may enter an offset and calculate the regression channel a few bars ago. The regression channel will then be extended until the last bar shown on the chart.

Repainting behavior: All regression channels - whether linear or polynomial - belong to the class of repainting indicators. All regression channels are retrofitted to the selected lookback period. The repainting can be easily observed with this indicator when scrolling horizontally. The indicator comes with an option to display the regression bands. The regression bands show the trace that the regression channel has painted on the chart without repainting any prior bars.

Public DataSeries: The indicator comes with four additional public DataSeries that can be accessed via the strategy builder.

- Normalized slope - This is an output which returns the slope in synthetic degrees. The slope has been normalized by dividing it by the square root of the average true range and then applying the arctangent.
- NormalizedChannelWidth - This series returns the normalized channel width around the regression line and may be used as a measure of non-directional volatility.
- RegressionTrend - The regression trend holds the value + 1 for an upsloping regression line and -1 for a downsloping regression line.

Market Analyzer Columns: The indicator comes with three separately coded market analyer columns which allow for displaying normalized slope, normalized channel width and the regression trend on the market analyzer.
 
Suggest other entries I might like
EquitiesV1 5 *
This indicator is for equities traders, to compare current performance with the 'other 3' equities and an average of all 4.
It adds data series for ES, NQ, RTY and YM, shows % change for each since the session open (24 hr session, not just the day session) as well as a simple moving average of all 4. The SMA period is user-configurable. Default is 10.

Please note that the expiry date is one of the parameters. It's hard-coded with an 09-18 expiration, but you'll need to manually update that when you use the next contract date. (Or an earlier one)

I know I could have made the code extract the current expiry date, but the truth is I didn't feel like bothering working out that code again. (Did it for a previous indicator in NT7.)

I hope some of you find this indicator of use.

*** I finally updated the code for this indicator to pull that expiration date from the chart, so you don't have to input the date manually anymore.
Please find version 2 here: https://nexusfi.com/local_links.php?action=ratelink&catid=27&linkid=2047
 
Suggest other entries I might like
Details: EquitiesV1


August 27th, 2018
Size: 5.34 KB
Downloaded: 243 times
Double Smoothed Stochastics (amaDSSBressert) 5 *
Version 1.0 August 14, 2018

The Double Smoothed Stochastics by Walter Bressert came after William Blau presented his version of the Double Smoothed Stochastics in 1991. Both indicators are widespread in the trading community, but they use different algorithms. While William Blau applied separate smoothing to numerator and denominator, Walter Bressert simply applied the Stochastics %K line to itself. Applying the Stochastics twice leads to an acceleration of the running pattern. Furthermore the Double Stochastics is smoother when compared to the classic Stochastics and generates signals more frequently.

The Double Stochastics by Walter Bressert ships with NinjaTrader as in-built indicator. This version of the Stochastics adresses a few issues of the NinjaTrader default indicator:

- The default indicator has preset the %K line smoothing to 3, value which cannot be changed.
- The default indicator does not have a signal line.
- The default indicator can only be applied to price, but cannot be applied to other indicators.

This version allows for setting the smoothing period for the %K line, comes with a signal line and maybe applied to other indicators as input series.
 
Suggest other entries I might like
Details: Double Smoothed Stochastics (amaDSSBressert)


August 24th, 2018
Size: 7.10 KB
Downloaded: 813 times

Keywords: doublestochastics exponential oscillator overbought oversold stochastics
Better Volume (amaBetterVolume) 5 *
Version 1.1 September 12, 2018

This indicator is based on the original version of the Better Volume Indicator from https://www.emini-watch.com/. It identifies the following events relative to the selected lookback period:

Breakout or climax bars: A breakout or climax bar is a wide range high volume bar for which the the product "volume times range" is higher than for all preceeding bars of the lookback period.

Churn bars: A churn bar is a narrow range high volume bar for which the ratio "volume per range" is higher than for all preceeding bars of the lookback period.

Climax churn bars: A climax churn bar is a high volume bar that qualifies both as a climax bar and as a churn bar.

Low volume bars: A low volume bar is a bar which has a lower volume than for all preceeding bars of the lookback period.

The indicator uses two lookback periods. The larger lookback period identifies stronger climax and churn bars, the smaller lookback period points to weaker climax and churn bars and is used to identify low volume bars.

A breakout or climax bar may occur at different locations. It may start a trend as a breakout bar, it may indicate that an existing trend continues after price has consolidated or it may occur at the end of a trend and indicate that the trend is near exhaustion. This bar type is similar to classic types of gaps that may be found on daily charts. There are runaway gaps, continuation gaps and exhaustion gaps. Breakout or climax bars may be used as a subsitute for those gaps when trading smaller timeframes.

Relative Volume: When you use the BetterVolume indicator with intraday data, it is pretty much distorted at the beginning of the regular session. When compared to pre-session bars, all the bars in the beginning of the regular session look like high volume bars, which in turn leads to false signals. This behavior is corrected when the Better Volume indicator is applied to "relative volume" instead of "absolute volume". This version of the indicator allows for performing the Better Volume calculations on both absolute volume and relative volume.

Sound Alerts: The indicator comes with sound alerts.

Market Analyzer Column: I have included a market analyzer column with the install file. The market analyzer column will return bar codes for each type of signal: strong climax churn bar = 0, strong climax bar = 1, strong churn bar = 2, weak climax churn bar = 3, weak climax bar = 4, weak churn bar = 5, low volume bar = 6, upclose no signal bar = 7, downclose no signal bar = 8, doji no signal bar = 9. Based on these values you may define cell conditions and show the signals as text with background color on the market analyzer.

Update version 1.1: Bug removed. Sound alerts did not fire, because the path for the sound files had not been initialized.

Update version 1.3:: Holiday calendar updated for Relative Volume indicator, sound alerts now working on inactive charts.

Nota: The forum software has renamed the downloadable zip file to the false version number 1.0. Please disregard the version number of the zip file. The zip file contains the indicator version as specified above.
 
Suggest other entries I might like
Details: Better Volume (amaBetterVolume)


August 22nd, 2018
Size: 26.72 KB
Downloaded: 2229 times

Keywords: bettervolume churn climax climaxchurn volume vsa
PriceLineV1 5 *
This indicator merely draws a horizontal line at the current price, updating as price changes.

I find it kinda handy for noting when price is approaching previous turning points without drawing S/R lines all over the place.

NOTE:
Version 8.0.15.1 of Ninjatrader includes an indicator they cleverly called PriceLine. It will break this indicator, but provides the same functionality as this plus can show a Bid and an Ask line. rendering this indicator obsolete.
(10/4/18)
 
Suggest other entries I might like
Details: PriceLineV1


August 15th, 2018
Size: 1.42 KB
Downloaded: 495 times
BarsInARowV1 5 *
As requested, this indicator has been updated for NT8.

It merely counts the number of rising and falling bars that occur in succession, resetting the number every time a bar either goes the other way or closes at the same value as it opens.

This also includes an SMA of both rising and falling bars with a user-configurable SMA period.

Hope you find some use for it.
 
Suggest other entries I might like
Details: BarsInARowV1


August 15th, 2018
Size: 3.33 KB
Downloaded: 503 times
Multiple Selections for Candlestick Patterns NT8 5 *
Version 1.0
Exported from NT 8.0.14.1 64 Bit

This is a modification to the existing candlestick pattern indicator included with NT 8. Their version only allows for selecting one pattern at a time. This version allows you to select all or each one individually. Otherwise it operates the same as the old version.

To allow each type to be selected, uncheck the box that says "Find_All" then check the boxes you want the indicator to find.

If you leave the check box "Find_All" checked it will find all regardless of how you have the others set.

I have a decent computer and I notice a little lag when "Find_All" is selected. Use with caution.
 
Suggest other entries I might like
Details: Multiple Selections for Candlestick Patterns NT8


July 19th, 2018
Size: 11.81 KB
Downloaded: 978 times

Keywords: candlestick pattern
Bar Timer Located At The Bar 5 *
Version 1.0
Exported from NinjaTrader 8.0.14.1

Modified the existing bar timer to move the time remaining next to the current bar.

If the time left is less than 1 hour it will only display minutes and seconds otherwise it will display hours, minutes and seconds remaining.
 
Suggest other entries I might like
Details: Bar Timer Located At The Bar


July 16th, 2018
Size: 2.49 KB
Downloaded: 1116 times

Keywords: bartimer timer
Tick Counter Located At The Current Bar 4 *
Version: 1.0
Exported with NinjaTrader 8.0.14.1 64 bit.

Simple Tick Counter modification to the one included with NinjaTrader 8 that replaces the one located at the bottom right of the screen and places it next to the current bar.

The size of the text is determined by the font size you have set for the chart. The color is also automatically set based on the text color settings you have set for that chart.

This is my first indicator modification, please let me know if you have issues importing.
 
Suggest other entries I might like
Details: Tick Counter Located At The Current Bar


July 14th, 2018
Size: 139.65 KB
Downloaded: 678 times

Keywords: counter tick
 



 
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