Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
When and how is FromEntrySignal field set in an order?
Collapse
X
-
When and how is FromEntrySignal field set in an order?
There is a field "FromEntrySignal" in each Order object. When and how is it set? I am using SubmitOrderUnmanaged(int selectedBarsInProgress, OrderAction orderAction, OrderType orderType, int quantity, double limitPrice, double stopPrice, string oco, string signalName) to submit orders. It seems signalName passed to SubmitOrderUnmanaged() would be shown as Order.Name, and the FromEntrySignal field is always empty in my examples.Tags: None
-
Never mind. I figured it out by myself. It seems FromEntrySignal is only populated while submitting managed orders so as to tie the exit/stop/takeprofit orders to an entry order.
-
Hello clearpicks,
Thank you for your note.
Correct, FromEntrySignal would only be used under the managed approach and is used for things such as tying together Stop Loss/Profit Target orders, checking the status of that order, managing entries per direction, etc.
Please see under Order Entry Methods at the following link,
Please let us know if you need further assistance.Alan P.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, 03-13-2026, 05:17 AM
|
0 responses
89 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
151 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
80 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
53 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
62 views
0 likes
|
Last Post
|

Comment