So I'm trying to build a strategy with two MA's, lets say these are the 10MA & 20MA, I got my strategy to buy it when they cross and now I want my strategy to automatically take profit when the 5MA crosses the 20MA. How would I code this because it uses a different MA to close the position?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Close position when two moving averages crossing
Collapse
X
-
Close position when two moving averages crossing
Hi all,
So I'm trying to build a strategy with two MA's, lets say these are the 10MA & 20MA, I got my strategy to buy it when they cross and now I want my strategy to automatically take profit when the 5MA crosses the 20MA. How would I code this because it uses a different MA to close the position?Tags: None
-
Hello Lotyok,
Thanks for your reply.
Great question!
The stops and profits window in the Strategy Builder would be for fixed value exits only, such as a profit or stop of say 10 ticks, or $300, or 5% and these would be applied to every entry.
In your case, you are wanting a dynamic exit based on the changing conditions of two moving averages. So you would need to use a set with the conditions of the moving averages cross and in the actions under Order management> select an appropriate exit method such as exitLong() or exitShort().
If you have not already reviewed, here are the resources to help with the Strategy Builder:
Here are the educational resource available on the strategy builder:
Free live webinar every other Thursday at 4:00 PM EST, through this link to all webinars: https://ninjatrader.com/PlatformTraining
Previous recording of the Strategy Builder 301 webinar: https://youtu.be/HCyt90GAs9k?list=PL...auWXkWe0Nf&t=2
Help guide for the strategy builder: https://ninjatrader.com/support/help...gy_builder.htm
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Today, 05:17 AM
|
0 responses
53 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
130 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
70 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
44 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
49 views
0 likes
|
Last Post
|

Comment