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
Round Numbers V2 5 *
This code allows lines to be drawn at regular price levels. I had this converted professionally from a NT7 indicator so I cannot assist with support.
The lines are customisable with the usual line options as well as the line length.
I hope someone else finds it helpful.
 
Suggest other entries I might like
Details: Round Numbers V2


May 10th, 2017
Size: 2.62 KB
Downloaded: 828 times

Keywords: levels price
'NoGaps' ChartStyle - eliminate intraday candle gaps 5 *
This chart style is identical to the standard NinjaTrader candlestick style except that it uses the previous candle's closing value for the current candle's open value (except when the current bar is the first bar of a session). This eliminates single tick gaps between intraday bars when the last price changes on the first tick of a new bar. As a result, charts appear smoother and are easier to read and interpret, without any price data truly being modified. See attached example of ES.

Exported using NT Version 8.0.6.1 64-bit (Standard)

edit: The file has been updated to display doji bodies in the same color as the wick (NT default behavior is to display dojis with the candle outline color, but this becomes a problem when you try to display candles with no outline.)
 
Suggest other entries I might like
Details: 'NoGaps' ChartStyle - eliminate intraday candle gaps


May 10th, 2017
Size: 1.50 KB
Downloaded: 291 times

Keywords: candlesticks chartstyle ohlc ninjascript
HIGH VOLUME ALERT 4 *
A simple indicator that shows the high volume. You can change the volume alert depending the time frame used.
Converted from NT7. I found this indicator useful in this forum some years ago. I use it in time frames of one and five minutes.
 
Suggest other entries I might like
Details: HIGH VOLUME ALERT


May 7th, 2017
Size: 2.27 KB
Downloaded: 900 times
MACD Color and Stochastic Color 5 *
This is an NT8 conversion of my MACDColor and Stochastic Color indicators. Both have user definable OB/OS levels, and alert capability.
 
Suggest other entries I might like
Details: MACD Color and Stochastic Color


May 5th, 2017
Size: 25.92 KB
Downloaded: 981 times

Keywords: macd ob os stochastic
LBR Oscillator 5 *
Shows the difference between fast and slow SMA. The dots show momentum from previous highs or lows.

Converted from LBR 3/10 Oscillator by Keith.


Enjoy!
 
Suggest other entries I might like
Details: LBR Oscillator


March 26th, 2017
Size: 3.88 KB
Downloaded: 908 times
Fractal Pivots 4 *
Converted from NT7 Fractals_Mike indicator. Based on this definition.

https://www.investopedia.com/terms/f/fractal.asp

Hope you enjoy!

UPDATE: 3/26/17 Fixed bugs where you could not save in a chart template and so its less sluggish on chart.

Its been brought to my attention this indicator may or may not use excessive RAM. Word of caution if you have issues using this indicator. I personally have not had issues besides sluggishness moving the x-axis.

PM me for issues.
 
Suggest other entries I might like
Details: Fractal Pivots


March 25th, 2017
Size: 2.65 KB
Downloaded: 1591 times
SwingInfoPro 4 *
Mar 17th 2017 Version 1
This Indicator displays the swing information at cursor position, useful for quickly gauging the current swing duration and distance in ticks within the Toolbar with options to customize including:

- Font Color
- Font Select
- Show Swing Information Label
- Hide Indicator Name

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: SwingInfoPro


March 17th, 2017
Size: 3.44 KB
Downloaded: 438 times

Keywords: swing info
NT8 Workspace Startup tool 5 *
NT8 Workspace Startup tool

I built this little tool to help reset my _WorkSpace.xml file.

Example of use:

Upon coding an indicator you forget to dispose of a resource so when pressing F5, NT8 crashes. The problem is NT8 will reload that last workspace....only to crash again....and again. You want to restart with another workspace loaded so you can fix the problem, right?

Well, the old and tedious way is to open your _WorkSpaces.xml file, search for OpenWorkspaces and delete the entries, replacing them with one/some default templates. After doing this a hundred times...I decided enough is enough

(I believe you can safe load NT8 to do a similar job, but I like the flexibility of choosing my own workspaces to load.)

When NT8 is closed just run the .exe file and drag and drop which workspaces you want to load up upon the next restart. Instructions are inside the zip file. Do not import into NinjaTrader!

If you wish to see inside the .exe file just use any decompiler like DotPeek.

*** The NT7 version is here

 
Suggest other entries I might like
Details: NT8 Workspace Startup tool


March 9th, 2017
Size: 34.18 KB
Downloaded: 562 times
Center of Gravity / Polynomial Regression Channel / Belkhayate COG 5 *
This is the Belkhayate COG (Center of Gravity) indicator. Also known as a polynomial regression channel with 3 std deviations and many other names. I transported this code directly from here.

If anybody has any useful information regarding the usability of the indicator I'd appreciate the feedback. The fact that it repaints takes a lot away from it, but here it is in case someone has use for it!
 
Suggest other entries I might like
Details: Center of Gravity / Polynomial Regression Channel / Belkhayate COG


March 6th, 2017
Size: 2.89 KB
Downloaded: 1274 times

Keywords: center channel cog gravity of polynomial regression belkhayate
ADXVMA_Color_Bands 5 *
R7: 2/28/2022: I normalized Bands to accommodate fractional TickSize.
R6a: 6/23/2021 - Fixed the background not shading properly and the column number setting.
R5: 1/27/2021 - Added the calculation and display of the range from High to Low inside bands.
R4: 4/10/2020 - NT made some changes that caused errors with some indies. I took care of the error with this rev. When the button hides the indie, you need to hit f5 to hide the background color. If someone knows how to fix this... let me know.
R3:12/20/2018 - I added a switch to show or hide the indicator. I renamed it to ADXVMAButtonBand.
R2: 9/23/2018- I noticed a small error when displaying the Period in the title block.
R1: 2/22/2018- I found an error in how larger user inputs were being handled for the volatility band multipliers. If you were using < 4 multiplier, then you will not see a difference.

Hello Traders, I have added color and Volatility (Keltner-esk) Channels to the popular ADXVMA. You can select your colors for an Up trend, Down trend or Neutral. The Keltner Bands can be colored and set to the multipliers that you prefer. In the picture, the ADXVMA is set to 5 periods and the bands are set to 1.5 for the inner band and 2.5 for the outer band. The background can also be shaded to same colors as the lines.

Many Thanks to Zondor for the original NT8 coding of the ADXVMA.

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


March 5th, 2017
Size: 20.61 KB
Downloaded: 1166 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