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
Chart Notes 5 *
This is simply a NT8 port of the Chart Notes control that I downloaded from futures.io.

I simplified it, in that there are now one set of parameters for each corner of the chart where text is possible. In addition, the string[] parameter did not work in the property grid. Switched to a normal string with a multiline editor.

Minor problem: for some strange reason, the ENTER key does not work in the multiline editor, so it is not possible to add additional lines of text. For the moment I just work around this by adding a few empty lines and later using a very brute force (dumb) approach to strip the empty lines. Works for the moment.


Must reference the assemblies: System.Design and System.Drawing.Design. These are needed to use the multiline input controls in the property grids.

Version 2.0
 
Suggest other entries I might like
Details: Chart Notes


July 30th, 2016
Size: 2.68 KB
Downloaded: 717 times

Keywords: nt8
JTRelativeVolume 5 *
Relative Volume aka CSI (Cumulative Sheep Index)

I have had this indicator converted from NT7 for use on NT8

This indicator shows volume at the time of day relative to the prior n days. This is very useful in terms of identifying when volume is picking up or slowing down. The absolute value is not as important as whether it is rising or falling. As participation changes, the price action changes too. Probably one of the best ways to analyze volume/participation in the markets.

Tried and tested on NT8 8.0.0.12 64-bit (Standard) - BETA
 
Suggest other entries I might like
Details: JTRelativeVolume


July 28th, 2016
Size: 1.71 KB
Downloaded: 1246 times

Keywords: relative volume
JBTimeWindowHighlight 4 *
Really simple indicator that highlights the specified time window on the chart. Useful for differentiating RTH sessions from ETH sessions. Just add the indicator to your chart, set the time window (in your local time) and highlight color.

Version: 1.0
 
Suggest other entries I might like
Details: JBTimeWindowHighlight


July 9th, 2016
Size: 1.73 KB
Downloaded: 697 times

Keywords: eth indicator nt8 rth time highlight
Volume Accumulation 5 *
Volume based indicator. It has no period or parameters required. There is one option to show the Bar-Bar accumulation if desired but the default is the "summed" value. (integrated over time)

Code based upon:
https://commodity.com/technical-analysis/volume-accumulation/

"The Volume Accumulation indicator combines volume and a price-weighting that attempts to show the strength of conviction behind a trend; the Volume Accumulation indicator might prove useful in uncovering divergences. The formula for the Volume Accumulation formula is shown below:

Volume x [Close - (High + Low)/2]

The formula only gives positive volume to the day if the close is higher than the midpoint of the high and low. If the close is towards the lower half of the range of the price action, then volume is negative for the day."
 
Suggest other entries I might like
Details: Volume Accumulation


July 7th, 2016
Size: 1.82 KB
Downloaded: 728 times
FootPrint Chart for NT8 5 *
Updates 7/14/2016:
- complied on NT8b12, may not work in earlier versions
- thanks to Sim22 for some great code modifications to make the chart more stable and kill some bugs

This is a standard footprint chart that shows bid/ask market orders or volume/delta bars. It doesn't have a lot of the bells and whistles that some other (paid) versions have, but I find it sufficient for my needs.

Candlestick bars can be shown to the left of the footprint bars and/or as an outline in the footprint bar. It also allows to indicate the close and high volume bars in the footprint.

If you find any bugs or have any enhancement suggestions, please PM me.

NOTES:

You must turn on Tick Replay otherwise the chart will not show historical bar values. Charts that do not support Tick Replay (Renko for example) will not work. Line charts will also not show the footprint bars.

Charts with a high Days to Load value (15+) will take more time to initially load as there's a lot of values to historically calculate before the chart can be displayed.

I suggest using a fixed width font (Consolas, Lucida, etc.) for the Bar Font as the numbers line up and makes the chart more readable.

There's no easy to way that I found to auto scale the bar width and spacing based on the font size, so these are manual adjustments via Bar Spacing and Bar Width. Bar Spacing controls the spacing between the bars and Bar Width controls how wide the bars are. If you change the font from the default Consolas 12px, you may need to increase or decrease these values to adjust the bars.

The chart will attempt to auto scale to compress the footprint bars so there's little to no spacing between the bars. The scaling is based on the chart window size, so if you size the window small, it may not look great if there's a lot of bars on the chart. If you don't like the auto scaling, you can turn it off in the indicator properties via Visual->Auto scale.

Credits: The OnMarketData algorithm to calculate volume values was taken from the 'bid ask for ninja8' indicator by @zohar.
 
Suggest other entries I might like
Details: FootPrint Chart for NT8


July 5th, 2016
Size: 7.39 KB
Downloaded: 4127 times
Repeater (NT8b11) or later 5 *
This is an indicator submitted by tropical recon... as his indicator has not been updated on the board thought i would add it here from the ninjatrader forum.

look to the original repeater description to understand its use... great utility indicator for mapping events with time and regions and days...

exported using: (NT8b11)
 
Suggest other entries I might like
Details: Repeater (NT8b11) or later


June 30th, 2016
Size: 11.19 KB
Downloaded: 654 times

Keywords: repeater
Repeater (NT8b11) or later
This is an indicator submitted by tropical recon... as his indicator has not been updated on the board thought i would add it here from the ninjatrader forum.

look to the original repeater description to understand its use... great utility indicator for mapping events with time and regions and days...

exported using: (NT8b11)
 
Suggest other entries I might like
Details: Repeater (NT8b11) or later


June 30th, 2016
Size: 11.19 KB
Downloaded: 151 times

Keywords: repeater
Sample - How to manipulate MarketAnalyzer display V1 NT8b11 5 *
Sample - How to manipulate MarketAnalyzer display V1 NT8b11


This is only a basic sample I've been toying with. You can use this concept for coding your own indicators. I became frustrated with the lack of display customization I've been accustomed to with other platforms (TS RadarScreens etc.) so I thought I'd play with some ideas.

On my analyzer I want values, colors and arrows. Normal fonts don't really have that flexibility.
I made four new fonts that are packed with heaps of new symbols and arrows so it should suit everyone.
(Sorry, only Latin type alphabet included - if you need Russian or something, let me know).
To access the new characters, open Character Map and peruse. See instructions.

I also had the issue of coloring the analyzer cells to the conditions I wanted. Is an EMA value of 1225.25 up or down?
I have modified the code to deceive the anayzer so it will color the cells accordingly.
I have also added a 'barsAgo figure that gives you an idea of how to add extra values to your display.
It's not exactly finesse but it works


Please extract the zip file first. It will not import directly to NinjaTrader.
Import the fonts first before opening NT8 or it will not detect the fonts are installed


Find included:

* Full instructions. Please read them first!
* Four new fonts that are packed with 100's of new symbols and arrows.
* Template.
* Code on how to manipulate your market analyzer display.

Small shortcomings:

Read the instructions.

Remember this is for Beta11 NT8, so any bugs or suggestions please PM me accordingly.

Remember to read the instructions within the zip file
 
Suggest other entries I might like
Details: Sample - How to manipulate MarketAnalyzer display V1 NT8b11


June 28th, 2016
Size: 1.58 MB
Downloaded: 821 times
Drawing Tool Toolbar V3.5 NT8b11 5 *
Drawing Tool Toolbar V3.5 NT8b11


Critical fix V3.5. Please remove all previous versions from your charts before installing, then reboot NT8.

*As of NT8 beta 11 this is functional but may need updating in the future. So please be patient. The toolbar still has minor bugs (see ** section at the bottom) so please recheck here for new updates from time to time. Please let me know if you are having any unusual issues, since it is working for most users. Since we are all still learning the intricacies of NT8 , this toolbar is a project in progress

Make sure you extract the zip file first or it won't import! When you download the zip file it will still be named V1....this is a forum issue....but you will find the updated version inside. Inside you will find instructions and icons to use. Read the instructions carefully or you will have icons missing etc.

Displays functioning drawing tool icons on the left of the chart.

* Accesses drawing tools via hot keys.

* The user can select which drawing tool icons are to be displayed.

* Set icon size from small to large.

* Appropriate drawing tools have a drop-down color palette.

* Toolbar width automatically adjusts to the height of the chart to accommodate the icons.

* If you can code: You can add your own custom drawing tools with comments to help you with insertion.

Coding examples:

* Multi-dimensional arrays
* Working with grids/wrap panels
* Windows and NT8 menus
* Adding bitmap images to a menu
* Using virtual keystrokes to activate hot keys
* Accessing drawn objects and manipulating their properties.
* Parsing string values

Version 2 is also included. It is now superseded by V3 but included for code examples using buttons instead of menus.

A big thank you to Chelsea Bell @ NinjaTrader for the toolbar structure sample. This toolbar had to be completely re-engineered for Windows Presentation Foundation.

As always, please send me a personal message if you have a bug, query or request.

Update history and potential problems:

Update V3.5 July 1 - Critical Fix: Fixed some termination issues from V3.3.

Update V3.4 June 26 - Stopped the toolbar from hijacking indicator-created drawing objects.

Update V3.3 Fixed Andrews Pitchfork channel colors.
Added complete removal of objects upon termination.


** Known issues reported, which I will endeavor to fix:

1. Issues with tabbed charts. Toolbar replicates itself when using tabbed charts.
2. Drawing tools will not change color on a tabbed (behind) chart.
3. Arc will not custom paint an area color. (Probably NT8 bug).

 
Suggest other entries I might like
Details: Drawing Tool Toolbar V3.5 NT8b11


June 14th, 2016
Size: 222.25 KB
Downloaded: 2780 times
Calendar Day bars + Moon Phases V1.1 NT8b11 5 *
Calendar Day bars + Moon Phases V1.2 NT8b13

Update 9 Jun:
The moon phase was slightly out. I have added code to take into account UTC time, different time zones and exchanges.
Update 19 Nov:
Some had troubles importing the indicator due to older beta versions.


This one was a bit of a challenge so I thought I'd give it a go

Calendar Day Bars are my attempt to do what NT has not yet done..... that is, plot bars in calendar days not just trading days.

Why would anybody need this?

1. W.D.Gann often used 'natural' days in his analysis.
2. When using astrology and geometry they can benefit from plotting indicators on all calendar days.
3. When price/time 'squaring' a chart, calendar day bars can provide different results to daily bars only.

You should use the Calendar Day bar chartstyle as this will omit plotting the dummy weekend bars.

Find included a little 'Moon Phase' indicator, that plots the four major phases of the moon's cycle. If you use Calendar Day bars the moon phase will often plot on the weekends or holidays, the correct day.

Please read the instructions within the zip file first.
To extract the zip file: Right click on the file > Extract All.
You will need to import the 'Jyotish' font type included.

Remember this is for beta so please PM me for any problems or suggestions.
 
Suggest other entries I might like
Details: Calendar Day bars + Moon Phases V1.1 NT8b11


June 7th, 2016
Size: 186.10 KB
Downloaded: 678 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