Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Best way to create logic on current signal for open position(s)?
Collapse
X
-
Hello Dragon989,
Thank you for your note.
This would be possible,
You could see the following example which demonstrates how you can check in OnOrderUpdate if an order was filled by the name of "MyEntry". What you could do is set a bool to true if this order is filled. Then within OnBarUpdate you could check if this bool was true and if so adjust your stop/profit target. I'm not sure this approach is more minimalist but it would be one solution.
The OnOrderUpdate() and OnExecution() methods are reserved for experienced programmers. Instead of using Set() methods to submit stop-loss and profit target orders, you can submit and update them manually through the use of IOrder and IExecution objects in the OnOrderUpdate() and OnExecution() methods. The OnOrderUpdate()
You also may be interested in,
Please let us know if you need further assistance.Alan P.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
53 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
32 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
195 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
359 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
278 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
Comment