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 alifarahani, Today, 09:40 AM
            6 responses
            36 views
            0 likes
            Last Post alifarahani  
            Started by Waxavi, Today, 02:10 AM
            1 response
            17 views
            0 likes
            Last Post NinjaTrader_LuisH  
            Started by Kaledus, Today, 01:29 PM
            5 responses
            14 views
            0 likes
            Last Post NinjaTrader_Jesse  
            Started by Waxavi, Today, 02:00 AM
            1 response
            12 views
            0 likes
            Last Post NinjaTrader_LuisH  
            Started by gentlebenthebear, Today, 01:30 AM
            3 responses
            17 views
            0 likes
            Last Post NinjaTrader_Jesse  
            Working...
            X