Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

MEF or IOC in NT8?

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

    MEF or IOC in NT8?

    Does NT8 use MEF or any IOC container that developers can leverage?
    Or did you write your own AddOns loader?
    Thanks.

    #2
    Hello dalebru,

    Thank you for your post.

    No, NinjaScript addons will not use Managed Extensibility Framework or Inversion of Control.

    There will be the ability to make custom addons in NinjaTrader 8 using NinjaScript, and we will be able to provide an example script of how to code these.
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Its our own AddOn loader. Basically the AddOnBase class allows you to hook into the OnWindowCreated() event of any window opening in NinjaTrader so you can extend it.

      If you want an AddOn that will be a new window you would check if the window is Control Center and add your window to the New Control Center menu and attach your own event handler. If you wanted to add on functionality to a superDOM you could check if the new window being opened is a superDOM and then interface with it.

      This is the Add On framework in a nutshell. More documentation will be coming in on AddOn as we move closer to production release however you can play with it now by using the NinjaScript Editor > Plus button > New Add On and in the wizard tell it to generate that OnWindowCreated()/OnWindowDestroyed() methods.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by bortz, 11-06-2023, 08:04 AM
      47 responses
      1,611 views
      0 likes
      Last Post aligator  
      Started by jaybedreamin, Today, 05:56 PM
      0 responses
      9 views
      0 likes
      Last Post jaybedreamin  
      Started by DJ888, 04-16-2024, 06:09 PM
      6 responses
      19 views
      0 likes
      Last Post DJ888
      by DJ888
       
      Started by Jon17, Today, 04:33 PM
      0 responses
      6 views
      0 likes
      Last Post Jon17
      by Jon17
       
      Started by Javierw.ok, Today, 04:12 PM
      0 responses
      22 views
      0 likes
      Last Post Javierw.ok  
      Working...
      X