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
A notice to all downloaders 5 *
No longer valid  
Suggest other entries I might like
Details: A notice to all downloaders


February 19th, 2017
Size: 1.10 KB
Downloaded: 102 times
MacdBB V4.0.2 NT8.0.4 + gradient + pullback setting 5 *


MacdBB V4.0.2 NT8.0.4 + gradient + pullback setting

22 Feb: Fixed alert message. Added file selector for sounds.

Includes:

* Paint bars.
* Candle outlines.
* Paint background of panel and chart.
* Standard option.
* New pullback option. If the dots are above/below the average then the dominant trend colors the dots.
* Gradient option with improved gradient methods.
* Radial gradient 'bling' for your dots.
* Custom audio alert.
* Gapless option. Use intraday to ignore the opening gap. Useful for determining the opening trend.
* Chart signals for entry and exit, based on crossing of the zero line, average or bollingers.
* New SignalIntSeries using +1 for uptrend, -1 for downtrend to use in your strategies.
* Choice between standard deviations or mean absolute deviation (MAD).

** I plan to make a version soon that will accept several smoothers for calculation and I'm looking into Text to Speech for audio alerts, something NT should have done.

Make sure you extract the .zip file first to show the files. Inside you will find the .zip to import!

Make sure you insert the included audio files here: C:\Program Files (x86)\NinjaTrader 8\sounds

All new coding done according to NT8 best practices here.

As usual, let me know if something ain't quite right.

 
Suggest other entries I might like
Details: MacdBB V4.0.2 NT8.0.4 + gradient + pullback setting


February 19th, 2017
Size: 115.70 KB
Downloaded: 2583 times
ToolBarClock 5 *
Feb 16th 2017 Version 1
This Indicator displays a clock within the Toolbar with options to customize including:

- Font Color
- Font Select
- Format Select
- Culture Select
- Show Clock
- Display All Tabs

Feb 18th 2017 Version 1.1
Culture enum update now includes additional languages:
- French
- German
- Dutch
- Finnish
- Hungarian
- Italian
- Portuguese
- Russian
- Spanish
- Swedish

Mar 3rd 2017 Version 1.2
Error resolved within State.Terminated that resulted in clock disappearing from toolbar when connecting to an account.


I'm self taught and just starting to understand what's required to convert my NT7 indicators over to NT8 so let me know if this can be improved.
 
Suggest other entries I might like
Details: ToolBarClock


February 16th, 2017
Size: 3.96 KB
Downloaded: 1219 times
ToggleTradesPro 5 *
Feb 2nd 2017 Version 1
This Indicator allows control over execution display through the ChartMenuBar with a drop down for selection of Markers, Text & Markers and Hide Trades.

Feb 4th 2017 Version 1.1
AutomationID update.

May 22nd 2018 Version 1.2
Preserve last selection

This indicator is a combination of two ideas found both here and on the NT forum.

I'm self taught and just starting to understand what's required to convert my NT7 indicators over to NT8 so let me know if this can be improved.
 
Suggest other entries I might like
Details: ToggleTradesPro


February 2nd, 2017
Size: 3.31 KB
Downloaded: 936 times
Regression Channel with fixed start V2 NT8.0.2 updated 5 *
Regression Channel with fixed start V2 NT8.0.2 updated

Updates::

Update V2.1.0 22 Jan=>

* Bug fix: On some occasions when using fixed start the LRC would not adjust accordingly.
* Made text messages more readable and less intrusive. (From feedback....thank you).
* Added option for a start marker. (From feedback....thank you).
* ZOrder adjustment - place behind or in front of bars.
* For coders: 'Friendly' names enums - no more camel case enums!

Update V2.0.2 Jan=>

* Added Mean Absolute Deviation thanks to 'spooz2'



Note: Make sure you have >= NT8.0.3.1 for the button to work without issues.

Included with this LRC:

* Ability to start the LRC from any bar of your choosing via a button.
* Directional coloring.
* Bands
* Four different price marker displays: Price, Standard deviations, ticks from the middle line, regression slope per ticksize (which enables you to compare the slopes of other instruments)
* Decimal places formatter....adjust to your liking.
* Ability to use Raff channels as shown here in TASC Oct 1991
* You can use on any indicator
* Unlike the NT8 version, you can scroll backwards and the LRC will plot the past.

Note:

