Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Adjusting strategy with position
Collapse
X
-
Adjusting strategy with position
how do I adjust my auto strategy without having to exit my posiition? then once adjusted, I want the ability to get back to the same state before adjusting. For example I currently have a position on TF . but would like to adjust it without having to exit. once my adjustment is done, I would like for my strategy to synchronize the current state it is in. -
Hello AldricJC,
Thank you for your note.
First, I must note that a new strategy instance cannot pick up the orders or positions from a previous instance. However, we can set NinjaTrader to sync the account position with the strategy upon starting the new instance.
What this means is that we can disable the strategy without worry of closing the position(s), then we can make our changes to the code and re-enable the strategy with Sync Account Position set to True. And since the new instance of the strategy cannot see the orders from the previous instance we would need to ensure that we go to Tools --> Options --> Strategies --> NinjaScript --> and enable the options to cancel orders for entry and exit when the strategy is disabled under the Order Handling section.
For information on the Strategy settings under Tools --> Options --> Strategies please visit the following link: http://www.ninjatrader.com/support/h...tegies_tab.htm
For information on the Strategy parameters, such as Sync Account Position, please visit the following link: http://www.ninjatrader.com/support/h...strategies.htm
Please let me know if you have any questions.
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
88 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
48 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
30 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
34 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
68 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment