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
Footprint Chart for NT8 5 *
A clean and simple Footprint Chart.

How to enable Tick Replay.

Version 1.6 | May 2017 (Latest)

- multi-threading optimization
- performance optimization

Version: 1.5 | Nov. 2016

- minor optimization of indicator visuals.
- minor optimization of code and logic.




Version: 1.4 | Nov. 2016

- value area has been added
- further optimizations

Version: 1.3 | Nov. 2016

- fixed a bug in the profile
- minor optimization of code and logic.

Version: 1.2 | Nov. 2016

- a simple volume profile has been added

Version: 1.1 | Nov. 2016 || Please update

- major improvement in calculating historical values
- added a background cell to the current bid and ask values.
- minor optimization of indicator visuals.
- minor optimization of code and logic.
 
Suggest other entries I might like
Details: Footprint Chart for NT8


November 21st, 2016
Size: 10.45 KB
Downloaded: 6943 times

Keywords: chart delta footprint
EMASlopeColor 5 *
Here is a basic indicator that shows uptrend and downtrend based on what EMA (exponential moving average) setting.
 
Suggest other entries I might like
Details: EMASlopeColor


November 10th, 2016
Size: 1.81 KB
Downloaded: 1696 times
Delta Package V3 NT8.0.2 with COT, HA and strategy sample code 5 *

Delta Package V3 NT8.0.2 now with commitment of traders (COT) and heiken-ashi

Update Feb 2017: Changed "Show above / below EMA colors" to false to avoid confusion.

Minor fix 30 Dec: Added ability to change bar width manually. Note, if you have any custom built strategies using DeltaV3 then you will have to adjust your code as per the strategy sample included.

New: Sample code for use in a strategy is included. The strategy does not do anything, it simply shows how to access the delta values. It works, I've tested it. Make sure you use TickReplay on your host chart if you want historical values accessed within a strategy.

Includes everything from V2 here as well as these additions:

1. Commitment of traders: high, low and total.
2. EMA plot: Set to normal, gapless and reset at session open.
3. Heiken Ashi: Chose from the algorithms of Dan Valcu (standard) or Sylvain Vervoort.
4. Painbars based on delta values or above/below the ema.

Plus general improvements......

Make sure you enable Tick Replay to use this historically! You will not need Gom recorder for this.

However, Tick replay will not work with some Renko bars due to RemoveLastBar()

*Occasionally if the bid/ask plots don't look quite right, especially if you haven't connected for a few days, make sure you right-click on the chart and select "Reload all Historical Data".

** Please report bugs to me via PM rather than in the comments. Thank you.

Here is a picture of how you can use delta for your trading.

I am not affiliated with this person or website, but you can get some ideas here.


 
Suggest other entries I might like
Details: Delta Package V3 NT8.0.2 with COT, HA and strategy sample code


November 8th, 2016
Size: 13.50 KB
Downloaded: 5463 times
ColorInputSeriesSlopeChanges 5 *
I created a universal indicator that will alter the color based on slope change of "ANY" distinct, single-value dataseries in any panel.

To use this, you need to learn how to define the input series for the indicator (all done via the NT8 UI).


You can use “ANY” other available dataseries as input and the color change will be applied. No programing required; upper Bollinger band, lower Keltner band, HMA, TSI, MACD, etc… any indicator you have on your system can be used as the input dataseries for this indicator.

You need to understand how to change input series to use this indicator. This works the same as it did in previous Nijatrader releases.

Read up on this here for NT8

1.) go to control panel
2.) select help guide (F1)
3.) open Operations by selecting arrow head
4.) open Chart by selecting arrow head
5.) select Working with Indicators document
6.) open How to edit an indicator's parameters by selecting arrow head
scroll to bottom of this display to read about changing indicator input series

Note, this feature is recursive meaning you can do this multiple times for example
ColorInputSeriesSlopeChanges(ema(volume)))


You can change the colors used, the defaults are Red (down), Yellow(same or peak), or Green(up).

Yellow can indicate values that are identical but it can also represent what I call Peak. The Peak value is the bar that is the apex of the slope change (ie from up to down). You can also toggle the display of Peak off or on.
 
Suggest other entries I might like
Details: ColorInputSeriesSlopeChanges


November 6th, 2016
Size: 2.15 KB
Downloaded: 940 times

Keywords: change color slope
Reversal Bars for NT8 (BarType) 5 *
This bar type creates a new bar when price reverses by a pre-defined amount of ticks from the high/low of the bar. As soon as a new bar is created and price moves at least the amount of pre-defined ticks in one direction, the bar again, closes after a reversal of pre-defined ticks.

