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
Ray with alert 5 *
This is a very handy indicator that adds an alert to the Ray. I got it from the NT forum. Alerts can be changed, see :
https://nexusfi.com/traders-hideout/6146-using-different-wav-files.html
 
Suggest other entries I might like
Details: Ray with alert


October 23rd, 2010
Size: 4.21 KB
Downloaded: 408 times
jhlVMA
Variable Moving Average. An exponential moving average with the coefficient modified by the Chande Momentum Oscillator. Yields the same values as the distribution VMA with much less memory consumption.

Version 2:
Indicator is now named 'jhlVMA', not 'MyVMA'
No dependency on jhl.Utility
Supports rising vs falling plot colors
 
Suggest other entries I might like
Details: jhlVMA


October 15th, 2010
Size: 6.40 KB
Downloaded: 420 times
jhlLaguerreRSI
Laguerre RSI, based on description by John Ehlers (https://www.mesasoftware.com/Papers/TIME%20WARP.pdf)

Version 1
 
Suggest other entries I might like
Details: jhlLaguerreRSI


October 8th, 2010
Size: 2.40 KB
Downloaded: 371 times
jhlLaguerreFilter
Laguerre filter, based on description by John Ehlers (https://www.mesasoftware.com/Papers/TIME%20WARP.pdf)

Version 1
 
Suggest other entries I might like
Details: jhlLaguerreFilter


October 7th, 2010
Size: 2.28 KB
Downloaded: 474 times
jhlHurstExponent
I recently discovered that the formula used for my solution in this thread:
https://nexusfi.com/ninjatrader-programming/5069-hurst-exponent.html
has an error. (I guess that means we'll call this version 2.) Here is a corrected HurstExponent indicator, which also includes a FractalDimension indicator.

Version 3: Includes corrected jhlMIN and jhlMAX for COBC == false
 
Suggest other entries I might like
Details: jhlHurstExponent


October 2nd, 2010
Size: 10.13 KB
Downloaded: 542 times
jhlHoltEMA
This is a type of double smoothed exponential average, different from DEMA. More information here:
https://nexusfi.com/ninjatrader-programming/4416-fluxsmiths-indicators-6.html

New upload 2010-10-31, Version 2
Fixes inability to serialize indicator and save with workspace.
 
Suggest other entries I might like
Details: jhlHoltEMA


October 1st, 2010
Size: 3.35 KB
Downloaded: 898 times
Open Range Overnight V2 NJ7 4 *
update overnight open range indicator for nj 7
 
Suggest other entries I might like
Details: Open Range Overnight V2 NJ7


September 30th, 2010
Size: 3.20 KB
Downloaded: 812 times

Keywords: open range nj7
Spread6 5 *
Spread3 Price of 3 Instruments - For NinjaTrader 7 & higher

[Spread3] Calculates price of synthetic combination of 3 instruments Parameters are symbol of second & third instruments, and quantities of all instruments (positive for long, negative for short). PointValues from the instrument manager are optionally used as multipliers.

The primary chart instrument (BarsInProgress == 0) is the "clock" to which the other instruments are synchronized. You should make sure the most active instrument is the one selected as the primary instrument. The output of this indicator changes only when the OnBarUpdate is called for the primary instrument.

This indicator can be extended to 4 or more instruments. See my "Correlation" indicator for examples of how to do synchronized calculations with lookbacks
Kevin Doren 9/26/2010

2010.09.23 Spread6 Trader.Jon added support for N4 =4 decimal places && add to a total 6 supported symbols && reformated properties structures for readability
2010.09.27 updated to include changes from the new release of Spread3 .. exported as Spread6 from NT7b20
 
Suggest other entries I might like
Details: Spread6


September 27th, 2010
Size: 10.19 KB
Downloaded: 663 times
ColorZone3 5 *
Compiled from NinjaTrader (7.0.1000.2)

02/11/2011 (per request...doubled the number of zones, and now allow 0 and negative zone entries for folks using charts that require zones to have negative values

01/09/2011 (added configurable text)

Creates color zones on the primary chart...however only requires the entry of one price. The indicator will then create a symmetrical zone around that price level.

Ex: (enter 1.2850....with a tick setting of "1" and the zone will be 3 ticks wide with
one tick on each side of the selected price)

Colors for the region and the border are selectable from Indicator properties.
Opacity for the region color is selectable from Indicator properties.
The desired 'width' of the zone (in ticks) is selectable from indicator properties.

NOW automatically calculates 'ticksize' based on instrument and chart.
 
Suggest other entries I might like
Details: ColorZone3


September 26th, 2010
Size: 4.88 KB
Downloaded: 1052 times
ColorZone2 5 *
Compiled in NinjaTrader Live 7.0.10

01/09/11 Added configurable text...

Creates colored zones on the primary chart....by entering the top and bottom price area for the zone.
You may modify both the region and border color via indicator properties.
You may also modify the opacity of the 'zone'.

Colors are serialized so they will hold if saved as a template.

Use for Suppt/Resistance or simply as a visual 'trigger'.

Text is configurable (font/color)...and can be moved on the chart using textShift and textOffset parameters.
 
Suggest other entries I might like
Details: ColorZone2


September 26th, 2010
Size: 3.20 KB
Downloaded: 707 times
BackGroundGradient Colour Scheme 5 *
Exported using NT version 7 RC1
NT7 & NT6.5 compatible

Did this for someone on the NT forum.

I can see some people coming up with some really cool backgrounds - hope this gives them the start they need.

Dec 10 2010
BackGroundGradient3
Fix for certain 'banding' issues at some chart sizes. Other small adjustments to code for efficiency.
 
Suggest other entries I might like
Details: BackGroundGradient Colour Scheme


September 23rd, 2010
Size: 4.46 KB
Downloaded: 1173 times
jhlMcGinleyDynamic
I came across "McGinley Dynamic" in a thread on this forum. On further investigation I found two entirely different formulas referred to by that name. This indicator implements a variation based on the following formula:
v[0] = v[1] + (Close[0] - v[1]) / (.618 * n * (Close[0] / v[1]) ^ 4)

Now that I can see the result, it doesn't appear to me to be any more useful as an average than an EMA of the same period. However I think it may make a good trigger line vs an EMA of the same period.
 
Suggest other entries I might like
Details: jhlMcGinleyDynamic


September 7th, 2010
Size: 2.12 KB
Downloaded: 287 times
Read values from a text file and use them as variables. 4 *
This indicator will read values from a .txt file, I've set the location of the file in the root directory, but you can change that to what ever you want.(c:\MyTextFile.txt)

I've set it up to hold 4 values:

EMAMin#12
EMAMax#24
StartTime#21:00
EndTime#09:00
  • You can add/remove any of the lines, but remember to change the Properties in the C# code.
  • When you add values you need to make sure the name/values are separatored by a hash (#)
It was written in Ninja7, but I'm sure it will work in Ninja6

Hope you like it?
 
Suggest other entries I might like
Details: Read values from a text file and use them as variables.


September 3rd, 2010
Size: 2.57 KB
Downloaded: 346 times

Keywords: read values textfile external
Candle Patterns 4 *
To follow up with my recent post and question, this is the indicator I'd like to clean up. All the text makes it look too cluttered. I just want to outline the candle pattern chosen and get rid of the text (or make it alterable). This file was native to NT7 so there is no zip, just a .cs. Rather than zip it I'm thinking attaching the .cs is ok.
 
Suggest other entries I might like
Details: Candle Patterns


September 2nd, 2010
Size: 32.04 KB
Downloaded: 759 times

Keywords: candle indicator parrern
Hide/Show Indicator Plot 4 *
via a Toolbar Button...
Posted this as an answer to a user on the NT forum and thought it might be useful here.
More useful as a concept of showing / hiding an indicator than the fact that it is demonstrated on a moving average.

NT7 only.
 
Suggest other entries I might like
Details: Hide/Show Indicator Plot


September 2nd, 2010
Size: 10.11 KB
Downloaded: 885 times
Volume Spread Analysis for NT7 5 *
Thanks to sam028 who converted the presterīs vpa indicator to NT7b20
 
Suggest other entries I might like
Details: Volume Spread Analysis for NT7


August 31st, 2010
Size: 24.13 KB
Downloaded: 3127 times
MomDots 4 *
Exported using NT version 7.0.1000.1

MomDots is a displaced simple moving average calculated from the typical price (High + Low + Close)/3.

You can use this indicator or simply apply a SMA(3) to the typical price, select a displacement of 2 periods and change the plot style to DOT.
 
Suggest other entries I might like
Details: MomDots


August 30th, 2010
Size: 3.93 KB
Downloaded: 528 times

Keywords: momdots sma
Real time POC based on Gom package 5 *
Indicator based on Gom package and made up following GomVWAP class and structure that calculates POC as GomMP 2.1
Thanks to Gomi.

The indicator plots the historical POC from a reset time parameter.

Link to thread where commented:
https://nexusfi.com/elite-circle/3737-gommp-market-profile-indicator-4.html
 
Suggest other entries I might like
Details: Real time POC based on Gom package


August 30th, 2010
Size: 12.35 KB
Downloaded: 1275 times

Keywords: marketprofile mp poc gompoc n10t
DoubleMAPaintHolyGrail V2 5 *
This is an updated version of DoubleMAPaintHolyGrail V1 by TheWizard. The original coding remains the same. Only lines of code required to make the program work in NT 7 have been changed.

The download package contains the following programs:
  • DoubleMAPaintHolyGrailV2
  • ADXVMA_internal_SharkyPkg
  • DoubleMA_internal_SharkyPkg
  • ZeroLagEMA
  • ZeroLagHATEMA
  • ZeroLagTEMA
Enjoy!
G
 
Suggest other entries I might like
Details: DoubleMAPaintHolyGrail V2


August 28th, 2010
Size: 46.15 KB
Downloaded: 1229 times
Show Execution Markers (Toggle Button) 5 *
Exported using NT7(b22) Video Demonstation
here
Different version of my indicator to reveal Executions simply and effectively.
Just move the mouse in and out of a 'hidden' button to show/hide your trade executions.
Keeps the screen nice and clean.
NB this will only reveal Text And Markers or DoNotPlot states. v4 Reveals all 3 states

OCT22 v1 - ADDED SECOND TOGGLE TO MAXMISE/NORMAL SIZE CHART. TIDIED UP ORIGINALS AS WELL.


Dec 2012 v4 NOW ROTATES BETWEEN ALL THREE STATES..
NT7 version ONLY.
NT6.5 : NO
 
Suggest other entries I might like
Details: Show Execution Markers (Toggle Button)


August 20th, 2010
Size: 3.86 KB
Downloaded: 904 times
jhlRVI 5 *
Relative Vigor Index, from John Ehlers, in Technical Analysis of Stocks & Commodities, January 2002. Signal is crossing of trigger line. Length should be the dominant cycle length.
Version 1.0

(BTW - This is a completely different indicator than NT's 'RVI')
 
Suggest other entries I might like
Details: jhlRVI


August 12th, 2010
Size: 4.62 KB
Downloaded: 301 times
jhlTSIv2
William Blau's True Strength Index

By request I'm reposting jhlTSI with support for additional averaging methods for the signal line. I'm posting it as a new version instead of updating the original post, as more methods mean many more dependencies. If you're not interested in the additional averages you should download the earlier jhlTSI.

Version 2, see:
https://nexusfi.com/ninjatrader-programming/4416-fluxsmiths-indicators-8.html
 
Suggest other entries I might like
Details: jhlTSIv2


August 10th, 2010
Size: 26.87 KB
Downloaded: 276 times
Trend Direction 4 *
Here is the normalized version for NT7 from bizman 7 contribution...

btw.. what are does numbers and where they come from?

exported with NT7, but should work in NT6.5
 
Suggest other entries I might like
Details: Trend Direction


August 8th, 2010
Size: 6.45 KB
Downloaded: 388 times

Keywords: bizman70 rbci
jhlTSI
Implements William Blau's Trend Strength Index.

Version 2, see:
https://nexusfi.com/ninjatrader-programming/4416-fluxsmiths-indicators-8.html
 
Suggest other entries I might like
Details: jhlTSI


August 8th, 2010
Size: 11.63 KB
Downloaded: 186 times
RPM: Range Per Minute (in Ticks) V 2.0 5 *
Thanks to CCL Systems ( cclsys) for the indicator. This is the same indicator adapted to the NT 7 nuances. A small amount of cleanup and voila!

The NT 6.5 version is here. The description from that location reads:
Especially helpful for non-time-based bar charts (though also good for them too), this indicator shows the Range Per Minute - expressed in ticks. To avoid huge bars during report times, the coding has a simple governor limitation to reduce the display value, but otherwise is accurate. There is also an optional alarm when RPM accelerates. You will probably have to go into the code to put in a sound file that you have in the Ninja/Sounds directory on the main system partition (not in the MyDocuments area).

Code cleaned up, new Scalping indicators and back color options. If the speed is accelerating above the average (default 6) and it's an up bar, a little wingding arrow will appear below the low and keep plotting on subsequent bars until there is a reversal or a new acceleration.

I find I can load it into the same panel as a volume indicator because the values are so low. Meanwhile if you enable price markers, the current RPM in ticks is displayed as text in the bottom right. The backcolors show that often shortly after acceleration there is a new move or climax of current move so it works as a leading indicator in some cases or confirmation of entry possibility in longer pattern setups.

The alarm can be disabled or a different sound file from the Sounds Directory in the Ninja System folders (not My Docs area).

Small, simple indicator but giving simple, factual information not often shown in others.

If there is enough interest, I can make the background colors and the audio callout selectable. Let me know.

Enjoy!
G
 
Suggest other entries I might like
Details: RPM: Range Per Minute (in Ticks) V 2.0


July 30th, 2010
Size: 11.52 KB
Downloaded: 1092 times

Keywords: gordo minute per range rpm
jhlDMbgColor 5 *
Ooh the pretty colors... I've started following with some interest this thread,
https://nexusfi.com/journals-daily-charts-chart-reading/3514-perrys-trading-platform.html, and have created this indicator to give visual clues through background color for using ADX as described therein. Version 1.0.
 
Suggest other entries I might like
Details: jhlDMbgColor


July 24th, 2010
Size: 4.62 KB
Downloaded: 569 times

Keywords: fluxsmith perry's trading platform
AaZlemaVma 5 *
Here is another favorite of mine. I call it the 'Zelma Velma'. It's actually a zero lag exponential moving average crossing a variable moving average, but that just doesn't roll off the tounge like Zelma Velma!

This indicator signals when the ZLEMA line crosses the VMA line. The signal comes in the form of background flooding.

The ZLEMA line shows rising and falling colors (selectable). The background flooding can be turned on or off. The color of the background flooding is selectable. Not everyone likes my green and red background flooding.

Enjoy!
G
 
Suggest other entries I might like
Details: AaZlemaVma


July 17th, 2010
Size: 6.41 KB
Downloaded: 1789 times

Keywords: ema zlema gordo
AaIchimoku 5 *
Ichimoku indicator with multiple display options:
  • Relative strength signal
  • Signal bars
  • ADX flooding (no zone)
  • Ichimoku feature
  • Feature identification
This program is a compliation of various programs on the net within one program.

Enjoy!
G

ZTR: Link to thread SMA Crossovers.
 
Suggest other entries I might like
Details: AaIchimoku


July 17th, 2010
Size: 11.56 KB
Downloaded: 1911 times

Keywords: gordo ichimoku kijen tenken
AaUnitsRemaining 5 *
Improvement on the NT TickCounter. Displays the units remaining in an easy to view bar graph. The indicator works with time, ticks and volume. Displays in the lower right corner with changeable colors. Text display can be in either a number or a percentage.

Enjoy!
G
 
Suggest other entries I might like
Details: AaUnitsRemaining


July 17th, 2010
Size: 3.18 KB
Downloaded: 550 times
AaPriceLine 5 *
Displays a price line on a chart. Similiar to other programs, but the width and color of the line are changable.

Enjoy!
G
 
Suggest other entries I might like
Details: AaPriceLine


July 16th, 2010
Size: 1.91 KB
Downloaded: 1313 times

Keywords: gordo priceline
jhlTSF 5 *
Time Series Forecast. Returns the same values as the NT supplied version, but does not iterate on intrabar updates. Also has cleaner startup values when the bars available are fewer than the specified period. Displays a trend colored plot.
Version 1.1: Allows negative 'Forecast' parameters, corrects a coloring issue with intrabar updates.
 
Suggest other entries I might like
Details: jhlTSF


July 12th, 2010
Size: 6.92 KB
Downloaded: 288 times

Keywords: fluxsmith forcast series time
jhlPFE
Polarized Fractal Efficiency. This does not return similar values to the NT supplied PFE, which does not implement the formulas I've found by this name. My indicator's waveform is similar enough to thinkorswim's to conclude that I have implemented the algorithm represented correctly. This indicator does not iterate. Version 1.0.
 
Suggest other entries I might like
Details: jhlPFE


July 9th, 2010
Size: 6.47 KB
Downloaded: 290 times

Keywords: efficiency fluxsmith polarized fractal
MEF Enter/Exit market indicator 4 *
This indicator uses Linear Regression as main driver. It's based on a longer and shorter period LR used as a signal.

I find it most suitable for indicating when to add new contracts to already opened position or if you've missed trend break-out this can find you a nice entry.

Should you have market trending down, you enter when histogram reaches near 0 and you can either wait to change direction and go in the opposite direction or use some "fixed" near 0 detection method.

On the image you can see how nice have been identified places where to add to an existing position, or even enter market if not done so already.

Please check here for early trend change identification and how trading divergences possibilities.

Parameters:
- Adaptive period: you can select to use adaptive period proposed by John Ehlers for short period calculation
- Period multiplier: is to be used if you've selected adaptive period so from short period calculated will be derived long period value by multiplication
- Long LR period/Short LR period: are to be used as fixed values for Linear regression period
- Long/Short smoothing: is SMA smoothing applied to LinReg

Notes:
- Red/Green histograms are selected on Falling/Rising base respect to previous value.

- In debug mode you can see additional 2 lines plotted. Those are actual angle measure line for longer and shorter period LR.

- Development of this indicator was inspired by the following post Linear Regression Angle Measurement by Doug Tucker

- There's a forum thread on this indicator opened here.

- Exported using NT 7 b18
 
Suggest other entries I might like
Details: MEF Enter/Exit market indicator


July 8th, 2010
Size: 12.76 KB
Downloaded: 2118 times

Keywords: entry indicator ivanjocic linear position regression mef
jhlADX
Returns the same values as the NT supplied ADX, but has at least a 12K memory advantage. Both do not iterate, so are reasonable to use with CalculateOnBarClose == false, although they are somewhat computationally intense. Version 1.0.
 
Suggest other entries I might like
Details: jhlADX


July 8th, 2010
Size: 2.57 KB
Downloaded: 234 times

Keywords: adx fluxsmith
jhlHMA 4 *
Hull Moving Average. This returns the same values as the supplied HMA, but has a significant memory consumption advantage. Additionally the supplied always iterates, this does not iterate on intrabar updates (but must for new bars), so it's reasonable to use UpdateOnBarClose == false.

Version 2
Built on more efficient WMA
Updated with new JHL.Utility.MA
Added Up/Down coloring
 
Suggest other entries I might like
Details: jhlHMA


July 7th, 2010
Size: 7.27 KB
Downloaded: 465 times
jhlAMA 5 *
Adaptive Moving Average, from the book 'Smarter Trading' by Perry J. Kaufman. A range from slow to fast for EMA period is selected based on 'Efficiency' (a signal to noise ratio, see jhlEfficiency). The resulting EMA factor is then squared, which will bias the long end of the range towards zero movement (a 30 slow period becomes 479.5 periods when the EMA factor is squared). For any given slow period n, the effective maximum period is (n + 1) squared / 2 - 1. Version 1.0.
 
Suggest other entries I might like
Details: jhlAMA


July 7th, 2010
Size: 4.75 KB
Downloaded: 402 times

Keywords: fluxsmith ama
jhlChaikinMoneyFlow
Chaikin Money Flow, returns the same values as the distribution version, but has a ~2-4K memory advantage depending on usage. Version 1.0.
 
Suggest other entries I might like
Details: jhlChaikinMoneyFlow


July 6th, 2010
Size: 4.25 KB
Downloaded: 325 times

Keywords: flow fluxsmith money chaikin
jhlCMO
Chande Momentum Oscillator. This should return the same values as the standard supplied version; its advantage being ~4-6K less memory consumption. It does not iterate (neither does the supplied) so is reasonable to use with CalculateOnBarClose == false. Version 1.0.
 
Suggest other entries I might like
Details: jhlCMO


July 6th, 2010
Size: 4.01 KB
Downloaded: 195 times

Keywords: fluxsmith momentum oscillator chande
MEF Buy/Sell zones 4 *
I wanted to share with you an indicator I've developed putting together Laguerre RSI, Laguerre Filter and TrendStrengthA indicators.
I've tried to isolate zones that are favorable for longs and other for shorts. Where you see transparent zone I've noticed that those are useful adding to a position or eventual reverse.

I've tried it on range, but also a minute charts and they seems to work on both.
Indicator was developed for forex. Maybe it will work well on other securities.

Hope that you'll find it useful. Any comments would be highly appreciated.

Exported using NT7 b18 but should be working on 6.5 too.

Ivan Jocic (MEF)
 
Suggest other entries I might like
Details: MEF Buy/Sell zones


July 6th, 2010
Size: 45.46 KB
Downloaded: 1369 times

Keywords: ivanjocic laguerre strength trend zones forex
CamarillaPivots 4 *
A description of pivots based on the Camarilla equation can be obtained by searching via google or your favorite search engine so I won't provide that here.

This indicator displays the pivots based on a calculation of the yesterday's High, Low, and Close. However, this seems to me to be ok for Tuesday through Friday but when Monday's pivots are based on Sunday's data then I think you should change the DailyHiLo parameter to false and enter Friday's High, Low, and Close. You can also set the DailyHiLo parameter to false as well if you want to base today's pivots on the market hours of the instrument you are trading.

There are labels on the right side for each level. Suggest you set your right margin to at least 40 in order to see the labels.

I have no idea if these pivots are significant or not. I saw a post from a new member of this forum who said they make money using them which motivated me to find out what they are. This indicator is a result of the research I've done trying to find out what Camarilla pivots are. Use them in good health.

Mike Winfrey
 
Suggest other entries I might like
Details: CamarillaPivots


July 5th, 2010
Size: 2.44 KB
Downloaded: 802 times

Keywords: camarilla joeblow
 



 
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