If in fact this is not common, I will share more info.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Long orders becoming shorts..
Collapse
X
-
Long orders becoming shorts..
I need help, I don't understand why some of my long trades are becoming shorts. I am hoping this is a common problem and I am doing something wrong, which is why I am not sharing a lot of info.
If in fact this is not common, I will share more info.2 PhotosTags: None
-
-
Hi faisamtrader, thanks for your note.
This is not a common issue. I can test your script if you would like. Please Export it and either post it here or send it to platformsupport at ninjatrader.com and reference "Attn ChrisL 2361338" in the body of the email.
I look forward to hearing from you.
Comment
-
Everything was going perfectly fine until the second last trade. It sold before it bought or you can say it shorted even though I have have a short strategy.
EnterLongLimit(Convert.ToInt32(MyQuantity), GetCurrentAsk(0));
{
EnterLong(Convert.ToInt32(MyQuantity), "BuyOrder");
}
// Set 2
if (CrossBelow(EMA1, EMA2, 1))
{
ExitLong(Convert.ToInt32(MyQuantity), "3CR13", "");
}
}
}
}
}1 Photo
Comment
-
-
Hi faisamtrader, thanks for your reply.
I wrote how to send me your script in post #3:
Originally posted by NinjaTrader_ChrisL View PostHi faisamtrader, thanks for your note.
This is not a common issue. I can test your script if you would like. Please Export it and either post it here or send it to platformsupport at ninjatrader.com and reference "Attn ChrisL 2361338" in the body of the email.
I look forward to hearing from you.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
83 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
47 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
29 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
32 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
66 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment