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 DannyP96, 05-18-2026, 02:38 PM
            1 response
            27 views
            0 likes
            Last Post NinjaTrader_ChelseaB  
            Started by CarlTrading, 05-11-2026, 05:56 AM
            0 responses
            117 views
            0 likes
            Last Post CarlTrading  
            Started by CarlTrading, 05-10-2026, 08:12 PM
            0 responses
            69 views
            0 likes
            Last Post CarlTrading  
            Started by Hwop38, 05-04-2026, 07:02 PM
            0 responses
            226 views
            0 likes
            Last Post Hwop38
            by Hwop38
             
            Started by CaptainJack, 04-24-2026, 11:07 PM
            0 responses
            418 views
            0 likes
            Last Post CaptainJack  
            Working...
            X