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
mkHarmonics 5 *
Indicator for NT7 to detect Harmonic Patterns. I built this indicator some time ago for myself but later decided to share it here on bmt.

The following patterns are supported:

- Bat
- Alt Bat
- Butterfly
- Crab
- Deep Crab
- Gartley
- AB=CD
- 5-0

The indicator is also able to detect uncompleted patterns.

The Zip-File has to be extracted. It includes a pdf-manual to explain the settings and the indicator to import into NT7.

Update: Version 1.1

- The indicator now also detects Cypher and Shark Patterns
- Two data-series have been added for completed "Bullish" and "Bearish" Patterns


Update: Version 1.2

- Minor fix of two fib values for the cyphern pattern.
 
Suggest other entries I might like
Details: mkHarmonics


June 3rd, 2014
Size: 246.79 KB
Downloaded: 2932 times

Keywords: 5-0 ab=cd alt bat butterfly crab cypher deep gartley harmonic pattern shark
Dot For VOL 5 *
Puts a dot on top of volume bar when your desired "High" volume criterion is met.
In past I had a horizontal line at my desired volume, but could not tell for sure until I checked the bar.
This way NT7 does the checking for you.

Hope this one is not considered to simple.

I am fairly new to programming and this indicator plots a Dot at the top of the volume bar or where the volume bar would be when the last bar exceeds a user selected volume in your indicator panel (default is 30,000). It can be used with or without VOL. (Best to load both in the same panel)
Also the Blue dot works best at size three, but that too is selectable (You don't even need to use the dot and select another plot style.)

Fairly simple code and easily changed. Works with any time frame that VOL works with; however VOL indicator is not totally necessary, but helps for visual display.

Also if you want to just unzip this indicator before importing it to NT7:
DotForVol.zip contains three files:
DotForVol.cs This is a text file containing my code. If you rename it to DotForVol.txt you can use any editor to view the code.
DotForVol.dll Compiled code for NT7
Info Not sure how this file works, but sure there is a reason for it, as NT7 exporter put it in there.

This is my first version 1.0.0.1 5/28.2014
Second version 1.0.0.2 6/2/2014 (Added an offset to plot above volume bar and a default of 3 for dot size. All of which can be changed without recoding the indicator the offset default is 10,000 and shows in MISC and can also be changed.)

20 OCT 2014 Added sound option for indicator. Couldn't figure out quickly how to include while zipping with NT7 and will include .WAV file separately. Just copy the .wav file into your /sounds/ folder and it should work. Note: this is a work in progress for me. I have borrowed code from MACD Color, and will be working in the future to clean up my code. Also this time I zipped without creating the .dll files. I learned that doing it that way makes it so you can see my code. Before I thought I had done this... Who knew there were different .cs files with same name when you make an indicator depending on how it is compiled. Man I have a lot to learn. Well Uploading now as I have taken a short break today to finish this. Okay... Well didn't have time today to make this perfect Here is link to update in my journal where I uploaded the files indicator and wav file. I'll do my best to fix things up and get back to this later. Just don't have the time for perfection right now.... https://nexusfi.com/trading-journals/27901-my-yellow-brick-road-bd92154-30.html
 
Suggest other entries I might like
Details: Dot For VOL


May 28th, 2014
Size: 2.60 KB
Downloaded: 250 times
Stochastic RSI 5 *
Exported using NT 7.0.1000.22

The Stochastic RSI was developed by Tushar Chande and Stanley Kroll. Details can be found in Stocks & Commodities V. 11:5 "Stochastic RSI and Dynamic Momentum Index" (May 1993) and in their book "The New Technical Trader", which was published in 1994. The Stochastic RSI is said to better in identifying overbought and oversold conditions than both the RSI or the Stochastics.

The Stochastic RSI comes as a default indicator with NinjaTrader. The version published here is a version with the following enhancements:

- The NinjaTrader default indicator calculates a raw Stochastics directly from the RSI, which is used as an input series. No further smoothing is possible. The enhanced version allows further smoothing of the raw K line. The default period for the K line smoothing is set to 1 (no smoothing).

- The indicator comes with a D line added. The D line is calculated as a SMA of the K line and can be used as signal line.

- The NinjaTrader default version uses the same lookback period for the RSI and the Stochastics. This is in line with the suggestions by Tushar Chande and Stanley Kroll. However, this version allows to select different periods for RSI and Stochastics.

- Code efficiency is improved, which results in a reduced CPU load, when the indicator is set to COBC = false.
 
Suggest other entries I might like
Details: Stochastic RSI


May 6th, 2014
Size: 10.02 KB
Downloaded: 934 times

Keywords: chande kroll oscillator rsi stochastic
3 Bar Trailing Stop 5 *
Exported using NT Version 7.0.1000.22

This is a trailing stop calculated from the prior 3 bars. It is similar to the trailing stop developed by Larry Williams, but not identical. The indicator plots a channel with an upper and lower stopline. When price reaches out beyond the upper channel line, all short positions should be exited. When price breaks through the lower channel line, that is a signal for exiting long positions.

Formula: The upper channel line is calculated as the larger of the prior bar's high + 1 tick and the upper line of a 2-period Keltner Channel displaced by 2 bars. The lower channel is calculated as the smaller of the prior bar's low - 1 tick and the lower line of a 2-period Keltner Channel displaced by 2 bars. The Keltner Channel is built from the average true range instead of the simple range, which was used for the original Keltner Channel.

Parameters: The midband of the Keltner Channel can be calculated from the typical price (default setting), the close, the median or the weighted price. The multiplier used for calculating the channel width can be selected.

Reverse Intra-bar = false: This is the default setting of the indicator. A logical signal will be generated when the signal bar closes outside the channel. The position may be reversed at the open of the next bar.

Reverse Intra-bar = true: This is a different setting. The signal will be generated with the first tick that has plotted outside the channel. In this case the position may be reversed intra-bar.

Accessing the trend: The indicator comes with a BoolSeries that holds the trend derived from the last channel breakout. The BoolSeries can be accessed by other indicators or automated strategies.

Channel shading: The area between the Keltner Channels can be shaded according to the current trend.

Paintbars: The trend can also be displayed via paint bars.
 
Suggest other entries I might like
Details: 3 Bar Trailing Stop


April 27th, 2014
Size: 5.46 KB
Downloaded: 1462 times

Keywords: keltner stop trailing trend
HeikenAshi v4 5 *
Exported using NT 7.0.1000.22

Modified Heikin Ashi Bars:

- Option to select between the original Heikin-Ashi bars created by Dan Valcu and the modified Heikin-Ashi bars suggested by Sylvain Vervoort.

- The Heikin-Ashi candles can be smoothed with median, mode and 27 different moving averages. Please select between the 2 types of Heikin-Ashi bars, smoothed Dan_Valcu candles and smoothed Sylvain_Vervoort candles.

- Indicator can be used on price panel or other panels.

- Candle color and candle outline color can each be selected.

- A paintbar indicator is included that allows to color bars according to the Heikin Ashi trend. The paintbar indicator allows to access the trend via a BoolSeries, which can be used by automated strategies or other indicators.

Update January 13, 2011: Indicator can be used on secondary panels.
Update July 3, 2012: Formula used by Sylvain Vervoort added. Second paintbar indicator added that can be used as a trendfilter.
Update August 16, 2012: Smoothing methods added. Plot modified. Indicators can now be displaced.
Update August 31, 2012: Ehlers Filter updated.
Update August 20, 2013: Tillson T3 added, Heikin-Ashi trend exposed as public BoolSeries, HA Open, High, Low and Close can be selected as input series or accessed by a strategy.
Update April 5, 2014: Small copy & paste bug removed, values were not correctly set to BoolSeries for the HA indicator.
 
Suggest other entries I might like
Details: HeikenAshi v4


April 5th, 2014
Size: 64.07 KB
Downloaded: 8482 times

Keywords: heikenashi heikinashi paintbars
Klinger Volume Oscillator (KVO) 5 *
Exported using NT Version 7.0.1000.22

This is a quick implementation of the Klinger Volume Oscillator as published by Stephen J.Klinger in the December 1997 issue of Technical Analysis of Stocks & Commodities. Here is a short recapitulation of how he trades the oscillator.

"The most powerful use of the KVO comes when the indicator reaches an extreme reading either above or below the center line and reverses direction. This signals an exhaustion of the prevailing trend and warns of an impending reversal in price.

The most reliable signals occur in the direction of the prevailing trend. Trades against the trend tend to be high-risk ventures.

The most important signal occurs when the KVO diverges from price action, especially on price extremes, either in
overbought or oversold territory. When a security makes a new high or low for a cycle and the KVO fails to confirm
this, the indicator is warning that the trend is losing momentum and nearing completion."
 
Suggest other entries I might like
Details: Klinger Volume Oscillator (KVO)


April 5th, 2014
Size: 5.41 KB
Downloaded: 2130 times

Keywords: divergence klinger oscillator volume
Color histogram based on rising/falling volume
Color histogram based on rising/falling volume
VolumeUpDown indicator based on Rising or Falling volume
thanks to NinjaTrader_PatrickH from NT

Enjoy it!
 
Suggest other entries I might like
Details: Color histogram based on rising/falling volume


April 1st, 2014
Size: 1.74 KB
Downloaded: 222 times

Keywords: color histogram volume rising falling
Show Date on Chart v5 5 *
Exported using NinjaTrader 7.0.1000.26

Description: Displays the date of each day of the chart in a user specified format, in a subpanel. The date format is completely under your control. You determine when the date displays. The dates scroll with the chart.

Enhancements
- Print date on the first bar of the day or at a time of your choosing.
- Set opacity of the date background color (0-10). 0 = invisible, 10 = solid.


If you have enhancements you'd like to see, let me know.

Enjoy,
-Steve
 
Suggest other entries I might like
Details: Show Date on Chart v5


March 29th, 2014
Size: 3.96 KB
Downloaded: 754 times
Market Profile 4 *
Exported using NT Version 7.0.1000.14

Submitted by ivatan1962 09-11-2013 on the Ninjatrader Forum

Description
Market Profile, IB, Open Range, TPO, Price Histogram, Value Area, POC, Virgin POC, Volume Histogram.
Important: Not final version, tested with ES, not
sure it will work with other instruments.Please feel free to report any issues, suggestions, etc.


To Import
1. Download the attached file to your desktop
2. From the Control Center window select the menu File > Utilities > Import NinjaScript
3. Select the downloaded file
 
Suggest other entries I might like
Details: Market Profile


March 28th, 2014
Size: 14.48 KB
Downloaded: 3134 times

Keywords: market profile
Advanced Reward Risk Indicator .v3 5 *
This indicator helps you define your entry, stop and target (1 or 3) visually on the chart with the help of horizontal lines, calculates your potential P/L ,unrealized P/L,Risk/Reward ratio and contracts sizing per account size.

- Defines your Risk/Reward ratio using 1 or 3 targets
- Save & reload your values,be it minute,daily or weekly chart (one set of values per instrument)
- Interactive Mode: per-tick P/L based on the chosen contracts size
- Interactive Mode-Attached: per tick potential P/L
- Non-Interactive : Contract sizing is based on the defined risk tolerance per account size
- Hide/show the indicator as required & show/hide on start-up
- Extended or short lines




Last updated on April 16 2014 "Major changes"


- Indicator's parameters text description on the top left of the plot reduced
- Potential P/L is calculated based on 1 contract in non-interactive mode
- Enter to targets potential P/L bug fixed
- Visual structure is changed for three-targets mode
- Line width is now adjustable
- Beam pointer added when short lines are used
- Forex price format corrected (6E,6J...)
- Short lines distance from last bar bug fixed
- 1 or 3 target lines
- Choose between Short& Extended lines
- Pixel distance is used now
- Colors are now configurable
- $ sign removed
- Show on start-up option added
- The code was rewritten from 0 almost
 
Suggest other entries I might like
Details: Advanced Reward Risk Indicator .v3


March 25th, 2014
Size: 12.02 KB
Downloaded: 1440 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