Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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 f.saeidi, Today, 08:01 PM
      0 responses
      2 views
      0 likes
      Last Post f.saeidi  
      Started by Rapine Heihei, Today, 07:51 PM
      0 responses
      3 views
      0 likes
      Last Post Rapine Heihei  
      Started by frslvr, 04-11-2024, 07:26 AM
      5 responses
      96 views
      1 like
      Last Post caryc123  
      Started by algospoke, 04-17-2024, 06:40 PM
      6 responses
      49 views
      0 likes
      Last Post algospoke  
      Started by arvidvanstaey, Today, 02:19 PM
      4 responses
      11 views
      0 likes
      Last Post arvidvanstaey  
      Working...
      X