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
Linear Gradient MultiOscillator with bar, outline and bg colors (V1.2) 5 *
New V1.2 VERY IMPORTANT FIX

Includes:

* 6 levels of gradient stops, so you can set your gradient coloring to anything you want.

* 2 new functions in the 'Addons' folder that you can use in your own indicators to help make linear gradients easy.

* Simple toggle to reverse coloring without having to enter all new brushes again.

* RSI, CCI, Stochastics and Double Stochastics.


Update: Dec 2015

* Added ability to not plot the indicator in the lower panel, just paintbars or background. Make sure you place the indicator in the 1st panel. The plots/price marker should automatically become transparent.

Update: Jan 2016

* VERY IMPORTANT FIX. Made gradient "Get Color" more efficient. Was making new LG every bar. Now it instantiates once.
* Added Stochastics and Double Stochastics.
* Added an average line if required.
 
Suggest other entries I might like
Details: Linear Gradient MultiOscillator with bar, outline and bg colors (V1.2)


December 1st, 2015
Size: 23.54 KB
Downloaded: 641 times
RSqueeze for NT8 5 *
The 'infamous' RSqueeze indicator ported to NT 8.

Includes a re-written RGaussianFilter indicator.

The code has been optimized for efficiency.

Generated using NinjaTrader Version 8.0.0.6 - BETA

12-10-2015 Update: Standardize naming and Sound Alert file path name.
 
Suggest other entries I might like
Details: RSqueeze for NT8


November 27th, 2015
Size: 19.60 KB
Downloaded: 1728 times
TTMS for NT8 5 *
TTMS and TTM "Wave C" for NT8.

Note: Wave C is a rough visual approximation of the actual TTM_Wave.

Exported using Version 8.0.0.6 - BETA

12-10-2015 Update: Standardize naming and Sound Alert file path.
 
Suggest other entries I might like
Details: TTMS for NT8


November 25th, 2015
Size: 20.71 KB
Downloaded: 1192 times
Histogram Collection for NT8 5 *
A collection of configurable Histogram Types for NT8 including the following:

MACD,
TSI (.aka. Erogodic),
SMA (.aka. AwesomeOscillator, LBR 3-10),
CCI,
Fisher,
ADX

Exported using NT 8.0.0.6 - BETA

This indicator collection will import into it's own folder named: "Histograms"

12-10-2015 Update: Standardize naming and Sound Alert file path.
05-04-2016 Update: Fix parameter serialization issue.
 
Suggest other entries I might like
Details: Histogram Collection for NT8


November 25th, 2015
Size: 39.35 KB
Downloaded: 919 times
DH_HorizontalLine 5 *
Converted fron NT7 to NT 8.An horizontal line at current ptice.Thanks to the original creator.works fine with me,USE AT YOUR OWN RISK PLZ.
 
Suggest other entries I might like
Details: DH_HorizontalLine


November 25th, 2015
Size: 1.16 KB
Downloaded: 737 times
Converted BrookBars 5 *
The Ninja team beat me to the punch on this one....
I coded this for NT7 long ago and posted on BMT and Ninja. The Ninja team opted to converted it to NT8 early. Since I coded it originally, I am re-posting here.
 
Suggest other entries I might like
Details: Converted BrookBars


November 21st, 2015
Size: 3.36 KB
Downloaded: 601 times
Converted Gaussian
Broadly distributed Gaussian code...I simply converted it to NT8
 
Suggest other entries I might like
Details: Converted Gaussian


November 21st, 2015
Size: 2.27 KB
Downloaded: 385 times
Converted Ehlers
This Ehlers moving average/filter is broadly distributed code...I simply converted to NT8
 
Suggest other entries I might like
Details: Converted Ehlers


November 21st, 2015
Size: 4.97 KB
Downloaded: 479 times
OBV_Split_Cory for NT8 4 *
Convert from NT7
 
Suggest other entries I might like
Details: OBV_Split_Cory for NT8


November 9th, 2015
Size: 2.13 KB
Downloaded: 907 times
VolStopV7 for NT8 4 *
I use the software to convert it then tweak it some more. It should perform the same way as the NT7 version.
 
Suggest other entries I might like
Details: VolStopV7 for NT8


