I have created a strategy that places a "buy-stop order" above an indicator (for example, a simple moving average). If the order is not executed, the entry level must be updated to the next bar, according to the new moving average value. But it happens to me that when a bar ends and the order has not entered, the buy-stop order is canceled and this order is not relaunched on the next bar, but rather on the second bar afterwards. How can I get this buy-stop order order to be updated with each new bar?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Update a buy-stop order
Collapse
X
-
Update a buy-stop order
I have created a strategy that places a "buy-stop order" above an indicator (for example, a simple moving average). If the order is not executed, the entry level must be updated to the next bar, according to the new moving average value. But it happens to me that when a bar ends and the order has not entered, the buy-stop order is canceled and this order is not relaunched on the next bar, but rather on the second bar afterwards. How can I get this buy-stop order order to be updated with each new bar?Tags: None
-
Hello soyjesus,
If an order is resubmitted on every new bar, it will not be cancelled.
Below are links to examples that demonstrate this with exit orders.
In an unlocked strategy, you can also use the isLiveUntilCancelled bool to keep an order alive and have this not automatically be cancelled.
ExitLongStopMarket(int barsInProgressIndex, bool isLiveUntilCancelled, int quantity, double stopPrice, string signalName, string fromEntrySignal)
Chelsea B.NinjaTrader Customer Service
- Likes 1
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Today, 05:17 AM
|
0 responses
50 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
126 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
69 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
42 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
46 views
0 likes
|
Last Post
|

Comment