When ever Long signal is generated by strategy i first exit open position by ExitShort() and in next bar i enter new position by EnterLong(Convert.ToInt32(DefaultQuantity)) . As per above first it exits position but in next candle when it enters it Doubles quantity and opens position .How to avoid this and always make sure only 1 Quantity open
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
ExitShort and EnterLong () method issue
Collapse
X
-
ExitShort and EnterLong () method issue
Hi ,
When ever Long signal is generated by strategy i first exit open position by ExitShort() and in next bar i enter new position by EnterLong(Convert.ToInt32(DefaultQuantity)) . As per above first it exits position but in next candle when it enters it Doubles quantity and opens position .How to avoid this and always make sure only 1 Quantity openTags: None
-
But i i want to do it on seperate bar like in first bar exit and then in next bar enterLong , How can i do it?
Comment
-
Hello shankar.deshapande,
Don't call an Exit method and Entry method at the same time, as it takes time for the exit order to be submitted, accepted, filled, and then for the position to change.
Hello. Why does my strategy not reverse positions as soon as I put in StopLoss or TrailStop methods? The active position has to be closed by either two
For the entry method, require the position to flat.Chelsea B.NinjaTrader Customer Service
Comment
-
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by kinfxhk, 07-14-2026, 09:39 AM
|
0 responses
7 views
0 likes
|
Last Post
by kinfxhk
07-14-2026, 09:39 AM
|
||
|
Started by kinfxhk, 07-13-2026, 10:18 AM
|
0 responses
59 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 10:18 AM
|
||
|
Started by kinfxhk, 07-13-2026, 09:50 AM
|
0 responses
41 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 09:50 AM
|
||
|
Started by kinfxhk, 07-13-2026, 07:21 AM
|
0 responses
47 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 07:21 AM
|
||
|
Started by kinfxhk, 07-11-2026, 02:11 AM
|
0 responses
38 views
0 likes
|
Last Post
by kinfxhk
07-11-2026, 02:11 AM
|

Comment