Version: 1.0 | Nov. 2016


The Close Marker can be found here.
 
Suggest other entries I might like
Details: Reversal Bars for NT8 (BarType)


November 6th, 2016
Size: 1.91 KB
Downloaded: 1226 times

Keywords: bars bartype reversal
Supply Demand Zones for NT8 (MTF) 5 *
The indicator plots supply and demand based zones from various time frames on the chart. It also adds a context menu item to the default Ninjatrader context menu to hide and show active and broken zones.

Version: 1.2 | Dec. 2016
 
Suggest other entries I might like
Details: Supply Demand Zones for NT8 (MTF)


November 6th, 2016
Size: 13.33 KB
Downloaded: 8096 times

Keywords: demand supply zones
secondsperbar 5 *
Simply totals the seconds required to draw a bar. Designed to be used with non-time based bars. Includes 2 horizontal reference lines, for example can have the 1st line represent 60 seconds (1 minute) and 2nd line set to 180 seconds (3 minute). Bars change to red if the number of seconds exceeds your desired Maxsec threshold, for example turns bars red if 120 seconds (2 minutes) is exceeded. Includes ability to draw a SMA of the time as well that defaults to a 5 period.
 
Suggest other entries I might like
Details: secondsperbar


November 4th, 2016
Size: 3.57 KB
Downloaded: 584 times

Keywords: bar per time seconds
Big Candle v1.0 5 *
Big Candle v1.0

Identify unusually large price movements. If the range for the bar is outside of the standard deviation then the bar gets highlighted. There are also options to draw arrows on your main chart, and trigger alerts.

Really good at warning you of large movements triggered by news.

Lines on the indicator show you the average range, and how much range deviates from that average. Basically if that bar is above the top line it will be highlighted. Try different values for the periods and deviation factor to get the movements that you want highlighted.

I recommend using the plots on the indicator to help get the settings that you want, and then resizing the panel to hide the plot. Then just rely on the arrows and alerts.

Files can also be obtained from Github:
https://github.com/twdsje/Ninjatrader-scripts/blob/master/ExportNinjaScript/BigCandle.zip
 
Suggest other entries I might like
Details: Big Candle v1.0


November 3rd, 2016
Size: 2.27 KB
Downloaded: 454 times
The 'Squeeze' V1 cloned for NT8b13 5 *
The Squeeze V1 cloned for NT8b13


This is a 'clone' of the infamous squeeze.

Find included a chart and a market analyzer version.

I have upgraded the original with new features:

* Instead of the standard multiplier setting I have replaced it with a use tick size option.
* Gapless option.
* Histogram:
Select between EMA, DEMA and TEMA for the histogram.
Set the MA and linear regression lengths separately.
Opacity.
* Paint bars added.
* Auto width adjustment option to adjust the width to the chart bar width.






The indicators have public properties for you to access in a strategy or the analyzer:

* Histogram value.
* Histogram direction: AboveUp = 2, AboveDown = 1, BelowUp = -1, BelowDown = -2
* Squeeze boolean: Squeeze or not to squeeze, that is the question
* Number of bars: How many bars ago an event happened (including the current bar).

Download the analyzer template here. Copy and paste to your NinjaTrader/Templates/Market Analyzer folder.

Once imported you will find the indicators within Sim22>Gapless.

If you would like to see more indicators uploaded I would encourage you to do the same.
 
Suggest other entries I might like
Details: The 'Squeeze' V1 cloned for NT8b13


October 30th, 2016
Size: 20.99 KB
Downloaded: 2274 times
Ed's Levels Histogram V2.3 Updated 5 *
Ed's Levels Histogram V4V2.3 Updated

This is a port of Ed's Levels V4 from NT7.

Shows a histogram of the bid-ask levels, as appears on the DOM display.

Please see here for the Eds levels thread and my latest beta update (V4V4.2). This update will hopefully reduce multi-threading issues.

The options are self explanatory, however, you can adjust the positioning of the plot by setting "Buffer Right" and "Margin %".

I have added some more features including:

* A vertical column showing the current Bid/Ask pressure.

* A vertical column showing the current bar delta.

* Triangle symbols showing the current average of the bid and ask. (These fill if the average is > 1st standard deviation of the other).

* Standard deviation coloring.

Caveat:

Occasionally when starting with market replay an error is printed, although in practice this rarely occurs and generally works seamlessly.


 
Suggest other entries I might like
Details: Ed's Levels Histogram V2.3 Updated


October 30th, 2016
Size: 11.30 KB
Downloaded: 2156 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