NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Submitted by TheWizard
Found 12 matching entries

Sort by

Entries
d9ParticleOscillator_V2 5 *
Updated April 14, 2011.

I found (or someone pointed out & I remembered) that this version could plot Green bars below zero (when they should have been Red) or Red bars above zero (when they should have been Green). I found the error in the code & corrected it.

Once imported, it will appear in your indicator list as "d9POV2".

NinjaTrader 7.0: YES


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


April 23rd, 2011
Size: 10.42 KB
Downloaded: 6958 times

Keywords: d9 oscillator thewizard d9particleoscillator sefstrat particle
MACDBBLines V4 5 *
From FatTails Version 3 enhancements post:

This is a fast version of the MACD BB Lines indicator. The MACD settings and the band period, the multiplier for the standard deviation, the dotsize and all colors can be selected.

Different colors can be selected for dots outside and inside the Bollinger Band.

Connector line added between the MACD dots.

Unlike previous indicators this indicator can also be used on multiseries charts or charts with equidistant bar spacing set to "false".

The default colours are adapted to dark backgrounds. Special thanks to Zondor for speed-optimizing the code.


UPDATED April 22, 2011 to add a histogram feature (difference between MACD and its AVERAGE line).

Version 4, exported using NT Version 7.0.0.22 includes these enhancements (all optional):

Background coloring (flooding):
Color background, only colors the background of the indicator.
Color ALL Backgrounds, colors all indicator panels, including the price bar panel.

With ALL set to True and Price bar coloring set to true, and the sounds options set to True, you can concentrate on the price bar panel, without having to watch the indicator panel.

Conservative mode: Set to "True", the indicator will color the price bars and background when the MACD crosses above or below the Zero line (Lime, above Zero, Red, below Zero. All colors are user-selectable).

Conservative mode: Set to "False", the indicator will color the price bars and background when the MACD crosses its BB Average line, giving you more opportunities for scalping within the current price move.

BB Violation dots: An option may be chosen to paint a "double dot" on the price bar screen when the MACD BB dot violates the Bollinger Band (exits outside the band). If it re-enters the band, the condition resets, so that the next time it exits the band, another "double dot" paints on the price bar chart.

Sounds: Sound options may be chosen to play when the BB dot exits the BB Band (up sound & down sound). Sound options may be set to play when the MACD crosses (up or down) on the Zero line (up sound & down sound).

Price Bar coloring (PaintBars): You can set the color of the UP bar, DOWN bar and the OUTLINE of each. To achieve "hollow" style UP bars, simply set the UP bar color to "transparent" and then set the Outline to any color of your choice. Defaults are Lime (up bar), Black (outline), Red (down bar), Black (outline).

In the attached example, I am using it on a 4 MedianRenko bar chart with the indicator set to:
# of Std Deviations = 0.05
Band Period = 10
Dot Size = 1
Fast MACD = 60
Slow MACD = 120
Smooth = 30

The defaults are:
# of Std Deviations = 1
Band Period = 10
Dot Size = 2
Fast MACD = 12
Slow MACD = 26
Smooth = 5


Thanks to Jeff Castille for suggesting these enhancements.


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


April 3rd, 2011
Size: 11.53 KB
Downloaded: 3002 times
Signal Bars 5 *
Originally ported from MetaTrader, I found this in one of BMT's threads & made some slight modifications to it. I found the original bar size and font size a little too small for my large monitor and decided to add a "bar size multipler" and "font size multiplier" to enlarge the size of the color bars as well as the font.

Other older members, who, like myself, may have a difficult time seeing small objects on a chart, may find this helpful.

You can increase the size of the color bars, the font, or both.

Exported from NinjaTrader 7.0.022


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


March 22nd, 2011
Size: 6.08 KB
Downloaded: 1638 times

Keywords: bar bars signal signalbars
MACD BB Lines V2 4 *
MACD BB Lines V2:

This is a slight modification to the original MACD BB Lines indicator.

The defaults are the same.

The changes I made were:

Increase the dot size
Swapped the upper band and lower band colors (upper is now blue & lower is red), Removed the white "background" dot that was displaying behind the MACDBBLine dot.

UPDATED APRIL 10, 2010 - ADDED A "MID-LINE" between the upper BBband and lower BBband

This works in NT6.5
This has not been tested in NT7.0


Category NinjaTrader 6.5 Indicators 
 
Suggest other entries I might like
Details: MACD BB Lines V2
Category: NinjaTrader 6.5 Indicators 


April 8th, 2010
Size: 9.52 KB
Downloaded: 1326 times

Keywords: bollinger macd macdbbline macdbb bollingerband
SMI5 5 *
This is an enhancement of SMI4 (which was an enhancement / combination of the SMI2 and Cory's SMI2) which added a price bar coloring option, a background coloring option, an option to draw a vertical line on the price panel when trend changes and an option to play a sound upon the formation of a new price bar).

Cory contributed code to color the region between +20 / -20 which indicates a possible chop zone.

The background coloring differs from SMI4, which painted the background based on whether the SMIEMA was above or below the zero line.

This version changes the background color when the SMIUP / SMIDOWN dots rise or fall above the SMIEMA line, indicating a possible change in price direction, for potential earlier entry into the move.

Examples of how I use this indicator can be found in the WizardsDen (HolyGrail II) thread.

March 23, 2010: Update

REPAINTING:
Fixed a "repainting" problem that other members discovered. Cleaned up the code. Changed the text that read "very over bought / very over sold" to "chop zone upper" & "chop zone lower". Removed the ChopFilter function, as it added nothing to help in keeping you out of chop.

ADDED TEXT ALERTS:
"POSSIBLE CHOP" when SMI dot enters the +20 / -20 zone
"LONG BREAKOUT" when SMI dot exits above the +20 zone
"SHORT BREAKOUT" when SMI dot exits below the -20 zone

COMPATIBILITY:
NinjaTrader 6.5: YES
NinjaTrader 7.0: YES - ZTrade101

(Re-uploaded March 23, 2010, 7:29 pm CST. Original post did not contain the .zip file, just the .jpg file)

May 17th UPDATE:

This fix addresses several problems that were discovered.

Mindset contributed code to color the bars hollow when price is rising & solid when price is falling
eDanny contributed code to remove errant arrows, vertical lines, text messages and also code to clean up the conditions when the warning sounds play.

The arrow code has been changed to (offset*ticksize) so that when you use it on currencies, you shouldn't have to adjust the OFFSET parameter in order to get the arrows to show. They should show automatically now.

I changed it so that it colors the arrows to whatever color you set in the VERTICAL LINE UP/DOWN option. That way, you can have Red/Blue price bars & Magenta / Lime arrows (they are a little easier to spot, I think, when they're not the same color as the price bars).


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


March 23rd, 2010
Size: 11.30 KB
Downloaded: 4706 times
SMI4 5 *
I enhanced Cory's SMI2 and added a price bar coloring option, as well as background coloring option and the option to draw a vertical line on the price panel when trend changes. You can also put this indicator in panel 1 and turn off all the plots (Set all plots & alert line to TRANSPARENT) and just using the background colors to color the background of the price panel, if you desire. I altered the default settings and some of the plots so that it now looks more like the Eco2 (Ergodic) indicator, and is (I think) a little easier to read than Eco2.

March 23, 2010: Update

REPAINTING:
Fixed a "repainting" problem that other members discovered. Cleaned up the code. Changed the text that read "very over bought / very over sold" to "chop zone upper" & "chop zone lower". Removed the ChopFilter function, as it added nothing to help in keeping you out of chop.

ADDED TEXT ALERTS:
"POSSIBLE CHOP" when SMI dot enters the +20 / -20 zone
"LONG BREAKOUT" when SMI dot exits above the +20 zone
"SHORT BREAKOUT" when SMI dot exits below the -20 zone

COMPATIBILITY:
NinjaTrader 6.5: YES
NinjaTrader 7.0: YES - ZTrade101


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


March 23rd, 2010
Size: 10.70 KB
Downloaded: 2181 times

Keywords: stochastic wizard momentum smi smi4
d9PhaseShift
In an attempt to collect Indicators from Treads, Big Mike has asked me to post the Post popular indicators here. I have credited the Author, to allow editing or deletion.

See Post https://nexusfi.com/12927-post166.html

d9phaseshift


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


March 7th, 2010
Size: 8.98 KB
Downloaded: 682 times

Keywords: shift phase d9phaseshift d9
6E package 5 *
In an attempt to collect Indicators from Treads, Big Mike has asked me to post the Post popular indicators here. I have credited the Author, to allow editing or deletion. ZTrade101.

See https://nexusfi.com/13384-post275.html

As requested by member: Alinghy. - 6E package
Includes (.zip):
PriceLineIndicator_V2
d9ParticleOscillator_V2
jtEconNews
TSSuperTrend_V2

also includes:
Halloween 2009_6E template (.xml)

Halloween 2009_6E screenshot.

As requested. Have fun!


Category The Elite Circle 
 
Suggest other entries I might like
Details: 6E package
Category: The Elite Circle 


March 6th, 2010
Size: 47.99 KB
Downloaded: 770 times
PriceLine Indicator V2 5 *
This indicator draws a horizontal line on the price panel showing where price is currently.

I found this in a post awhile back and am currently using it on a chart. When I looked for it in the DOWNLOADS section, I could not find it, so am posting it for other interested members.

COMPATIBILITY:
NinjaTrader 6.5: YES
NinjaTrader 7.0: NOT TESTED [feedback]


Category NinjaTrader 6.5 Indicators 
 
Suggest other entries I might like
Details: PriceLine Indicator V2
Category: NinjaTrader 6.5 Indicators 


February 13th, 2010
Size: 2.10 KB
Downloaded: 582 times

Keywords: indicator line price priceline thewizard
ADXVMA Alerts V1.05.1 4 *
I added a new bar sound (sound that you can turn on / off to
alert you to the formation of a new price bar - I find this helpful, as I am not
always facing my monitor & like to hear when a new price bar forms), background colors (blue for long / red for short), which you can also turn on or
off & change to suit your preference. Hollow Candelstick Bars (some folks have requested this CandleStick type. OHLC and HI/Lo will still show solid.
Other than that, it works just the same as the original ADXVMA Alerts V1.05.

COMPATIBILITY:
NinjaTrader 6.5: YES
NinjaTrader 7.0: NOT TESTED [feedback]


Category NinjaTrader 6.5 Indicators 
 
Suggest other entries I might like
Details: ADXVMA Alerts V1.05.1
Category: NinjaTrader 6.5 Indicators 


February 13th, 2010
Size: 6.36 KB
Downloaded: 1084 times

Keywords: adxvma thewizard
 



 
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