Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

BackgroundWorker

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

    BackgroundWorker

    Can I use the C# BackgroundWorker when I need to make a call to a web service like Yahoo ?

    Thanks

    #2
    Hello blar58,

    Thank you for your post.

    There would not be a supported means to do this within in NinjaTrader.

    Comment


      #3
      Thanks Patrick

      Just for my understanding, is it because NinjaTrader does not use multiple threads ?


      Thanks

      Comment


        #4
        Hello blar58,

        Thank you for your response.

        That may be part of the case for NinjaTrader 7, but I am referring to the ability to use the backgroundworker to call a web service in NinjaScript. There may be unsupported means to achieve this, but I am not aware of such items.

        Comment


          #5
          You can use BackgroundWorker Class with NT7 NinjaScript.

          NT7 is a multi-threaded program however, the UI, which is where your NinjaScripts(Indicators and Strategies) are calculated and ran from, is on 1 thread, making it more or less a single threaded application for our given context.

          If you want to perform some operations on a background thread you can do that with your script. There's even a sample that someone did on the Miscellaneous forum page for uploaded scripts.

          http://ninjatrader.com/support/forum...atid=6&lpage=1

          Comment


            #6
            Thank you Calonious !

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by CarlTrading, 03-31-2026, 09:41 PM
            1 response
            156 views
            1 like
            Last Post NinjaTrader_ChelseaB  
            Started by CarlTrading, 04-01-2026, 02:41 AM
            0 responses
            90 views
            1 like
            Last Post CarlTrading  
            Started by CaptainJack, 03-31-2026, 11:44 PM
            0 responses
            140 views
            2 likes
            Last Post CaptainJack  
            Started by CarlTrading, 03-30-2026, 11:51 AM
            0 responses
            130 views
            1 like
            Last Post CarlTrading  
            Started by CarlTrading, 03-30-2026, 11:48 AM
            0 responses
            107 views
            0 likes
            Last Post CarlTrading  
            Working...
            X