Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
AtmStrategyChangeStopTarget
Collapse
X
-
AtmStrategyChangeStopTarget
I am trying to use this method in a strategy I've written to adjust my stop orders. However, no matter what I use as the orderName parameter, the code is changing the profit target order. How do I change the stop order with this method?Tags: None
-
This code creates the ATM strategy...
This code is what I am using to try and change the stop...Code:atmStrategyId = GetAtmStrategyUniqueId(); orderId = GetAtmStrategyUniqueId(); AtmStrategyCreate(Cbi.Action.Buy, OrderType.Market, 0, 0, TimeInForce.Day, orderId, atmtemplate, atmStrategyId);
I see a parameter in AtmStrategyChangeStopTarget that allows me to define an order name, but I don't see where to define this name in the ATM strategy above.Code:AtmStrategyChangeStopTarget(0, stop, "STOP1", atmStrategyId);
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
64 views
0 likes
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
149 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
162 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
99 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
286 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|

Comment