Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

WMA of EMA

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    WMA of EMA

    I need to plot a 10 period weighted moving average of a 3 period exponential moving average.
    Below is an example from TradeStation's EasyLanguage.
    I'm not able to make it happen in Ninja.
    I found an EMA of EMA on the forum. Even altering that is over my head.
    Would be so kind as to create this for me?


    WMA-of_EMA = WAverage(XAverage( Close, 3 ),10) ;

    Thanks,
    Joe

    #2
    Unfortunately we don't provide support down to the level of actual coding indicators, but this should work for your purposes:
    Code:
    Value.Set(WMA(EMA(3), 10)[0]);
    As last resort you could contact as certified NinjaScript consultant: http://www.ninjatrader.com/webnew/pa...injaScript.htm

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    599 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    345 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    103 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    558 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    558 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X