NexusFi: Find Your Edge


Home Menu

 





EasyLanguage ZeroLagEMA indicator


Discussion in EasyLanguage Programming

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




 
Search this Thread

EasyLanguage ZeroLagEMA indicator

  #1 (permalink)
 
Big Mike's Avatar
 Big Mike 
Manta, Ecuador
Site Administrator
Developer
Swing Trader
 
Experience: Advanced
Platform: Custom solution
Broker: IBKR
Trading: Stocks & Futures
Frequency: Every few days
Duration: Weeks
Posts: 50,442 since Jun 2009
Thanks Given: 33,215
Thanks Received: 101,600

Here is a ZeroLagEMA (zero lag exponential moving average). I've included both the EasyLanguage source and the MultiCharts .pla. I've written it as a function and an indicator so you can easily use it in signals.

[img]https://nexusfi.com/v/z5zb96.png[/img]

Function:
 
Code
                            
// Big Mike Trading https://nexusfi.com

// April 10 2010
// Function

inputs:
    
Price (NumericSeries),
    
length (NumericSimple);
    
vars:
    
ema0 (0),
    
ema1 (0);
    
ema0 XAverage(Pricelength);
ema1 XAverage(ema0length);

ZeroLagEMA ema0 + (ema0 ema1); 
Indicator:
 
Code
                            
// Big Mike Trading https://nexusfi.com

// April 10 2010
// Indicator

inputs:
    
Price (close),
    
length (14);
    
vars:
    
zlema (0);
    
zlema ZeroLagEMA(Pricelength);

Plot1(zlema"ZeroLagEMA"); 
MultiCharts pla attached.

Mike

We're here to help: just ask the community or contact our Help Desk

Quick Links: Change your Username or Register as a Vendor
Searching for trading reviews? Review this list
Lifetime Elite Membership: Sign-up for only $149 USD
Exclusive money saving offers from our Site Sponsors: Browse Offers
Report problems with the site: Using the NexusFi changelog thread
Attached Files
Elite Membership required to download: BMT-ZeroLagEMA.pla
Follow me on Twitter Visit my NexusFi Trade Journal Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
Increase in trading performance by 75%
The Elite Circle
ZombieSqueeze
Platforms and Indicators
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
How to apply profiles
Traders Hideout
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Just another trading journal: PA, Wyckoff & Trends
30 thanks
Spoo-nalysis ES e-mini futures S&P 500
28 thanks
Tao te Trade: way of the WLD
24 thanks
Bigger Wins or Fewer Losses?
20 thanks
GFIs1 1 DAX trade per day journal
16 thanks




Last Updated on April 10, 2010


© 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