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

Bitwise?

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

    Bitwise?

    Can I do a direct translation from C to C#

    C code
    jf=n1 & (ni+k); We use bitwise and to wrap-around the pointers.

    NT accepts the above code, but is it the same?

    Thanks

    Tinkerz
    Last edited by tinkerz; 07-29-2010, 01:19 PM.

    #2
    Hello Tinkerz,

    Unfortunately this is beyond our scope of support. Hopefully another community member may offer input here.
    Ryan M.NinjaTrader Customer Service

    Comment


      #3
      Tinkerz,

      Yes, you can do bitwise operations, you just have to be sure to cast things properly (or use the proper types). If you're thinking of pointers in the traditional C style coding sense, .NET in general is not pointer friendly.

      Hope this helps.
      mrlogik
      NinjaTrader Ecosystem Vendor - Purelogik Trading

      Comment


        #4
        Is there any website that can help me understand what

        We use bitwise and to wrap-around the pointers means,

        I understand what the operation is trying to do, I would like to understand how to do it better in .net

        thanks

        Comment


          #5
          I'm sure if you google c# .net bitwise operations you'll find a slew of information.

          I'm not sure you can do it better in .NET; what you have looks fine to me.
          mrlogik
          NinjaTrader Ecosystem Vendor - Purelogik Trading

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by TheMarlin801, 10-13-2020, 01:40 AM
          20 responses
          3,914 views
          0 likes
          Last Post Bidder
          by Bidder
           
          Started by timmbbo, 07-05-2023, 10:21 PM
          3 responses
          151 views
          0 likes
          Last Post grayfrog  
          Started by Lumbeezl, 01-11-2022, 06:50 PM
          30 responses
          808 views
          1 like
          Last Post grayfrog  
          Started by xiinteractive, 04-09-2024, 08:08 AM
          3 responses
          11 views
          0 likes
          Last Post NinjaTrader_Erick  
          Started by Johnny Santiago, 10-11-2019, 09:21 AM
          95 responses
          6,194 views
          0 likes
          Last Post xiinteractive  
          Working...
          X