Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Strange Exits
Collapse
X
-
Strange Exits
I have a strategy that is basically trading a CCI crossover. There are no Exit commands in the strategy, just EnterLong() and EnterShort(). Everytime I load the strategy on the chart, it immedately closes any open positions. How can this happen if I have no exit commands? The strategy should be always in.Tags: None
-
It immediately closes any open strategy positions. I have attached 2 screenshots. In screenshot #1 you will see my long position is immediately exited when the strategy initializes. Screenshot #2 shows a few minutes later when I refresh the chart. The exit from screenshot #1 is removed, we reverse our position accordingly, however the new position is also exited immediately upon starting the strategy. Again I have no Exit() commands in my strategy, it is reversals only.
Comment
-
My OnBarUpdate() method contiains 20 lines of code including comments. I have stripped the code down to the point where I have 1 EnterLongStop() and 1 EnterShortStop() command. I do not have the option to wait until flat to send orders enabled. I am also running using the simulator, so I clear all trades prior to enabling the strategy.
Comment
-
Are you sure that restarting strategy closes positions when it starts?Originally posted by SystemTrading View PostMy OnBarUpdate() method contiains 20 lines of code including comments. I have stripped the code down to the point where I have 1 EnterLongStop() and 1 EnterShortStop() command. I do not have the option to wait until flat to send orders enabled. I am also running using the simulator, so I clear all trades prior to enabling the strategy.
May be it's a case when you restart the strategy, one instance terminates and that instance close open positions?
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
152 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
89 views
1 like
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
131 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
127 views
1 like
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
107 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment