NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Found 2328 matching entries

Sort by

Entries
MACDBBLines (amaMACDBBLines) 5 *
Version 1.3 October 30, 2018

The MACDBBLines indicator is built from a standard MACD indicator with Bollinger Bands added to the signal line. The MACD values are shown as dots. This indicator is typically used to generate with-trend entries when the upper or lower Bollinger Band is violated.

Minor trend: The minorlower timeframe trend is up when the MACD is rising. It is down when the MACD is falling.

Major trend: The higher timeframe trend may be taken from the MACD itself. An major uptrend is signaled when MACD > 0, while MACD < 0 stands for a major downtrend.

Public Properties: The indicator comes with a few public Series<double> that can be accessed via other indicators or automated strategies. These will also be shown in the strategy builder. The series "Trend" may be used to detect the minor trend. "Trend" will show the value +2 when the MACD is rising and above the upper Bollinger Band, +1 when it is rising and below the upper Bollinger Band, -1 when it is falling and above the lower Bollinger Band, -2 when it is falling and below the lower Bollinger Band. You will further find two Series<double> "LongSignal" and "ShortSignal". "LongSignal" will return +2 for an upper band violation in a major uptrend (strong signal), +1 for an upper band violation in a major downtrend (weak signal) and 0 for no signal. Accordingly, "ShortSignal" will return +2 for a lower band violation in a major downtrend (strong signal), +1 for an lower band violation in a major uptrend (weak signal) and 0 for no signal.

Market Analyzer Column: The indicator comes with two separate market analyzer columns. The first column will simply indicate the trend and return values based on rising and falling MACD above or below the Bollinger Bands as described above. The second column will return entry signals, where +2 stand for a strong long signal, + 1 for a weak long signal, 0, for no signal, -1 for a weak short signal and - 2 for a strong short signal. For the market analyzer I have squeezed long and short signals into a single column, as there is little space on a market analyzer. For the Series<double> objects, I have separated the LongSignal and ShortSignal series, as they are designed to return positive values or 0 for no signal only. Please pay attention to the difference.

Paint Bars: The indicator comes with paint bars that reflect the minor trend. The colors are similar to the colors for the MACDBB dots, but you may differentiate between upcloses and downcloses.

Sound Alerts: The indicator comes with sound alerts that will be triggered when the upper or lower band is violated, or when the major trend changes.


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: MACDBBLines (amaMACDBBLines)
Category: NinjaTrader 8 Indicators and More 


October 31st, 2018
Size: 14.91 KB
Downloaded: 2125 times

Keywords: bollinger macd macdbb macdbblines oscillator
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
MacdBBV4 + Gapless + TickSize 5 *
There has been a request for an NT7 version of my NT8 MacdBB indicator here:

https://nexusfi.com/local_links.php?action=ratelink&catid=27&linkid=1693

This version comes 'as is'

What you will get:

* Same features as Fat Tails' original MacdBB indicator.
* Gapless feature that ignores the session open gap.
* TickSize addition to help 'normalize' the macd value.
* Band region filled to the same color as the Bollinger plots.

What will not work:

* Dots plotted on price panel. Keep value 'false'. This is due to the 'filled bands', as NT will not allow plotting on both panels.
* My gradient version is not available.


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: MacdBBV4 + Gapless + TickSize
Category: NinjaTrader 7 Indicators 


December 19th, 2015
Size: 12.23 KB
Downloaded: 1223 times
MACDColorsEmail2 5 *


This is an indicator I had written a while back that emails a screenshot and has audio alerts when the average crosses 0. There are a couple other ideas I was trying to make the cross more noticeable that's why its got some non standard features in it. Its the sister alert to the stochastic one I uploaded awhile back. I used it to send me alerts when I was at work Hopefully someone finds it useful.

Chris


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


July 6th, 2013
Size: 6.46 KB
Downloaded: 304 times
MacdMultiMa 5 *
This Macd can let you apply 4 kind of MA(SMA, EMA, HMA, WMA). You can specify each line's MA method. Also there is the threshold yellow line by which you can identify side way of market. If histogram bar doesn't break yellow line for a while, the market goes into the side way. This indicator works on NinjaTrader6.5 and NinjaTrader7.


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


August 5th, 2010
Size: 9.24 KB
Downloaded: 184 times
MACDplus 5 *
This plots the MACD up and down movement, where you can change the color of the line based on movement up or down. It also has audio alerts.


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


October 19th, 2015
Size: 6.33 KB
Downloaded: 1186 times

Keywords: macdplus
MACross 5 *
MACross version 1.0 - written by dynoweb

This indicator can be used to create a watch list and to let you know when it might be time to enter a position. Getting confirmation in the short, medium and long timeframes also gives you more confidence on the current direction.

This indicator uses a slow SMA and a faster EMA and plots those on a chart based on the time frame setting. There are three settings, Slow, Medium and Fast timeframes. Data exposed in this indicator can be used in a strategy or on a Market Analyzer. The values exposed are the number of periods back the last cross occurred and the direction of the cross. 1 indicates a cross above and the -1 indicates a cross below.

The EMA and SMA included indicators are just the standard Ninja indicators.


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


January 23rd, 2014
Size: 6.09 KB
Downloaded: 498 times
MADetrended_v1 5 *
This indicator plots the difference between 2 moving averages as a multicolored plot. The zero line is actually the slower of the 2 moving averages. You can select from 6 different moving averages. The screenshot shows the combination of EMA and SMA. So, you can pick your poison.

The multicolored plot is the difference between the slow and fast moving averages. Lime indicates the plot is rising, red is falling, and yellow is flat.

The dots on the zero line tell you the plot is above or below the zero line.

The histogram tells you the slower moving average is rising or falling.

Written by Mike Winfrey, aka Joe Blow, don't remember when I wrote the first iteration. However, this one, Version 1, was completed on May 11, 2010.

Exported 6.5.1000.15
Haven't done anything with NT7 yet. Not worth the effort yet.

Just a note...send a PM to me if you have questions or comments. I won't be notified if you leave a comment here with the indicator and as a result you may never get an answer.


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


May 11th, 2010
Size: 20.16 KB
Downloaded: 296 times

Keywords: detrend ema joeblow ma sma
mahBradientColorBars 5 *
There seems to be a problem here: I uploaded the code as mahGradientColorBars2 but it is posting it without the 2 so I am not sure why it would do that. Easiest thing to do is just edit aligator's code.

I really like this indicator so hopefully aligator doesn't mind my version. I just like having my upcolors going green and downcolors colors going red. So if you are like me, then all you have to do is open the code and change 3 things in 2 lines;

downColor = (int) (255*(Value)/100);
upColor = 255-downColor;

to;

upColor = (int) (255*(Value)/100);
downColor = 255-upColor;

Obviously, the whole rationale that aligator has posted still stands but you just have the colors plotting in the opposite direction.


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


July 25th, 2012
Size: 6.04 KB
Downloaded: 460 times
mahHeikenAshiDelta - NT8 5 *
This is an indicator I downloaded from here for NT7.
I just paid to convert it for NT8.
So here is the NT8 version.
Version #Sep15b
The indicator plots the difference between the HA open & HA close, being the HA Delta.
Also plots a 3 period EMA.

Thanks to "Alligator" for the original NT7 version.

20/3/17 uploaded from NT8 V 8.0.5.0 Version#Sept15b open source.


Category The Elite Circle 
 
Suggest other entries I might like
Details: mahHeikenAshiDelta - NT8
Category: The Elite Circle 


September 15th, 2016
Size: 3.01 KB
Downloaded: 578 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