Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

&& and "or"

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

    && and "or"

    Hi,

    This is in regard to a "if then" sets for going long or short.

    When adding additional if statement using "&&" works well.

    What is the best way to add "or" statements?

    Thanks...

    Mobile...
    Last edited by birdog; 10-11-2014, 09:18 PM.

    #2
    Originally posted by birdog View Post
    Hi,

    This is in regard to a if then set for going long or short.

    When adding additional if statement using "&&" works well.

    What is the best why to add "or" statements?

    Thanks...

    Mobile...
    "||"


    C# logical operators perform logical negation (`!`), conjunction (AND - `&`, `&&`), and inclusive and exclusive disjunction (OR - `|`, `||`, `^`) operations with Boolean operands.

    Comment


      #3
      @sledge

      great...thank you...and thanks for the link!

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      617 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      358 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      105 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      561 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      566 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X