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 CaptainJack, 05-29-2026, 05:09 AM
    0 responses
    253 views
    0 likes
    Last Post CaptainJack  
    Started by CaptainJack, 05-29-2026, 12:02 AM
    0 responses
    164 views
    0 likes
    Last Post CaptainJack  
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    169 views
    1 like
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    251 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    203 views
    0 likes
    Last Post CarlTrading  
    Working...
    X