NinjaTrader Support Forum  

Go Back   NinjaTrader Support Forum > Application Technical Support > ATM Strategies (Discretionary Trading)

ATM Strategies (Discretionary Trading) Support for Advanced Trade Management, AutoTrail, AutoBreakeven, Stop Strategy and Simulated Stops etc...

Reply
 
Thread Tools Display Modes
Old 06-27-2012, 04:17 PM   #1
hothomas
Member
 
Join Date: May 2011
Posts: 45
Thanks: 3
Thanked 0 times in 0 posts
Default Bracket Orders

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
hothomas is offline  
Reply With Quote
Old 06-27-2012, 04:30 PM   #2
NinjaTrader_ChristopherJ
NinjaTrader Customer Service
 
NinjaTrader_ChristopherJ's Avatar
 
Join Date: Feb 2009
Location: Denver, CO
Posts: 3,839
Thanks: 33
Thanked 138 times in 138 posts
Default

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.
NinjaTrader_ChristopherJ is offline  
Reply With Quote
Old 09-22-2012, 04:03 PM   #3
dadof3and3
Member
 
Join Date: Jul 2007
Location: New Braunfels, Texas
Posts: 58
Thanks: 0
Thanked 0 times in 0 posts
Send a message via Yahoo to dadof3and3 Send a message via Skype™ to dadof3and3
Default

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
dadof3and3 is offline  
Reply With Quote
Old 09-22-2012, 05:05 PM   #4
koganam
Senior Member
 
Join Date: Feb 2008
Location: Durham, North Carolina, USA
Posts: 3,354
Thanks: 24
Thanked 1,304 times in 1,067 posts
Send a message via Skype™ to koganam
Default

Quote:
Originally Posted by dadof3and3 View Post
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
There probably is an entry in your log with the reason why.
koganam is offline  
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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


All times are GMT -6. The time now is 03:00 AM.