Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Best approach, Managed or Unmanaged?
Collapse
X
-
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?
Tags: None
-
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.
- Likes 1
Comment
-
-
depends on your level of codingOriginally posted by TraderCornel View PostI would like to know what is the most efficient and reliable approach when programming strategies; managed or unmanaged approach?
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.
- Likes 2
Comment
-
I appreciate it. Thank youOriginally 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.
- Likes 1
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by kinfxhk, 07-14-2026, 09:39 AM
|
0 responses
10 views
0 likes
|
Last Post
by kinfxhk
07-14-2026, 09:39 AM
|
||
|
Started by kinfxhk, 07-13-2026, 10:18 AM
|
0 responses
59 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 10:18 AM
|
||
|
Started by kinfxhk, 07-13-2026, 09:50 AM
|
0 responses
41 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 09:50 AM
|
||
|
Started by kinfxhk, 07-13-2026, 07:21 AM
|
0 responses
47 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 07:21 AM
|
||
|
Started by kinfxhk, 07-11-2026, 02:11 AM
|
0 responses
38 views
0 likes
|
Last Post
by kinfxhk
07-11-2026, 02:11 AM
|

Comment