November 8th, 2015
Size: 9.15 KB
Downloaded: 2019 times
Sample - Draw/Not draw indicator via Button V3.2 5 *
Here is a sample of a panel button that turns an indicator visibility on/off via a 'click'. You do not have to refresh the chart each time.

Version 3.2

* Fixed for NT8b9. Recent NT8 changes to multi-threading created freezing when the chart was loaded.


I was so used to my MarketDelta buttons that I had to do it for NT8 .

This indicator draws an EMA both via the Plot method and the OnRender method so you can see the code for both techniques.

Thank you very much to "Edge" for the original "button" code and help.

Version3 - Nov 2015:

* Used 'UserControlCollection' instead of 'ChartControl' for safer usage and it does not interfere with the bars or plotting.
* Created smaller button.
* You can have up to 10 buttons per panel (or more if you change the code). So you can add 10 ema's and specify which position you would like via 'Column#'.
* Buttons are hard-coded to plot at the top-left of the panel but you can change this in the code if you like via 'myGrid'.
* The button will appear within the panel the indicator is plotted. Please read the 'summary' at the top of the code for limitations of usage. Use at your own risk.

Version 3.1

* Fixed bug that prevented button working when state changed from Historical to RealTime.




Sim22
 
Suggest other entries I might like
Details: Sample - Draw/Not draw indicator via Button V3.2


November 7th, 2015
Size: 3.75 KB
Downloaded: 941 times
UniRenko bar type NT8b9 5 *


FIX: Just updated for Beta 9. You must download this version.

Universal renko bar type. Thanks to the original author.

Ported by Sim22, 2015. Version 1. NT8b6

Allows adjustment of tick, reversal and proxy-open increments.

Can also plot continuously or break at the end of a session via "Break at EOD" option.


To use this in a condition eg.

 
Code
//if using UniRenko.....do something......

if ((int) BarsPeriod.BarsPeriodType == 501)
{
       // do something

}

 
Suggest other entries I might like
Details: UniRenko bar type NT8b9


November 3rd, 2015
Size: 2.26 KB
Downloaded: 4273 times
hollow_candles 2 *
Up candle is a hollow candle. This code was originally uploaded I believe by eDanny on NT 7. If you like dark or even black background and want to be easy on your eyes this indicator will help you.

I did added some comments regards to the conversion process on the "NinjaTrader 8 Indicators and More" thread.
Tested with NT 8 B06.

Hope this helps,

atata
 
Suggest other entries I might like
Details: hollow_candles


November 2nd, 2015
Size: 6.46 KB
Downloaded: 372 times
Volume Spread Analysis (VSA) Suite V1.3 - Basic NT8b9 5 *


V1.3

Volume Spread Analysis (VSA) Suite V1.3 - Basic - NT8RC1

Updated to RC1 Sep 2016

Another platform look-a-like.............visually 'cloned'.


Make sure you unzip the zip file first before importing or you will receive a NT8 import error! There are multiple files within the first zip file.

1. New HLC ChartStyle to reflect the rounded look of the TGv4 platform.

Two coloring modes are select-able:

VSA logic. eg. Close[0] > Close[1].
Normal HLC eg. Close[0] > Open[0].

Up, neutral, down and 'lastbar' colors are selectable.
2. VSA volume bars.

Up, neutral, down and 'low volume' colors are selectable.
Bands can be turned off but colors are hard-coded based on the TGv4 platform.
Width of volume bars changes automatically to match the price bar width.
3. VSA SMA.

Up, neutral, down colors are selectable.
The custom diamond plot is hard-coded but the size is user selectable.
Hard-coded to Median input.
4. VSA Price Line

There are 4 user selectable plot modes to "hopefully" cater for different uses.
******************************************************************************************

Please unzip the .zip file first and read the instructions.

The period settings of the SMA and the volume bars MA and bands are visually cloned and may therefore be off slightly, so adjust to suit yourself.

There is plenty of 'OnRender' custom plotting included if you wish to dig your teeth into NT8 ninjascript.


Update: V 1.1 Nov 2015

Can now choose colors for the equal close bar and last/live bar.
Can now plot your own paintbars over the top of the chartstyle.

Update: V 1.2 Dec 2015

Fixed a bug: Removed the custom 'icon' due to errors when using two or more tabs with the same VSA chartstyle. Please download again or you will lose your tabbed charts!

Update: V 1.3 Mar 2016

General performance and visual improvements.


Enjoy
 
Suggest other entries I might like
Details: Volume Spread Analysis (VSA) Suite V1.3 - Basic NT8b9


October 30th, 2015
Size: 193.55 KB
Downloaded: 1928 times
UN Gom Delta 5 *
No recorder needed, but chart data series must be in tick replay to show historical data. Tick replay makes it SIMPLE to code indicators like this.

Two indicators based on bid/ask delta:
  • bar histogram of non-cumulative delta
    or
  • candlestick plot of cumulative delta.

These here versions only shows the information for the instrument on the chart. However, this can be done for instruments that are not on the chart. For example could show the delta for the SPY or the NQ contract on the chart of AMZN, synchronized to the bars of AMZN so that bar spacing would remain equidistant.

The screenshot only shows the cumulative version.

The installer will put these indicators into a new FOLDER called unGom Delta. un Gom.... get it?

For both versions, the opening value includes the delta of the first trade. That's why the bars on the histogram do NOT start from the zero line, which would be WRONG. The opening bar should include the data from the first trade. The data from the first trade should NOT be thrown away as in those "other" versions of these indicators.
 
Suggest other entries I might like
Details: UN Gom Delta


October 28th, 2015
Size: 6.10 KB
Downloaded: 1748 times
MESA Adaptive Moving Average 5 *
Updated on November 2: suppressed invalid plotting during startup period and reduced its length.

Here's an explanation of the indicator by its creator, John Ehlers.
https://www.mesasoftware.com/papers/MAMA.pdf

Same plots as the MAMA "system indicator". That version was translated from TradeStationŽ EasyLanguageŽ code without taking into account the coding flexibility of NinjascriptŽ, resulting in a bloated resource hog.
  • Changed code to eliminate unnecessary, duplicative calculations.. there were A LOT of them.
  • Added multi color plotting.

The indicator will appear in a new FOLDER called Moving Averages.. look for it there.
 
Suggest other entries I might like
Details: MESA Adaptive Moving Average


October 28th, 2015
Size: 3.37 KB
Downloaded: 935 times
Give NT 8 preference over other applications that are running. 5 *
Name: SetNinjaTradersPriorityHigh Version 1.1

Exported with: NT 8.0.0.9 64-bit (Multi-Broker) - BETA
To Import Indicator Into NT 8:
1. Download the attached file by clicking on the blue downward arrow or the NT Chart image. Save the file. Do not open it.
2. From the Control Center window select the menu Tools > Import > NinjaScript...
3. Type into the first field the folder that contains the .zip file downloaded by your browser. When first displayed the field has C:\Users\ ... .
4. Press Enter.
5. Select the downloaded .zip file then click the Import button.

ReExported with: NT 8.0.0.9 64-bit (Multi-Broker) - BETA to fix Import error.
Updated: Oct 21, 2015 5:55AM - New Priority value of BelowNormal. New parm Show NT Priority. Priority now also checked/set in State.Terminated.

Author: James R. Walker

NT 7 Version available https://nexusfi.com/download/ninjatrader-7/indicators/1666-download.html?view

All the applications running on your computer equally share your computer's resources. The NinjaTrader application runs at Normal Priority with all the other applications. Especially during fast markets, when other applications are running on your computer, NT is not processing incoming data as quickly as your computer would allow and possibly losing trade data from your market data service. By default, this Indicator sets NinjaTrader's Process Priority to High, giving it preference over other applications that are running.

This Indicator allows you to set NT's Process Priority to one of four values: High, Above Normal, Normal, or BelowNormal. You may want to use High during your trading day and Normal at other times. You could also set it to BelowNormal to do backtesting in the background while you use your computer for other tasks.

Adding this Indicator to one chart in your Workspace will set NinjaTrader's Process Priority until you exit NT. The Indicator will check before setting the Priority and do nothing if Priority is already set to the Priority specified in its parameter.

Quoting from https://www.eightforums.com/tutorials/23830-processor-priority-level-set-processes-windows-8-a.html : "Windows 8 shares the processor time between all running processes based upon their priority level. If a process has a higher priority, it gets more processor time compared to a process having a lower priority. . . . The changes you make to the priority level of the current instance of an application or process are only temporary and not set permanently. Once you close the application or restart the PC, Windows 8 will automatically set the priority back to default for the process or application."

Parameters:
Select Priority - Select High, Above Normal, Normal, or BelowNormal for NinjaTrader's Process Priority. The Default is High.

