Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

"else if"

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

    "else if"

    hi does an

    If
    else if

    statement give priority to the "if" statement over the "else if" statement or are they both executed at first come basis?

    #2
    Hello calhawk01,

    They will be processed in the order that you place them inside of the code from top to bottom. So your first "if" statement will be checked and if it is not true then it will check the next "else if" statement below that one.

    Note that if the first "if" statement is true it will not process the "else if" below it.

    See our Help Guide at the link below for more information.
    JCNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    637 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    366 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    107 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    569 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    571 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X