![]() |
|
|||||||
| ATM Strategies (Discretionary Trading) Support for Advanced Trade Management, AutoTrail, AutoBreakeven, Stop Strategy and Simulated Stops etc... |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Member
Join Date: May 2011
Posts: 45
Thanks: 3
Thanked 0 times in 0 posts
|
When I place an order on the FXPro using NT and add my stop loss and profit targets to the parent using the ATM strategy order window the bracket orders are not being sent to the market once the parent order is filled. I have to manually go in and place OCO orders instead. This has happened on several occasions. What's the fix?
Thanks |
|
|
|
|
|
#2 |
|
NinjaTrader Customer Service
Join Date: Feb 2009
Location: Denver, CO
Posts: 3,837
Thanks: 33
Thanked 138 times in 138 posts
|
Hello,
Thank you for your post. Please send a note to Support [AT] NinjaTrader [DOT] com with "ATTN: Chris J" in the subject line. In the message, please include the following: 1.) A link to this forum thread. 2.) Your most current trace and log files. 3.) The time this last occurred, instrument traded and Entry price. You will find the file here: My Documents > NinjaTrader 7-> Trace > trace.YYYYMMDD.txt Log file will be located by going to Documents->NinjaTrader 7->Log->log.YYYYMMDD.txt I look forward to assisting you further with this issue.
Christopher
NinjaTrader Customer Service |
|
|
|
|
|
#3 |
|
Member
|
I have another question regarding bracket orders, I've attached some code....
if (!ShortEntryOrderFilled) { Print(Time[0].ToLongTimeString() + " " + ToTime(Time[0]) + " : " + Open[0].ToString() + ">>> Order:: SHORT: " + ShortEntry.ToString() + "[" + ShortEntryStop.ToString()+ "]"); ShortEntryOrder = EnterShortStopLimit(LotSize, ShortEntry, ShortEntry, "SHORT"); if (ShortEntryOrder != null) Print("ShortEntryOrder>> " + ShortEntryOrder.ToString()); } if (!LongEntryOrderFilled) { Print(Time[0].ToLongTimeString() + " " + ToTime(Time[0]) + " : " + Open[0].ToString() + ">>> Order:: LONG:" + LongEntry.ToString() + "[" + LongEntryStop.ToString() + "]"); LongEntryOrder = EnterLongStopLimit(LotSize, LongEntry, LongEntry, "LONG"); if (LongEntryOrder != null) Print("LongEntryOrder:" + LongEntryOrder.ToString()); } Can you shed some light as to why the second order is ignored? I'm trying to place two stop limit orders, one below the current price to go short and one above the current price to go long but the second order is ignored. I appreciate your time ! Thanks - David |
|
|
|
|
|
#4 | |
|
Senior Member
|
Quote:
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ATM orders v.s. Multi-bracket orders | BlackBeard | ATM Strategies (Discretionary Trading) | 3 | 09-06-2011 06:08 AM |
| Bracket Orders | jtrade | SuperDOM and other Order Entry Windows | 6 | 01-14-2009 07:32 AM |
| Bracket Orders | cls71 | Strategy Development | 9 | 12-20-2008 01:17 AM |
| Bracket Orders | Mike Winfrey | Strategy Development | 7 | 06-02-2008 11:55 PM |
| bracket orders | amiindew | Miscellaneous Support | 2 | 08-02-2006 02:30 AM |