Thank you in advance.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Always start with a long or short
Collapse
X
-
Always start with a long or short
When starting a single direction automated trading strategy such as when x = y go long or short and exit when x no longer =y how do I make certain the strategy will start with the enter long or short rather than the exit position command?
Thank you in advance.Tags: None
-
For sure an Exit() method could be called first before an Entry() method but this Exit() is ignored (no action taken) if a position does not exist.
From NT perspective -
This:
ExitLong();
EnterLong();
is the same as:
EnterLong();
ExitLong();
if these were the only method calls in OnBarUpdate().RayNinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
61 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
40 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
21 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
23 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
51 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment