NexusFi: Find Your Edge


Home Menu

 



Categories Help    






NinjaTrader 7 Indicators
Indicators in this section are compatible with NinjaTrader 7


Sort by
Filter

Show full/short entries Entries
ToggleExecutionsV2 5 *
ToggleExecutionsV2

- Adds a button to the chart toolbar to toggle show/hide trade executions on the chart
- Fixed OnTermination() code to properly unload objects from memory.


IMPORTANT: Remove ToggleExecutionsV1 from your charts and delete the ToggleExecutionsV1 Indicator before installing this newer version.
 
Suggest other entries I might like
Details: ToggleExecutionsV2


March 6th, 2011
Size: 1.97 KB
Downloaded: 641 times
jhlTEMA
Triple Exponential Moving Average

Version 1.0
 
Suggest other entries I might like
Details: jhlTEMA


March 6th, 2011
Size: 4.79 KB
Downloaded: 313 times
Congestion Box For Range Bars 5 *
NinjaTrader Ver 7.0.1000.3

//UPDATED INDICATOR: You can now change opacity and color of the three types of boxes.

Just a simple code to show colored boxes when there seems to be tight congestion. The logic was designed for range bar charts but it can work on minute charts. The drawing of the box is delayed by two bars.
The green and red boxes might represent possible supply and demand zones based on simple logic of how prize moved away from the boxes. The coloring is also delayed.
I welcome improvements, changes, ideas, or maybe it's useless. You be the judge.
 
Suggest other entries I might like
Details: Congestion Box For Range Bars


March 4th, 2011
Size: 6.17 KB
Downloaded: 1416 times
RolloverVolume 5 *
RolloverVolume V2

I've updated this indicator to use a different approach. It now shows daily volume of various contracts months for an instrument. Highlights the contract with the highest volume, if another contract has higher volume then that on the chart. When this happens, then it's time to rollover.

- Make sure you choose an explicit session template for the chart. Do not choose <Use Instrument Settings>
- Make sure at least 3 valid future contract months are defined in your Instrument Manager default instrument list
- Add an optional comma separated list of future contracts for your instrument in 'Contracts List' parameter Ex: "CL 01-12, CL 02-12, CL 03-12". If blank, the next 3 future contracts will be used. These contracts must be defined in your default instruments list
- Add the current contract name to the parameter 'Current Contract'. If blank, the current chart contract will be used.

The indicator requires that your broker sends daily volume data as a separate message. I use it with Mirus and Interactive Brokers. I don't know if all brokers do this.

Warning:
This indicator uses un-supported code, namely using variables in the Add() method. This may have unpredictable results in NT behavior, like a frozen chart. I have put in code to try to prevent this, and tested successfully with various instruments. I can't guarantee this for every instrument and every configuration, so please test in your environment before using live.
 
Suggest other entries I might like
Details: RolloverVolume


March 3rd, 2011
Size: 3.87 KB
Downloaded: 841 times

Keywords: contract expiry monpere rollover rollovervolume volume
NT7 GbDivergence3 Spotter 5 *
This indicator was posted by PFSMedical
He requested it be converted to NT7

It appears to be a very interesting divergence spotter in that it plots the number 1 position and then all subsequent divergence points.
The updates seem to be working correctly at first glance. If something else is not behaving properly please let me know

PFSMedical post is as follows:

this is an indicator that measures divergence ..... it was developed for ninja 6.5 by a person no longer trading...
it measures peaks in the stochastics, and numbers them .... on both the indicator, and price...
since i'm a trader, and NOT a programmer/coder .... i have given up on trying to convert this myself to the new ninja 7 format ...
would like to have this converted to ninja 7 by someone who actually enjoys doing that kinda thing ....

thanks ....
sounds are available upon request from PFSMedical or you can create them yourself at this location:
https://www2.research.att.com/~ttsweb/tts/demo.php

enjoy
Tony A
 
Suggest other entries I might like
Details: NT7 GbDivergence3 Spotter


February 25th, 2011
Size: 10.23 KB
Downloaded: 1563 times

Keywords: 7 divergence ninjatrader stochastic
Price On Horizontal Line 4 *
A simple indicator that adds the price value to any Horizontal Line drawn on the chart.

Note: Press F5 to reload script and add price to any newly drawn horizontal lines.
 
Suggest other entries I might like
Details: Price On Horizontal Line


February 24th, 2011
Size: 1.78 KB
Downloaded: 1036 times
EMA Colors 5 *
Here is a basic indicator that shows uptrends, downtrends and no trends (neutral) based on what EMA (exponential moving average) setting you like.

Also included is an SMA colors indicator.
 
Suggest other entries I might like
Details: EMA Colors


February 22nd, 2011
Size: 11.66 KB
Downloaded: 2054 times

Keywords: ema slope sma colors
Ehlers Collection for NT 7 5 *
Exported using NT Version 7.0.1000.3

This is a collection of various filters by John Ehlers outlined in his books "Rocket Science for Traders" and "Cybernet Analysis for Stocks and Futures".

The following indicators are included:

- Adaptive Cyber Cycle
- Adaptive CCI
- Adaptive Center of Gravity
- Adaptive Laguerre Filter
- Adaptive Relative Vigor Indicator
- Dominant Cycle
- Dominant Cycle Oscillator
- Hilbert Sinewave Oscillator
- Hilbert Transform 2
- Instantaneous Trend
- Laguerre Filter
- Laguerre RSI
- Median Indicator
- Smoothed Adaptive Momentum

This collection of Ehlers indicators was originally submitted by Piersh. I have simply ported the indicators to NinjaTrader 7.
 
Suggest other entries I might like
Details: Ehlers Collection for NT 7


February 20th, 2011
Size: 35.71 KB
Downloaded: 2754 times

Keywords: adaptive cci centerofgravity cybercycle dominantcycle filter hilbert laguerre median momentum rvi sinewave transform trend
jhlSpearmanTC 5 *
Spearman Rank Correlation, with tie correction

Version 2:
Corrected tie correction algorithm

Note: It would be great if a math or statistics expert could verify this, I'm neither.
 
Suggest other entries I might like
Details: jhlSpearmanTC


February 16th, 2011
Size: 3.19 KB
Downloaded: 304 times
Generic EMA 4 *
Exported using NT Version 7.0.1000.3

This is a generalized EMA, which allows you to use it with fractional periods. The minimum period required is 1.0.

This generalization is possible, as the integer period of an EMA is an artificial construct, which was adapted following the work of Jack K. Hutson, who compared simple and exponential moving averages. The generalized formula for an EMA is

EMA[0] = (1 - k) * EMA[1] + k * Price[0] , where 0 < k <= 1

The period n translates into k = 2/(n+1), so that n >= 1 is required not to violate the allowed range for k. Fractional values for n are possible.

The chart shows a fast EMA with a period of 12.7 and a slow EMA with a period of 38.3. The indicator which can be downloaded here, does not shade the region, a dual MA indicator will be released later.
 
Suggest other entries I might like
Details: Generic EMA


February 16th, 2011
Size: 1.93 KB
Downloaded: 867 times

Keywords: ema movingaverage
 



 
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