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 sjsj2732, Yesterday, 04:31 AM
|
0 responses
33 views
0 likes
|
Last Post
by sjsj2732
Yesterday, 04:31 AM
|
||
|
Started by NullPointStrategies, 03-13-2026, 05:17 AM
|
0 responses
286 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
284 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
133 views
1 like
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
91 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|

Comment