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 CarlTrading, 03-31-2026, 09:41 PM
    1 response
    152 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    87 views
    1 like
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    131 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    127 views
    1 like
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    106 views
    0 likes
    Last Post CarlTrading  
    Working...
    X