Ex: 3+ bars since entry + ma isFalling = close long position.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
MA stop strategy question
Collapse
X
-
MA stop strategy question
Is there a way I can use a MA as a stop for a trade I manually enter with a defined number of bars after I enter a initial position before it activates.
Ex: 3+ bars since entry + ma isFalling = close long position.Last edited by Conceptzx; 09-17-2023, 09:17 PM.Tags: None
-
I tried to build something but it didn't work, I'm assuming strategies doesn't like to take over after manual entries? Or maybe I'm missing something? Is there any sample code for exit only strategies that are not ATM?Attached Files
-
Hello Conceptzx,
Thank you for your post.
A strategy only has visibility into orders that were generated from the strategy. In order to get information about a manual entry, you would need to use the AddOn approach and use the Account class within your script:Using the Account class, you could subscribe to Order, Position, and/or Execution updates and also use CreateOrder() and Submit() to place orders when certain conditions are met:This could get pretty involved with the manual scripting needed. Otherwise, there is a function in the platform to attach orders to indicators that might suit your needs better. For more information about attaching orders to indicators:Please let us know if we may be of further assistance.
- Likes 1
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Today, 05:17 AM
|
0 responses
20 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
119 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
63 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
41 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
45 views
0 likes
|
Last Post
|

Comment