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

Implement multithreading in a strategy

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

    Implement multithreading in a strategy

    Hello,

    Is it possible to implement in ninjatrader a method inside one's strategy that would be called on a different thread.

    The reason I am asking is because I do use the OnMarketData method that is computationally intensive, so I would like to have a thread dedicated to this, but I also have a method called on a timer that checks the data and the current orders, may place new orders etc. I would like to have both running on different thread as currently, I notice that the timer keeps on deviating, i.e. say this is a 30 s timer, it will deviate from the 30 sec mark, and after say 100 calls, I would have seen 30010 seconds gone by (this is just for illustration).

    Hence I hope multithreading would help to avoid this issue? If not any other solution? And if it would, could you please provide me an example on how to actually implement this multithreading in ninja trader?

    Thanks

    #2
    Hello.

    Thanks for the note.

    Advanced threading and deviating from the event-driven model in NinjaScript is not supported. You can look at the BarTimer indicator's code to get an idea of how you could dispatch some code asynchronously and use the tick event method to read/update data.

    Please let us know if you have any questions.
    Chris L.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by suroot, 02-25-2017, 04:43 AM
    11 responses
    2,548 views
    0 likes
    Last Post Zilvercat  
    Started by Rogers101, 05-05-2024, 11:30 AM
    16 responses
    50 views
    0 likes
    Last Post Rogers101  
    Started by ninza33, Today, 12:31 PM
    2 responses
    10 views
    0 likes
    Last Post ninza33
    by ninza33
     
    Started by Bobin, 03-12-2024, 08:51 AM
    15 responses
    482 views
    0 likes
    Last Post fiddich
    by fiddich
     
    Started by Skifree, Today, 11:21 AM
    4 responses
    15 views
    0 likes
    Last Post Skifree
    by Skifree
     
    Working...
    X