If I drag the Stop or Profit target, it goes back to where the strategy placed it on the next bar update. Is there a way I can catch the adjusted new price target of stop when it is moved by me so that the strategy accepts it? Thanks.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Changing Orders in a Strategy Using the Mouse and dragging
Collapse
X
-
Changing Orders in a Strategy Using the Mouse and dragging
OK. How can I go about doing the following. Sometimes when I have a strategy managing my orders, I may want to adjust the stop for the order either up of down.
If I drag the Stop or Profit target, it goes back to where the strategy placed it on the next bar update. Is there a way I can catch the adjusted new price target of stop when it is moved by me so that the strategy accepts it? Thanks.Tags: None
-
Hello richa61416,
Thanks for your post.
Strategies are intended to run without manual adjustment and that behavior would be expected when using the set methods for the profit target and stop loss.
It is possible to create a strategy that does allow you to directly control and adjust profit targets and stops dynamically. This type of strategy is a hybrid that uses special ATM methods to create and control and ATM template (which you create). In your NinjaTrader is an example of this type strategy called SampleATMstrategy that you can review and test to better understand its use. The Ninjascript code is well commented to help understand the functionality. Here is a link to the help guide to further understand the methods for this type strategy: https://ninjatrader.com/support/help...gy_methods.htm
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
110 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
59 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
37 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
41 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
78 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment