Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Market Order Rejected (no price)
Collapse
X
-
Market Order Rejected (no price)
I have a strategy that runs fine with Vision Financial. However, when (the exact same strategy is ) running at MF Global, the EnterLong() command gets rejected as a market order with no price specified. MF Global uses PATS, whereas Vision does not use PATS. Must I do something special for market orders with PATS?Tags: None
-
The problem with MF Global/PATS rejecting a market buy with 'ErrPriceRequired' happened again today. The attached image show the orders tab in the CP. The 8th entry down from the top is the offending order. Note that this strategy was simultaneously executing in 2 Vision accounts. The same market buy order was executed just fine in those accounts as can be seen by the two orders immediately above the offending order.
The code sequence was simply 'EnterLong ();'. The MF Global account was flat at the time of the market entry as can be seen from the 3 previous MF Global orders.
I had TraceOrder = true but did not have an Output window open, so I am not sure where to get any further detailed information that may be of assistance.
follow link to see image:
Last edited by doctore; 10-08-2010, 11:46 AM.
Comment
-
I don't know, there never was one as far as I know. I just sent in the logs as requested in this thread and then got an email response from Josh Peng...however, from the subject of the email from Josh Peng (below), I would guess 378958.
date Mon, Oct 11, 2010 at 9:55 AM
subject RE: Market Order Rejected (ErrPriceRequired) {378958}
Scott,
We have reviewed the log/traces for your order and everything looks like it is being sent out of NT correctly. Since this is a native error you are receiving from your brokerage you will need to take them up on it as to why a market order would require some kind of price.
2010-10-08 10:23:54:274 (MF Global) Cbi.Connection.ProcessEventArgs.OrderStatusEventAr gs: Order='9053d36cb2a04c088b34452408dd5f4a/91133810' Name='LongP2-2-10/8/2010' New State=Rejected Instrument='ES 12-10' Action=Buy Limit price=0 Stop price=0 Quantity=1 Type=Market Filled=0 Fill price=0 Error=OrderRejected Native error='ErrPriceRequired'
If you provided them that trace message it may help them isolate and determine what exactly was going on and why a price was required for this order. Hope that helps.
Sincerely,
Josh Peng
NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
647 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
368 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
108 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
571 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
573 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment