NexusFi: Find Your Edge


Home Menu

 





Histogram between 2 MA's


Discussion in NinjaTrader

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




 
Search this Thread
  #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?
Post-Summit Market Verdict: ES -1%, NQ -1.5%, 10-Year Yi …
Traders Hideout
Iran Peace Expired NO: Ceasefire on Life Support, OPEC a …
Prediction Markets & Event Contracts
Warsh Rate Hike at 40%, Iran June 15 Expires Tonight at …
Prediction Markets & Event Contracts
Ninjatrader users - good CONNECTIONs post and article fr …
NinjaTrader
Thursday May 28: GDP + Core PCE + Jobless Claims All at …
Traders Hideout
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
NexusFi site changelog and issues/problem reporting
10 thanks
Darmok and Jalad at Tanagra
3 thanks
Big Mike in Ecuador
1 thanks
30 Sessions
1 thanks
  #2 (permalink)
 
cory's Avatar
 cory 
virginia
 
Experience: Intermediate
Platform: ninja
Trading: NQ
Posts: 6,099 since Jun 2009
Thanks Given: 877
Thanks Received: 8,098


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


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