Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Need help with a condition to check the angle of an MA

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

    Need help with a condition to check the angle of an MA

    Question:

    Can someone please help me, in strategy:

    How I can write if I want a certain MA to cross at a Certain "ANGLE"

    say 30 degrees, not less

    Thanks
    Zee
    Answer:

    You have to use the Slope() method in addition checking for the cross.

    Something like:

    if (CrossAbove(SMA(10), SMA(20), 1) && Slope(SMA(10), CurrentBar - 1, CurrentBar) > angleValue)
    // Do something

    PS - There is a bug in the current Slope() method calculation, will be resolved for the next update.
    RayNinjaTrader Customer Service

    #2
    Thanks Ray

    Hi Ray:

    Thanks for help, this could be a good thread.

    I am using the strategy wizard, so where and how do I perform the task, you wrote, I am not a programer.

    Please help

    Thanks
    zee

    Comment


      #3
      Unfortunately accessing the Slope() method is not available in the Wizard at this time. It will be later in the fall.
      RayNinjaTrader Customer Service

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      597 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      343 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
      556 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      555 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X