NexusFi: Find Your Edge


Home Menu

 





Histogram between 2 MA's


Discussion in NinjaTrader

Updated
    1. trending_up 1,226 views
    2. thumb_up 1 thanks given
    3. group 2 followers
    1. forum 2 posts
    2. attach_file 0 attachments




 
Search this Thread

Histogram between 2 MA's

  #1 (permalink)
 Randwulf 
Colorado Springs, CO
 
Experience: Beginner
Platform: NinjaTrader
Posts: 22 since Oct 2009
Thanks Given: 16
Thanks Received: 0

Hey Guys & Gals,

I am in need of an indicator that will show the histogram of the distance between two different types of moving averages.
example: A 50 period SMA and a 20 period WMA...

I thought that I saw one some time ago (like a special MACD) but I can't seem to find anything now.

Thanks in advance...

Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
REcommedations for programming help
Sierra Chart
Cheap historycal L1 data for stocks
Stocks and ETFs
MC PL editor upgrade
MultiCharts
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
ZombieSqueeze
Platforms and Indicators
 
  #2 (permalink)
 
cory's Avatar
 cory 
virginia
 
Experience: Intermediate
Platform: ninja
Trading: NQ
Posts: 6,098 since Jun 2009
Thanks Given: 877
Thanks Received: 8,090


Randwulf View Post
Hey Guys & Gals,

I am in need of an indicator that will show the histogram of the distance between two different types of moving averages.
example: A 50 period SMA and a 20 period WMA...

I thought that I saw one some time ago (like a special MACD) but I can't seem to find anything now.

Thanks in advance...


download zerolagMAD, open it,

look for this code;
----------------
fastEma.Set((ZeroLagEMA(Input,Fast)[0]) - (ZeroLagEMA(Input,Slow)[0]));
double macd = fastEma[0] ;

macdAvg2.Set(ZeroLagEMA(fastEma,Smooth)[0]);
-----------------

change them to:
----------------
fastEma.Set((WMA(Input,Fast)[0]) - (SMA(Input,Slow)[0])); // change here
double macd = fastEma[0] ;

//macdAvg2.Set(ZeroLagEMA(fastEma,Smooth)[0]); // don't need this line
-----------------

Reply With Quote
Thanked by:
  #3 (permalink)
 Randwulf 
Colorado Springs, CO
 
Experience: Beginner
Platform: NinjaTrader
Posts: 22 since Oct 2009
Thanks Given: 16
Thanks Received: 0


Thx Cory

I'll give it a try and report back after testing a few entries...

Started this thread Reply With Quote




Last Updated on February 12, 2016


© 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
no new posts