Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Cross Above

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

    Cross Above

    Hi,

    can someone help me with an easy compilation error?
    I have an additional serie in my code. Why this condition cannot be compiled?

    if(CrossAbove(Closes[1][0],900,5))

    It should be true, if the close of the second serie is higher than 900. However, I cant get this compiled.

    Thanks

    #2
    Hello malej.gregy,

    The first input is expecting a series, and you can do this by removing the second bracket of Closes:

    if(CrossAbove(Closes[1], 900, 5))
    Ryan M.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

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