Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Trading with strategy and manual orders
Collapse
X
-
Tags: None
-
Hello designer01,
Thanks for your post.
NinjaScript strategies are intended to be fully automated strategies that run without any manual intervention. NinjaScript strategies are only able to read the orders placed by that specific instance of the strategy and cannot read orders that are manually placed outside of the strategy.
The Start Behavior would only sync the strategy during the initial enablement of the strategy. The position for the account and the position for the strategy are separate positions. The position of a strategy will be out of sync with the position of an account if you place manual orders on the same instrument and same account that a strategy is running on. This is because strategies cannot read manually placed orders.
For example, if the strategy places an order putting you in a position of 1 Long and you manually place an order of 1 Long, the strategy position would be 1 Long and the account position would be 2 Long since the strategy cannot read the manually placed order. Since the strategy position is 1 Long and the account position is 2 Long, the strategy position would be out of sync with the account position.
See the help guide documentation below for more information.
Strategy vs. Account Position — https://ninjatrader.com/support/help..._account_p.htm
Start Behaviors — https://ninjatrader.com/support/help..._positions.htm
Let us know if we may assist further.
<span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>
-
Is there a way to see (by looking at some log or report) whether a trade was placed manually or by a strategy?
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
80 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
46 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
29 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
32 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
66 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment