NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Some Random Entries


Show full/short entries Entries
TMFT Dual MA 5 *
ThatManFromTexas (I lived in Texas for four years, too!) created this useful indicator that colors the region between two moving averages.
I applied extremely aggressive optimization techniques that should reduce the CPU cycles on COBC false by 90% or more compared to the original version. I used every trick I could think of: moving code that was executing on every tick to OnStartUp(), using predefined instances of the external indicators, and redundant tick rejection. If you select EMA's, they will be calculated within the indicator, without any need to use an instance of the EMA class.
This is provided as a protected assembly. I don't have to give away all of my secrets, do I?
Why do this? Optimally coded indicators load faster, and use less computer resources while running. CPU cycles are not free. Using less of them makes Ninjatrader more responsive and reliable. Charts load faster, and lag less in fast markets. Crashes and freezes become less frequent.
Have you noticed how quickly this indicator loads, and how responsive it is? Please leave comments regarding your experience with this version. Maybe some day ALL of your indicators can be coded like this.....


Category The Elite Circle 
 
Suggest other entries I might like
Details: TMFT Dual MA
Category: The Elite Circle 


January 2nd, 2012
Size: 41.56 KB
Downloaded: 1156 times
DavesBetterTick 5 *
Version 1.2 - See Changelog below

What it does: This is an overlay indicator that takes the Logarithm of the TICK, TICKQ and TICKDJ, applying a weight and then taking the average of the 3 to plot a single line. The range is determined by the weight you choose to give each tick index. See the discussion thread for ideas on best weights, expiramenting is highly encouranged,

Setup: The data source and its usefulness depends on the chart time frame you choose. While it was designed for Second based charts, others have discovered its usefull on tick based charts.

You can make this its own indepentent chart by setting the data series to Transparent and no-AutoScale. Then the TICKlog plot will have full use of the chart. You can also set it as a panel.

You may refer to this thread for a pre-made template that sets up how I use the indicator, but you should adapt to your own needs and see if it gives the trade results you are looking for.



How to read it: When the TICKlog plot makes a parabolic rise up or down, get into a trade in any of the 4 index futures in the direction of the plot, or wait for a cross of the zeroline. depending on your aggressiveness.

Its best when a swing goes up/down hard and then trades within a range of its new comfort zone. The longer it remains there, the stronger the trend in the futures makets becomes.

If a tick swing goes hard but only remains 1 or 2 periods, and then reverses, you will see smaller intra-bar swings (good for easy scalps), but also an indication of market chop.

You must subscribe to NYSE and NASDAQ index data in order to take full advantage of this indicator! Check with your data feed provider.

Your feedback in the discussion thread is very important, the more you contribute to help us find what works and what doesnt, the more the indicator can benefit the BMT community.

