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