NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Some Random Entries


Show full/short entries Entries
Range Bar Predictor and Price Panel 4 *
Exported with Version 6.5. I do not have Version 7 (I don't want to be a pioneer. A pioneer is a guy who ends up in a ditch with arrows in his back).

This is a Range Bar Hi/Lo Predictor (RangeBarPredictor) and a Price Panel (PricePanel) with the Hi/Lo numbers as well as price for the current bar and the previous bar with an option to show the angle of the EMA(34). This was requested by steve2222 in the Wizard II thread.

To insert the PricePanel into a NinjaTrader chart; click on Properties, click on Right Side Margins and change it to 140. Insert PricePanel, it will show up in the expanded right hand margin. There are some adjustments that allow you to change the vertical location of the data.

The panel shows,countdown timer to bar completion in Ticks, Number of Ticks to closest bar end( Green for ticks to High and red for Ticks to Low) current price, Hi/Lo of current bar, Projected HI/Lo of current bar, previous bar close , previous bar Hi/Lo and the angle of the EMA(34).

This panel has been around on NinjaTrader for a long time in various versions with code written by way to many people to give credit to everyone who contributed. I am NOT a programmer, please have a professional review this code before using to trade real money.

Insert the RangeBarPredictor in the panel with the price bars. A down arrow will show the predicted high start of the next bar and an up arrow will show the predicted low start of the next bar. You have an option to change the colors of the arrows. Various versions of this indicator have been posted on NinjaTrader over the years.

Compatability
NT 7 has the following Code Break Error :ChartControl.SessionBegin.TimeOfDay == ChartControl.SessionEnd.TimeOfDay - ZTrade101


Category NinjaTrader 6.5 Indicators 
 
Suggest other entries I might like
Details: Range Bar Predictor and Price Panel
Category: NinjaTrader 6.5 Indicators 


March 10th, 2010
Size: 10.79 KB
Downloaded: 625 times

Keywords: range bar thatmanfromtexas
Volume Slope Indicator 5 *
This indicator simply plots a DOWN color if the current volume is less than the previous, and UP color if volume bar is greater than the last. So colors based on SLOPE of volume.

This is NOT the same as the "VolumeUpDown" Indicator that plots based on the UP/Down activity of the bars.


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: Volume Slope Indicator
Category: NinjaTrader 7 Indicators 


June 20th, 2011
Size: 1.73 KB
Downloaded: 563 times
NT7 Forex Tick Data - CADCHF - 200704 - 201110
Forex Tick Data ready to be uploaded to Ninja Trader 7.

Each tick includes a time stamp, price and volume.
The ticks time zone is EST.
The time stamp is at 1 second resolution.
The price is at 0.1 pips resolution.

Total of 54 months of data, starting from April 2007.


Category The Elite Circle 
 
Suggest other entries I might like
Details: NT7 Forex Tick Data - CADCHF - 200704 - 201110
Category: The Elite Circle 


December 10th, 2011
Size: 94.57 MB
Downloaded: 54 times

Keywords: cadchf data forex nt7 tick
Sierra Chart Session Merge
This version 0.1 of a session-merge customchart study for sierrachart.

Currently works for daily bars , but it does work with volumestudies too.

This version merges sunday with monday.

It is work in progress.


Category The Elite Circle 
 
Suggest other entries I might like
Details: Sierra Chart Session Merge
Category: The Elite Circle 


June 14th, 2012
Size: 3.69 KB
Downloaded: 145 times
Market Replay ES 06-22 (NT8) 4 of 14
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-22 (NT8) 4 of 14
Category: NinjaTrader Market Replay Data 


June 19th, 2022
Size: 99.00 MB
Downloaded: 75 times
Cycles - Hilbert Huang Transform (HHT) 5 *
My research into the theory of Cycles leads me to believe that the Hilbert Huang Transform is one of the best methods that currently exists for teasing cycles out of data. It is a bit complicated but certainly not beyond many of the great minds here at BMT

I am including nearly my entire library of HHT material for your convenience. In addition to the Matlab .m files there are a number of scholarly papers. Several are by Huang, several from other authors.

I cannot use the Matlab scripts as they stand. My sincere hope is that the awesome talent here on BMT will convert the scripts to Ninja for the benefit of all. I believe it will be a bit of a project but I believe it will be worth the effort.

Please contact me via PM if you acquire an interest in this material and want to get something going. We can start a thread and see where it goes. I ask for the PM because I will not be able to conveniently see when a new thread on this topic is started - and I hope to watch it play out !!


Category Matlab Functions (hidden) 
 
Suggest other entries I might like
Details: Cycles - Hilbert Huang Transform (HHT)
Category: Matlab Functions (hidden) 


July 31st, 2012
Size: 29.67 MB
Downloaded: 96 times
ParticleOscV7
In an attempt to collecct Indicators in a common location Big Mike has asked me to post indicators, etc. found in threads in the downloads secition. The Original poster is credited for editing and updating.


https://nexusfi.com/20692-post388.html


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


March 6th, 2010
Size: 9.69 KB
Downloaded: 388 times
Market replay from 07-09-2009
 

Category NinjaTrader Market Replay Data 
 
Suggest other entries I might like
Details: Market replay from 07-09-2009
Category: NinjaTrader Market Replay Data 


July 9th, 2009
Size: 30.71 MB
Downloaded: 145 times
ECIDiv V7 : Divergence detector 5 *
Please remove old version before installing this one.

Current version is V7

This indicator tries to detect price/indicator divergence.

Any indicator in Ninja can be used and detection is possible on historical and real time charts.
To set the user indicator : goto ECIDiv parameters / Data / Input Series and choose your indicator.
When the user indicator data uses multiple periods, the Plot input is used.

ECIDiv was designed for standard Ninja period types. Usage of other period types is not guaranteed nor supported.

The divergence computation uses local turning points (called pivots) calculated on the price and the user indicator input.
When price and indicator diverge (regular or hidden divergences) an audio and visual signal is given.
Size of pivot (number of bars to the left and right) is adjustable (default size is 1).

Reminder :
Regular Divergence occurs when :
* Long signal : price makes LL and indicator HL.
* Short signal: price makes HH and indicator LH.
Hidden Divergence occurs when :
* Long signal: price makes HL and indicator LL.
* Short signal : price makes LH and indicator HH.
(LL = Lower Low, HL = Higher Low, HH = Higher High, LH = Lower High).

ECIDiv draws the input indicator. If you don't want it to be drawn, simply set it to transparent.

The input method introduced in the V7 is based on the one used by the indicator DivergenceInputSeries (that you can also find in Big Mike Forum).

TODO :
* Continue watching Big Mike Trading users feedback.

Changelog
V7 : November 1st 2013
* Major Change/Enhancement : new input method. any indicator is accepted.
* Removed : Divergence target (buggy).
V6 :
* Change : CalculateOnBarClose default is now false
* Change : Removed dots from divergence drawings (users request)
V5 :
* Added Divergence logging for internal compatibility checks
* Added Logging for internal performance logging
V4 : December 7th, 2012 + Update March 3 2013
* Added TSI, RSI, MACD
* Enhanced variable periods : slow, fast, smooth
V3 : November 21, 2012
* Added adjustable sound alert file path.
* Enhanced signal colors (separate colors for HD/RD, divergence line width).
* Added divergence price target helper.
V2 : October 3rd, 2011
* Added REGULAR Divergence detection
* Added RSI indicator to the compatible indicators list
* Added adjustable pivot left and right size
* Added adjustable signal colors
V1 : September 30th, 2011
* Initial release with HIDDEN Divergence signals for CCI/Momentum/DoubleStochastics.

Exported and tested with NinjaTrader 7.0.1000.16.

Happy trading


Category The Elite Circle 
 
Suggest other entries I might like
Details: ECIDiv V7 : Divergence detector
Category: The Elite Circle 


November 1st, 2013
Size: 6.93 KB
Downloaded: 8224 times
OIF CLose Position With Button 5 *
FOR CHART TRADERS: This indicator is a sample of how to automate the exit of a position with a chart indicator


Version 1.1
Exported with NT 7.0.1000.11
(1.0 did not connect the Parm to the Button correctly)
(1.0 did not have MA plots
(1.1 now detects the account with the position, SIM and REPLAY overridden by live account)
(1.1 does not toggle exit button when position is closed, 1.0 did)


The method of closing the position is through an OIF file written into the "My Documents\NinjaTrader 7\Incoming" folder.

In this exmaple, when the Exit button is White
a long position is exited on a CrossUnder EMA13 x SMA20
a short position is exited on a CrossOver EMA13 x SMA20

NOTE: Change the variable OIF_Folder to point to your My Documents folder.
THE ATI INTERFACE OPTION MUST BE SELECTED ON CONTROL CENTER / FILE

This indicator creates a Exit button on the toolbar
When the Exit is enabled, the button is White
When the Exit is disabled, the button is Gray


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: OIF CLose Position With Button
Category: NinjaTrader 7 Indicators 


October 29th, 2012
Size: 6.69 KB
Downloaded: 310 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