Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

COM ProgID

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

    COM ProgID

    I built my own signal generator in Python. I'm currently trying to send the trading signals to NinjaTrader via the COM ATI.

    Can you tell me what the correct ProgID is for the COM object?

    Thanks,
    Alex

    #2
    Hmm ... sorry, would not know. Somehow the MS installer and .NET take care.

    We have this is our code:
    [System.Runtime.InteropServices.Guid("41A63BA8-2028-4ef1-9693-6E2707A18E0F")]

    Not sure if this helps...

    Comment


      #3
      Also: We experienced issues on the COM API in the past. It's usually saver to just go through the DLL interface.

      Comment


        #4
        Originally posted by NinjaTrader_Dierk View Post
        Hmm ... sorry, would not know. Somehow the MS installer and .NET take care.

        We have this is our code:
        [System.Runtime.InteropServices.Guid("41A63BA8-2028-4ef1-9693-6E2707A18E0F")]

        Not sure if this helps...
        I took your advice and went with the DLL interface. I programmed a python wrapper for the DLL, let me know if you'd like me to post it.

        Comment


          #5
          Would be great if you could post it in a seperate Python thread. Thanks

          Comment


            #6
            Please do, that would be great.
            I am trying to do the same through MATLAB and the DLL I cannot use since it requires dependance .h file which NT does NOT have and then trying the COM interface, ML also assks for a Prog ID that apparently again of no avail with NT.
            How did you use the DLL without the .h file?

            Thanks


            Originally posted by ATLien View Post
            I took your advice and went with the DLL interface. I programmed a python wrapper for the DLL, let me know if you'd like me to post it.

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by argusthome, 03-08-2026, 10:06 AM
            0 responses
            56 views
            0 likes
            Last Post argusthome  
            Started by NabilKhattabi, 03-06-2026, 11:18 AM
            0 responses
            37 views
            0 likes
            Last Post NabilKhattabi  
            Started by Deep42, 03-06-2026, 12:28 AM
            0 responses
            18 views
            0 likes
            Last Post Deep42
            by Deep42
             
            Started by TheRealMorford, 03-05-2026, 06:15 PM
            0 responses
            20 views
            0 likes
            Last Post TheRealMorford  
            Started by Mindset, 02-28-2026, 06:16 AM
            0 responses
            49 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Working...
            X