Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How would it be this?

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

    How would it be this?

    I'm a newbie programmer and I'm trying to construct a MACD but using WMA instead of just EMA.

    I'd like to know hot to substitute these main lines:

    fastEma.Set((2.0 / (1 + Fast)) * Input[0] + (1 - (2.0 / (1 + Fast))) * fastEma[1]);
    slowEma.Set((2.0 / (1 + Slow)) * Input[0] + (1 - (2.0 / (1 + Slow))) * slowEma[1]);



    Any help would be highly appreciated

    #2
    Hello,

    Please take a look at the following thread and post #3 where a user has submitted his version of a MACD based on the WMA. This should give you an idea on how to accomplish your goal:

    MatthewNinjaTrader Product Management

    Comment

    Latest Posts

    Collapse

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