Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Best approach, Managed or Unmanaged?

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

    Best approach, Managed or Unmanaged?

    I would like to know what is the most efficient and reliable approach when programming strategies; managed or unmanaged approach?

    #2
    Hello TraderCornel,

    If you are wanting to avoid all of the rules for the managed approach, I would recommend using the unmanaged approach.
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      My general rule of thumb is, use the managed unless you can't. I have one algo that sets up a bracket with a long and short order. This wasn't possible using the managed approach, but I had to add extra code to handle stuff that would have been handled by a managed order, such as setting stops (and ensuring they get set), etc.

      Managed = easy, safer, constrained.
      Unmanaged = not as easy, not as safe, but allows you to get around some rules.

      Comment


        #4
        Thanks for all the suggestions.

        Comment


          #5
          Originally posted by TraderCornel View Post
          I would like to know what is the most efficient and reliable approach when programming strategies; managed or unmanaged approach?
          depends on your level of coding
          NT managed approach is a very handy convenience layer for beginners and some advanced users -
          Depending on the strategy that might be good enough...


          For robust trading - here is a free unmanaged library open source - for interactive hybrid automated trading - fully or semi algo trading.

          Click image for larger version

Name:	image.png
Views:	200
Size:	48.2 KB
ID:	1239292
          MicroTrends
          NinjaTrader Ecosystem Vendor - micro-trends.co.uk

          Comment


            #6
            Originally posted by MicroTrends View Post

            depends on your level of coding
            NT managed approach is a very handy convenience layer for beginners and some advanced users -
            Depending on the strategy that might be good enough...


            For robust trading - here is a free unmanaged library open source - for interactive hybrid automated trading - fully or semi algo trading.
            I appreciate it. Thank you

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by Mindset, 04-21-2026, 06:46 AM
            0 responses
            93 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Started by M4ndoo, 04-20-2026, 05:21 PM
            0 responses
            138 views
            0 likes
            Last Post M4ndoo
            by M4ndoo
             
            Started by M4ndoo, 04-19-2026, 05:54 PM
            0 responses
            68 views
            0 likes
            Last Post M4ndoo
            by M4ndoo
             
            Started by cmoran13, 04-16-2026, 01:02 PM
            0 responses
            123 views
            0 likes
            Last Post cmoran13  
            Started by PaulMohn, 04-10-2026, 11:11 AM
            0 responses
            73 views
            0 likes
            Last Post PaulMohn  
            Working...
            X