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
PriceActionSwing and PriceActionSwingOscillator for NT8 5 *
Updates on 7/7/16:
- Added the PriceActionSwingOscillator

Updates on 5/17/16:
- Updated to run on NT8b11, may not run on earlier beta versions
- Corrected issue with ambiguous method names between the System.Drawing and System.Windows.Media namespaces
- Removed some stray Print statements used in debugging
- Fixed issue with chart not auto scaling
- Added option to show only ticks in the price swings
- Shortened the display name to "PriceActionSwing (Instrument, BarsPeriod, SwingType, SwingSize)"

This is a NT8 conversion of the PriceActionSwing and PriceActionSwingOscillator indicators written by @dorschden. These indicators are ones that are recommended for use with the Jigsaw tools for entry/exit bias. There are three files, PriceActionSwing.cs and PriceActionSwingOscillator.cs in the Indicators folder and PriceActionSwingBaseMethods.cs in the AddOns folder.

Original thread on what this indicator does is here.

Tested as thoroughly as possible, any issues, please PM me.
 
Suggest other entries I might like
Details: PriceActionSwing and PriceActionSwingOscillator for NT8


May 16th, 2016
Size: 22.94 KB
Downloaded: 4615 times
Stochastics and Double Stochastics 'Any Input' with colors V1.1 update NT8b11 5 *
Stochastics and Double Stochastics 'Any Input' with colors V1.1 update NT8b11

Important update May 2016:

*Moved input code to State.DataLoaded due to exceptions when used in the market Analyzer.

*Slight improvement in Decimal places formatter

* Use any input such as an indicator, including delta.
* Colored overbought and oversold regions.
* Reversal and 'Poop and Pop' signals.
* Reverse colors option for DStoch.
* Decimal places enum for price markers.
* Gapless option. Only for price series, however you can use a gapless indicator instead as the input.

Code examples:

* How to tell an indicator whether 'Input' is an instrument price or another indicator value.

 
Code
                            
