NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Found 2328 matching entries

Sort by

Entries
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
MACD BB Lines V3 5 *
Exported using NT Version 7.0.1000.10

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 a rising and falling MACD and for dots outside and inside the Bollinger Bands. The zeroline crosses are indicated by large dots. The zeroline itself can be used as a trend filter.

Paint Bars: The price bars can be painted in the same color as the dots. To allow for differentiating downcloses from upcloses, downcloses are filled while upcloses are hollow bars. The opacity for the upcloses can be selected.

Alerts: Breakouts from the Bollinger Band (violation dots) can be indicated with arrows or sound alerts. A sound alert for zeroline crosses has also been added.

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. Please change them, if you use the MACDBBLines on a lighter background.

The sound files are included with the zip file. You have to unzip them manually and copy them to the NinjaTrader sounds directory.

Update April 5, 2011: You can now select different colors for
- rising MACD below upper Bollinger Band
- rising MACD above upper Bollinger Band (trending)
- falling MACD above lower Bollinger Band
- falling MACD below lower Bollinger Band (trending)
Update July 17, 2011: Indicator simplified.
Update September 6, 2011: Options for customizing plots added.
Update February 8, 2011: Paintbars added.
Update May 17, 2012: Arrows and sound alerts added. Opacity for upclose paint bars is selectable.


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: MACD BB Lines V3
Category: NinjaTrader 7 Indicators 


May 17th, 2012
Size: 354.34 KB
Downloaded: 8615 times

Keywords: macd macdbb macdbblines
MACD BB with Paint bar feature 4 *
V.1.1 for NINJA 7 and above

Here is another version of the MACD BB with paint bars added. Nothing earth shattering by any means, but the Paint bars are a nice feature.
When the MACD moves outside of the BB's the bars change colors. You will need to make sure bars look back is on infinity and not 250 for historical data.

Fixed Vendor license is out sorry for that, please re-download and let me know if you have any other issues.

JAM


Category The Elite Circle 
 
Suggest other entries I might like
Details: MACD BB with Paint bar feature
Category: The Elite Circle 


January 10th, 2012
Size: 10.81 KB
Downloaded: 930 times
MACD Color and Stochastic Color 5 *
This is an NT8 conversion of my MACDColor and Stochastic Color indicators. Both have user definable OB/OS levels, and alert capability.


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: MACD Color and Stochastic Color
Category: NinjaTrader 8 Indicators and More 


May 5th, 2017
Size: 25.92 KB
Downloaded: 981 times

Keywords: macd ob os stochastic
MACD color with Alert
MAcd with alert when it crosses 0 line.
Thanks to Richard Housner ( Yahoo thinkorswim )who modified my earlier code. If you choose to modify please post the update for every one to use.


Category ThinkOrSwim 
 
Suggest other entries I might like
Details: MACD color with Alert
Category: ThinkOrSwim 


August 28th, 2012
Size: 1.45 KB
Downloaded: 316 times
MACD Colored Candles on Crossover 4 *
Atttached file uses the parameters 6-16-6 EMA vs the code parameters below.

# Waylock on [email protected]
# created 11/5/12

input fastLength = 12;
input slowLength = 26;
input MACDLength = 9;
input AverageType = {SMA, default EMA};

def Value = MACD(fastLength, slowLength, MACDLength, AverageType).Value;
def Avg = MACD(fastLength, slowLength, MACDLength, AverageType).Avg;

# Changes color of bars
AssignPriceColor(if Value > Avg then Color.LIME else if Value < Avg then
color.MAGENTA else color.current);


Category ThinkOrSwim 
 
Suggest other entries I might like
Details: MACD Colored Candles on Crossover
Category: ThinkOrSwim 


November 5th, 2012
Size: 471 bytes
Downloaded: 219 times

Keywords: candles macd colored
MACD Colors OB/OS 5 *
MACDcolors Version 1.1
Author: radi8
Trading Group Affiliation: TeamPIPPEdge

Yes, I know, there are an infinite number of variations on the MACD indicator.

That said, I wanted an MACD that I could define overbought and oversold conditions for. That is difficult to do given the different tick sizes of various instruments. So I created a normalized MACD. So this will plot with similar values whether you are trading the 6J or the YM. With this in mind, you can establish OB/OS levels in the indicator. The indicator will trigger alerts when there is a crossover in OB/OS territory. In general, I've found that values between 5 and 10 are good for the OB/OS levels. When a crossover happens in this region, a trend reversal is more likely. When the indicator is moving between the OB/OS levels, it is generally not a great time to enter the market.

Also, I like simple. So this indicator just shows one colored plot. It changes colors when the MACD and AVE plots cross, showing only one line. I still include all the normal data series you can access (Default, Ave, Diff). There are several DataSeries you can access for strategies as well as for market analyzers. You can also define time zones for the alerts. If there is a particular strategy you trade off the MACD that is time sensitive, this will allow you to define that time block when you would like to be alerted.

The screenshot shows this indicator with my CandleStickDoctor indicator.

Cheers!

radi8

UPDATE (1/31/17)
I found a small bug with the time logic that I corrected. If you want the indicator to generate signals at all times, set all the time bins to -1.

Also added the ability to select different MA's as the source for the MACD.


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: MACD Colors OB/OS
Category: NinjaTrader 7 Indicators 


January 29th, 2017
Size: 24.32 KB
Downloaded: 619 times

Keywords: color macd ob os overbought oversold
MACD Dots on Crossover 5 *
# Waylock - 11/5/12 - [email protected]

# MACD Dots on Price Chart
# Shows Primary Signals only. Once a BuyAlert is issued another BuyAlert cannot be issued until after a SellAlert has been issued, etc.
# Change Displace value below to adjust where Dots are placed on the Price Chart

input displace = .001;

input fastLength = 6;
input slowLength = 16;
input MACDLength = 6;
input AverageType = {SMA, default EMA};

def Value = MACD(fastLength, slowLength, MACDLength, AverageType).Value;
def Avg = MACD(fastLength, slowLength, MACDLength, AverageType).Avg;

def BuyAlert = Value > Avg;
def SellAlert = Value <= Avg;

rec count=if BuyAlert==1 and count[1]==0 then 1 else if SellAlert==0 and count[1]>=1 then count[1]+1 else 0;

rec count1=if SellAlert==1 and count1[1]==0 then 1 else if BuyAlert==0 and count1[1]>=1 then count1[1]+1 else 0;

def PrimaryBuyAlert = BuyAlert==1 and count==1;
def PrimarySellAlert = SellAlert==1 and count1==1;

plot DotUp = if PrimaryBuyAlert then Low * (1 - displace) else double.nan;
DotUp.SetPaintingStrategy(PaintingStrategy.POINTS);
DotUp.SetDefaultColor(Color.BLUE);
DotUp.SetLineWeight(5);
DotUp.HideBubble();
DotUp.HideTitle();

plot DotDn = if PrimarySellAlert then High * (1 + displace) else double.nan;
DotDn.SetPaintingStrategy(PaintingStrategy.POINTS);
DotDn.SetDefaultColor(Color.YELLOW);
DotDn.SetLineWeight(5);
DotDn.HideBubble();
DotDn.HideTitle();


Category ThinkOrSwim 
 
Suggest other entries I might like
Details: MACD Dots on Crossover
Category: ThinkOrSwim 


November 5th, 2012
Size: 1.38 KB
Downloaded: 314 times
MACD Histogram with color change 5 *
Here is an old standby, Macd histogram with color change


Category The Elite Circle 
 
Suggest other entries I might like
Details: MACD Histogram with color change
Category: The Elite Circle 


April 15th, 2013
Size: 3.53 KB
Downloaded: 560 times

Keywords: change color histogram macd multicharts tradestation
MACD Scalp 5 *
MACD Scalp indicator.


Exported Using NT 7.0.0.16


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


June 4th, 2010
Size: 3.89 KB
Downloaded: 1277 times

Keywords: cbratton macd
 



 
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