If using the LRC fixed start feature you will have to manually refresh the chart by pressing F5. This is the compromise of using an indicator instead of a drawing tool.

You can download the two videos here and here for setting up options.


 
Suggest other entries I might like
Details: Regression Channel with fixed start V2 NT8.0.2 updated


January 14th, 2017
Size: 13.12 KB
Downloaded: 1605 times
PriceLine V2 NT8.0.2 with timer 5 *
PriceLine V2 NT8.0.2 with timer

This price line has been morphed with the NT8 bar timer.

* You can use the timer on time-based, tick or volume bars.
* I have made a custom price marker that attempts to emulate the default NT8 price marker. (You can use this AddOn for your own indicators as well).
* Set a threshold value to warn you when the timer exceeds the threshold value.
* Choose the ZOrder to enable plotting behind or in front of the bars.
* Choose opacity of the line.
* Set to plot the tick size thickness to use on Footprint charts. (These are not included).
* The timer and priceline colors are automatically set to the data series/instrument price marker so you must change this within the data series menu.
* Set the length to: Fullscreen, margin only, fullscreen minus margin, your length or timer only.

Notes:

* The timer will plot only whilst you are connected.
* The time-based timer is set off your system clock, so make sure this is correct.

You can download this video here to show you through the options.


 
Suggest other entries I might like
Details: PriceLine V2 NT8.0.2 with timer


January 13th, 2017
Size: 8.32 KB
Downloaded: 2175 times
OpeningPrice 5 *
Hello Traders, Rev 3... Astute trader NgoLimit suggested an enhancement. I have added the ability to change the drawing style.

Rev 2...An astute trader found a slight oversight in the code. The line size went to a fixed width if history was not enabled. I have fixed this. Thanks Aregon!

Rev 1...I have enhanced the capabilities a little. Now you can name the event. In the example, I have the CL Pit Open, the Equities Open and the CL Pit Close. I hope that this is useful for you...

Bob

Hello Traders, Here is an NT8 indicator that marks the pit open, or any other time based event such as a news event or inventory report or the like. It paints a horizontal line from the event and extends for x hours. Since the time can be set, you could use several instances of the indicator for the Open, News Event or whatever you like. You have the Option of turning the text on or off and the option of printing historical events. Since the indicator uses a synthesized 1Minute time base, you can put it on virtually any chart type and the time-price mark will always be correct. I use it for the CL Pit Open and important news events.

This is Rev 1. I added Line Width control

Trade Well
Bob
 
Suggest other entries I might like
Details: OpeningPrice


January 7th, 2017
Size: 2.68 KB
Downloaded: 1449 times
BT Opening Range Indicator 5 *
I found this somewhere on the F.IO or NT forums and someone helped me convert it to NT8. You can set the start times and end times of the opening range and save them. Okay I received some comments about this indicator so I thought I would share them. I was told it is not always precise when plotting on a tick or volume chart. It may be because the begin / end time is not exactly at the open or the close of the bar. It works fine on minute charts. It may not work well for timeframes higher than 30 minutes. I am not a coder, but the author of this indicator is here: https://x.com/bearishtrader and http://bearishtrader.blogspot.com/
 
Suggest other entries I might like
Details: BT Opening Range Indicator


December 22nd, 2016
Size: 2.65 KB
Downloaded: 1639 times
Emini Watch Better Rotation for Forex NT8.0.2 5 *
Emini Watch Better Rotation for Forex NT8.0.2

Barry has not provided an NT8 version yet on his website ..... so here it is.

See the image for options.

Note: Tested with EOD data but should work intra-day if you have a real-time feed for forex.

 
Suggest other entries I might like
Details: Emini Watch Better Rotation for Forex NT8.0.2


December 21st, 2016
Size: 4.77 KB
Downloaded: 839 times
Emini Watch Better Rotation for Markets NT8.0.2 5 *
Emini Watch Better Rotation for Markets NT8.0.2

Barry has not provided an NT8 version yet on his website ..... so here it is.

See the image for options.

Note: Tested with EOD data but should work intra-day if you have a real-time feed for stocks.

 
Suggest other entries I might like
Details: Emini Watch Better Rotation for Markets NT8.0.2


December 21st, 2016
Size: 4.09 KB
Downloaded: 1068 times
 



 
Category
 




© 2026 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 - Downloads - Top