Hide Indicator Name - Prevent display of indicator's name at top of chart if true. Default is false.

Show NT Priority - Display NT's Priority at top of chart. Default is true.

To have nothing displayed at top of chart set Hide Indicator Name parameter to true and Show NT Priority to false.

Debug message to Output Window - If true then debugging Output messages printed.
 
Suggest other entries I might like
Details: Give NT 8 preference over other applications that are running.


October 21st, 2015
Size: 2.45 KB
Downloaded: 695 times
RGBPriceLines 5 *
Ninjatrader 8

I originally developed this indicator for NT7 and now have converted to NT8. It simply plots lines on chart at price lines specified in a text file.

A few times NT7 would drop a line I added through Draw Tools, or I would accidentally delete a line. So, I created this indicator that plotted my important lines each time I loaded the program or reloaded NinjaScript. I have found it very handy, so thought I'd share it (first-time post).

It plots lines on chart at price lines specified in a text file. Indicator reads in standard text file with the following format(each field required and is separated by tab in the text file):

price desired price level for line to be drawn
height (not currently used)
color desired color in text format eg. Red, Blue, Black
width desired width of line
label (not currently used)

File name consists of concatenation of instrument+suffix (suffix is an input parameter) -
Indicator determines the instrument and then joins it with the suffix provided

eg. TF-Zones.txt (for the Russell instrument)

The filepath is an input parameter (any valid path) -

eg. C:\Users\RGB\NinjaTrader Pricelines
 
Suggest other entries I might like
Details: RGBPriceLines


October 19th, 2015
Size: 2.39 KB
Downloaded: 346 times

Keywords: plot nt8
ADXVMA 5 *
Adapted from NT7. No multi-color plotting, candle painting, e-mail or text message notification, TwitterŽ generation, or sound alerts in this one.

Will not attempt multi color plotting until the "brush freeze" issue is resolved.

A diagnostic message will appear in output window each time this indicator starts.
 
Suggest other entries I might like
Details: ADXVMA


October 12th, 2015
Size: 5.51 KB
Downloaded: 557 times
CurrentDayOHLC 5 *
Just a quik twick to include the current close on the NT8 beta chart
 
Suggest other entries I might like
Details: CurrentDayOHLC


September 27th, 2015
Size: 2.31 KB
Downloaded: 939 times
BetterBrick ChartStyle 4 *
This is the NinjaTrader 8 version of the BetterBrick ChartStyle, which is especially useful in conjunction with the BetterRenko Bar Type.

You can find the discussion thread here: https://nexusfi.com/elite-circle/4978-better-renko.html

History:
v1 20100807 - @Aslan created to go with BetterRenko
v2 20100812- @Aslan changed to paint OHLC bar for live bar
v2 20150719 - @Dalebru converted to NT8. Exported with NinjaTrader 8.0.0.5
v2 20170102 = shanmugs added missing "Open" line
v2 201070201 - @DaleBru exported with NinjaTrader 8.0.4.0
 
Suggest other entries I might like
Details: BetterBrick ChartStyle


September 26th, 2015
Size: 2.33 KB
Downloaded: 842 times
BetterRenko Bar Type 4 *
This is the NinjaTrader 8 version of BetterRenkoV2.

This Renko bar type is backtestable. It does not generate false "fill-in" bars. It maintains a true OHLC and displays properly with the Candlestick ChartStyle. If you want it to look like bricks, use the BetterBrick ChartStyle.

This is a tick-based bar, so initial loading can be slow. The NT8 "Break at EOD" feature is also supported, allowing bars to continue across session breaks.

You can find the discussion thread here: https://nexusfi.com/elite-circle/4978-better-renko.html

History:
v1 20100807 - @Aslan created BetterRenko to address issues with other types of Renko bars
v2 20101118 - @Aslan changed initial brick alignment to brick size
v2 20150719 - @Dalebru converted to NT8. Exported with NinjaTrader 8.0.0.5
20160508 - @antonma fixed the SessionIterator compiler error NJ8 8.0.0.9
v2 20170201 - @DaleBru exported with NinjaTrader 8.0.4.0
 
Suggest other entries I might like
Details: BetterRenko Bar Type


September 26th, 2015
Size: 2.42 KB
Downloaded: 1454 times
 



 
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