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

NOT Operator in C#?

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

    NOT Operator in C#?

    I'm trying to find an operator in C# that acts like the NOT operator in VB? Does such a thing exist? Thanks.

    fosch

    #2
    Hello,

    Yes it is this:

    !

    Let me know if I can be of further assistance.

    Comment


      #3
      Hi Brett,

      I tried ! as follows:
      if !(EMA(21)[1] > EMA(21)[2]) return;

      but I got n error (no error number), but it would not compile?

      fosch

      Comment


        #4
        Hello,


        Yes the ! needs to be attached to an boolean operator.

        Please see this guide for what you can do I found with a good search:



        Seems like in this case you would just need to flip the > to < for this do what you need.

        Let me know if I can be of further assistance.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Rogers101, 05-05-2024, 11:30 AM
        9 responses
        32 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Started by Quanto, 04-17-2024, 10:43 AM
        3 responses
        28 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by Mindset, Yesterday, 06:19 AM
        3 responses
        17 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Started by llanqui, Today, 07:04 AM
        1 response
        5 views
        0 likes
        Last Post NinjaTrader_BrandonH  
        Started by cmtjoancolmenero, 04-25-2024, 03:58 PM
        20 responses
        114 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Working...
        X