Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Momentum Indicator

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

    Momentum Indicator

    What is the formula for the standard Ninja Momentum indicator. On goggle I see the below, but the ninja trader Momentum is nothing like this

    How is the momentum indicator calculated?
    The Momentum Oscillator is the current price divided by the price of a previous period, and the quotient is multiplied by 100. The result is an indicator that oscillates around 100. Values less than 100 indicate negative momentum, or decreasing price, and vice versa.

    Thanks

    #2
    Hello DTSSTS,

    Thanks for your question.

    Our Momentum indicator gives the attached description if you hit the i button in the Indicators dialog.

    If you check the source code, you can see the following:

    Value[0] = CurrentBar == 0 ? 0 : Input[0] - Input[Math.Min(CurrentBar, Period)];

    We essentially subtract the Input value from "Period" Bars Ago, from the current Input value.

    Please let us know if you have any questions.
    Attached Files

    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
    344 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
    557 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X