ChangeLog
-Version 1.0 - 10/27/14 - Initial release
-Version 1.1 - 10/28/14
  • Fixes the disappearing act the plot line did when incoming data is missing on Bar Update (It just uses the last available data) and checks for bad calculations (NaN's) and removes those results from the plot.
  • Added the ability to change Indicators and set their respective weights.
- Version 1.2 - 10/29/14
  • Removed the beta code that somehow got added between v1.1's completion and its export for the forums... This one works, really!
  • Thread notes indicated that Unirenko 2 4 2 also provided good trade signals, see discussion post #41


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: DavesBetterTick
Category: NinjaTrader 7 Indicators 


October 28th, 2014
Size: 2.84 KB
Downloaded: 624 times
Market Replay ES 06-21 (NT8) 9 of 11
Please check part 1 for full download and extract instructions.

Category NinjaTrader Market Replay Data 
 
Suggest other entries I might like
Details: Market Replay ES 06-21 (NT8) 9 of 11
Category: NinjaTrader Market Replay Data 


June 27th, 2021
Size: 99.00 MB
Downloaded: 91 times
Caputue Utility... This might help if you're trying to figure.. 5 *
This combines code that was found on the board and creates a utility tool. Simply copy the code into your strategy or use this a start. Modify the MouseDown event and add any indicator that you want to have printed or output to a file.

I find this code useful when designing "Bots"....

Hope this helps...


Category NinjaTrader 7 Miscellaneous 
 
Suggest other entries I might like
Details: Caputue Utility... This might help if you're trying to figure..
Category: NinjaTrader 7 Miscellaneous 


March 14th, 2012
Size: 1.50 KB
Downloaded: 121 times

Keywords: mouse tool utility
d9 Particle Oscillator NT8 5 *


Hello, This one is a conversion from the d9 particle oscillator for NT7 posted in elite section in2009.
I did not see the NT8 version here so am uploading the NT8 version I converted.

Please see the description of this indicator by original author here https://nexusfi.com/elite-circle/659-d9particleoscillator.html

There were 2 library files in original NT7 version , now in NT8 version there is a single file and the smoothing function of the prediction line is based on a windows graphics function and not on a mathematical formula which I have omitted from NT7. Otherwise theNT8 version looks same as NT7.




Category The Elite Circle 
 
Suggest other entries I might like
Details: d9 Particle Oscillator NT8
Category: The Elite Circle 


April 3rd, 2022
Size: 6.11 KB
Downloaded: 1080 times

Keywords: d9 nt8 oscillator particle
ColorInputSeriesSlopeChanges 1.0 5 *
version 3.0 - changed colors save correctly and restore correctly

Version 2.0 - in previous version, upon restart, the color selector parameters came up empty, in this version I made it so they default to Red, Yellow, and Green even if you had saved your workspace with other colors selected. I will keep investigating for a proper fix.

ColorInputSeriesSlopeChanges 1.0

I created a universal indicator that will alter the color based on slope change of "ANY" distinct, single-value dataseries in any panel. (I was reading Sharky’s thread and could not find the one he mentioned so I made one)

To use this, you need to learn how to define the input series for the indicator (all done via the NT7 UI). I created a thread in BMT that walks through this concept. You can also use NT7 help to learn how to do this.

In the supplied screen shot, the default input series is the 6E 12-11 (4 Range. For the indicator I changed it to be the EMA(20).

You can use “ANY” other available dataseries as input and the color change will be applied. No programing required; upper Bollinger band, lower Keltner band, HMA, TSI, MACD, etc… any indicator you have on your system can be used as the input dataseries for this indicator.

You can change the colors used, the defaults are Red (down), Yellow(same or peak), or Green(up).

Yellow can indicate values that are identical but it can also represent what I call Peak. The Peak value is the bar that is the apex of the slope change (ie from up to down). You can also toggle the display of Peak off or on.

be happy to help, pm me


Category The Elite Circle 
 
Suggest other entries I might like
Details: ColorInputSeriesSlopeChanges 1.0
Category: The Elite Circle 


November 25th, 2011
Size: 2.63 KB
Downloaded: 512 times
Intelligent ZigZag for Minute/tic/Range/Vol Charts NT 5 *
There are many ZZs in existence.

This one starts at the beginning of each session and plots through the session. It includes a small bit of 'intelligence' in that it is made specifically to deal with ambiguous situations when a bar spans across the length of your desired ZigZag. In this case some ZZs don't know wether to plot an Up or Down move. This ZZ figures most of those situations out correctly. Although there are times it can be wrong if the desired ZZ is set too small for the volatility of the instrument.

Included are "real time" options so that the latest developing swing will plot Live, once it has reached the based threshold set by the user.

This will plot both the Swings INtraday, as well as the Daily Swing or Main Move. All of which can be toggled on off.

The ShowPreswings option when set to true, will plot swings that occur BEFORE the minimum ZZ length has occurred. An arrow will plot once that minimum swing length has occurred.

Many customizable options included with this, to include full customization of all of the lines, colors and widths, distance the labels and lines appear from the highs/lows etc.


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: Intelligent ZigZag for Minute/tic/Range/Vol Charts NT
Category: NinjaTrader 7 Indicators 


April 21st, 2017
Size: 8.22 KB
Downloaded: 675 times

Keywords: session swing zigzag zz swings
MySQL & Ninjatrader Total PNL 5 *
What I did was build a simple strategy in Ninjatrader that does the following:

1- Builds a Database in MySQL
2- Builds needed tables (OpenPnL & ClosedPnL)
3- Stores PNL for all instruments that the strategy is loaded
4- Runs a Query for both Open and Closed PNL
5- Using existing indicator Strategy Plot draws both total PNL (Open + Closed) and Realized PNL

The possibilities of this method are very robust. I can reference the MySQL database in Excel or third party apps, or I can build logic in the trading system to stop trading at a defined loss.

You will need MySQL loaded on your machine, and I suggest setting up your own user name and pass word. There are plenty resources online on how to do this.

Also, you will need to add references to two dll files (MySql.Data.MySqlClient & System.Data) that are included in MySQL installation; the paths are:

C:\Program Files\MySQL\MySQL Connector C 6.1.3\lib\vs11
C:\Program Files (x86)\MySQL\MySQL for Visual Studio 1.1.4\Assemblies\v2.0

Follow along @:

Cheers,
SodyTexas


Category The Elite Circle 
 
Suggest other entries I might like
Details: MySQL & Ninjatrader Total PNL
Category: The Elite Circle 


March 24th, 2015
Size: 6.22 KB
Downloaded: 235 times
Adaptive_CCI 5 *
The Adaptive_CCI was developed by Mike Winfrey and Gumphrie what seems like a very long time ago for NT 6.0.
As of 9/16/2011, this version runs on NT 7 and was cleaned up a bit. Still unused code out there but left it for posterity reasons.

There are 2 components of this indicator...
1. Use of John Ehlers code to measure the market cycles and calculate an adaptive period OR set a static period.
2. Plot alternate CCIs in addition to the primary CCI.

The alternate CCIs is kind of neat I think. It was originally designed to show longer timeframe CCIs when looking at a faster timeframe chart. For example, at the time I created this, I was using a 5 minute chart but wanted to use a 1 minute chart to trade from. So, I put up a 1 minute chart and set the Alternate CCI parameters to plot 4 CCIs of 2, 3, 4, and 5 minutes. By using the 1 minute chart, can see the 2, 3, 4, and 5 minute intrabar values. That's really all it amounts to.

Works with all chart types but there are obviously some chart types where there is no direct correlation between the slower and faster periods.


Category The Elite Circle 
 
Suggest other entries I might like
Details: Adaptive_CCI
Category: The Elite Circle 


September 16th, 2011
Size: 13.43 KB
Downloaded: 852 times
Market Replay ES 06-26 (NT8) 11 of 11 5 *
Please check part 1 for full download and extract instructions.

Category NinjaTrader Market Replay Data 
 
Suggest other entries I might like
Details: Market Replay ES 06-26 (NT8) 11 of 11
Category: NinjaTrader Market Replay Data 


June 21st, 2026
Size: 44.70 MB
Downloaded: 29 times
 



 
Category
 




© 2026 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 - Downloads - Top