if (Input is PriceSeries
* Creating colored regions.
* Limiting plots to max/min values.
* Custom decimal places code for use in UI.

Remember this is for Beta so please inform me via PM if you have any bugs, problems or suggestions.
 
Suggest other entries I might like
Details: Stochastics and Double Stochastics 'Any Input' with colors V1.1 update NT8b11


May 14th, 2016
Size: 14.89 KB
Downloaded: 2054 times
Better Renko Bar Type NJ 8.0.0.13 5 *
This is the NinjaTrader 8 version of BetterRenkoV2.

This Renko bar type is backtestable. It does not generate false "fill-in" bars. It maintains a true OHLC and displays properly with the Candlestick ChartStyle. If you want it to look like bricks, use the BetterBrick ChartStyle.

This is a tick-based bar, so initial loading can be slow. The NT8 "Break at EOD" feature is also supported, allowing bars to continue across session breaks.

You can find the discussion thread here: https://nexusfi.com/elite-circle/4978-better-renko.html

History:
v1 20100807 - @Aslan created BetterRenko to address issues with other types of Renko bars
v2 20101118 - @Aslan changed initial brick alignment to brick size
v2 20150719 - @Dalebru converted to NT8. Exported with NinjaTrader 8.0.0.5
v2 20160508 - @antonma fixed SessionIterator compiler error for NinjaTrader 8.0.0.9
v2 20160910 - @antonma fixed SessionIterator error for NinjaTrader 8.0.0.13
 
Suggest other entries I might like
Details: Better Renko Bar Type NJ 8.0.0.13


May 8th, 2016
Size: 2.42 KB
Downloaded: 2516 times

Keywords: betterrenko renko
OsMA Moving Average of Oscillator V1 NT8.0.0.10 Beta 2 *
"The Moving Average of Oscillator (OsMA), is an indicator that is calculated by taking the difference between a shorter-term moving average and a longer-term moving average. The two most common are the 12 period moving average and the 26 period moving averages. Because of this fact, it is best described as a modification of the classic MACD Indicator. A cross through the zero or center line can be a very simple way to decide if momentum is gaining to the bullish side, or if it is falling to the bearish side. Many traders will use the side of the line that the histogram is on to help them decide which direction they want to be in a particular market.

This indicator can be used to spot divergences as well. A divergence is simply when price isn’t in tune with actual underlying momentum. During divergence, you may have a new high on the price chart, but the OsMa is failing to make new highs." -fxstrategy.com

Converted from the old OsMA in NT6.5/7 which itself is derived from the MACD indicator. For me it is the Diff line from the MACD, but with more energy and better divergences.
 
Suggest other entries I might like
Details: OsMA Moving Average of Oscillator V1 NT8.0.0.10 Beta


April 30th, 2016
Size: 3.33 KB
Downloaded: 412 times
GW Tri Diff NT8 Version 5 *
NinjaTrader 8.0.0.10 (Multi-Broker) - BETA

This is the NT 8 version of the GW TriDiff indicator Glennw created for Think or Swim platform. See his post and description here:

https://nexusfi.com/free_downloads/vip_elite_circle/862-download.html?view
 
Suggest other entries I might like
Details: GW Tri Diff NT8 Version


April 18th, 2016
Size: 5.25 KB
Downloaded: 1046 times

Keywords: gwtridiff trend
Sample - Decimal Place Price Formatter Helper V1 NT8b10 5 *
Sample - Decimal Place Price Formatter Helper V1.2 NT8b10

The 2 sample indicators here include a simple cut and paste code to enable you to directly format your indicators' price markers (or within market analyzer) directly in your properties configuration. It uses an addon called 'Sim22_PriceFormatter' to calculate this.

As of beta 10 this feature is not yet available, but I have requested it....lets just wait and see

Features:

* Set decimal places from 0 - 7 (including 'SameAsInstrument' setting for your price panel indicators).
* Will not 'round to tick size' for instruments like the ES, but reflect the true value of the indicator instead.
* Works on bond prices if set to 'SameAsInstrument'.

You will find the two indicators within the Indicators>Samples folder.

I will not make other indicators for you so don't ask.... this is a helper to help you do it!

Remember this for beta so let me know of any bugs via pm. Any suggestions too.
 
Suggest other entries I might like
Details: Sample - Decimal Place Price Formatter Helper V1 NT8b10


April 2nd, 2016
Size: 7.25 KB
Downloaded: 197 times
AggregateM++ Mean Reversion Oscillator V1 NT8b9 5 *
David Varadi's AggregateM++ Mean Reversion Oscillator V1 NT8b9

Quote from the link below:

"The Aggregate M indicator is based on the concept that in the long term the market trends, while in the short-term the market is noisy, and has a tendency to mean-revert. Why not combine the two concepts to keep life simple? The Aggregate M is supposed to reflect an adjusted median that is filtered for short term noise. The median is a far more accurate measure of central tendency than a simple average especially with noisy data. Taking a superior measure of trend and filtering out some of the noise by adjusting for short-term mean reversion creates an even better median. The Aggregate M is now both trend and mean-reversion rolled into one."

Full details here

Note: I have changed David's variable names and used percentage values instead of decimals.
Please read the comments within the code itself.


Remember this is for beta so please PM me with bugs rather than responding in comments. Thank you.
 
Suggest other entries I might like
Details: AggregateM++ Mean Reversion Oscillator V1 NT8b9


March 26th, 2016
Size: 3.52 KB
Downloaded: 919 times
Coding Tool - OnRender Helper V1 & 2 5 *
Coding Tool - OnRender Helper V1 & 2 (nt8b10)

OnRender Helper is a tool for coding, not trading.

I became tired of sometimes 'losing' my 'OnRender' plots because of chart scale values so I made a 'jig' of sorts to help with this.

OnRender Helper enables you to see most ChartControl, ChartBars, ChartPanel and ChartScale properties in realtime as you manipulate the chart and bars.

It helps dispel confusion when coding so you know exactly how, for instance, ChartBars.ToIndex relates to ChartControl.LastSlotPainted or if you want to see the current pixel value of ChartPanel.Y or how many bars are painted on the chart etc etc.

Features:

*You can place in any panel (and all panels) so you can find the properties specifically for that panel.

*Works on multi-tabbed charts.

*V1 sits within the panel and is quite basic, although it does share all values.

*V2 opens a new window so it does not obstruct your chart. You can open the window via a toolbar button.

*V2 - open a DataBox and view the current bar value.

Coding examples:

*How to insert/remove a toolbar button.

*How to open a new window via a toolbar button.

*How to create a hyperlink to a website (NT8Help) that opens in a browser.

*How to access chart/bar properties and convert into string format.


Remember this is for beta so please PM me for bugs. Suggestions and ideas are welcome also!
 
Suggest other entries I might like
Details: Coding Tool - OnRender Helper V1 & 2


March 26th, 2016
Size: 6.38 KB
Downloaded: 617 times
BBColor
Hello,

This indicator changes Bollinger bands color depending on the direction.

Bye,

Michel
 
Suggest other entries I might like
Details: BBColor


March 25th, 2016
Size: 6.24 KB
Downloaded: 451 times
Equivolume ++ ChartStyle (with Auto size bars option) V1 4 *


Equivolume ++ ChartStyle (with Auto size bars option) V1

How does this differ from the standard NT8 one?

Please download from the link here as the zip file is not working

* Includes 'Autosize' option set to true by default that adjusts the bar width to the thickest equivolume bar, so no overlapping will occur.

* I have also recoded the thickness formulae to show absolute comparisons rather than approximate.

* It also includes my CandleStick++ opacity and outline customization features

Remember this is for beta, so PM me with any bugs or questions.

Thanks to 'TropicalRecon' for encouraging me to 'fix' this one.

 
Suggest other entries I might like
Details: Equivolume ++ ChartStyle (with Auto size bars option) V1


March 10th, 2016
Downloaded: 213 times
[Status unknown]
 



 
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