Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
I need help with target profit in a strategy
Collapse
X
-
Hello pedro132,
Thanks for your post.
To clarify, are you wanting to set a profit target when a certain condition becomes true? Such as, if the RSI is greater than or equal to 65, place a profit target order?
If so, you could use Exit order methods, such as ExitLongLimit(), to place a profit target order to close a position when a certain condition becomes true.
This could be set up in the Strategy Builder, then you could click the 'View code' button to see the generated code. In the Strategy Builder's Conditions and Actions screen, you could create a condition that checks if the RSI indicator is greater than or equal to 65 and create an action that calls something like ExitLongLimit() to place a profit target order.
See the help guide documentation below for more information.
Strategy Builder Making Indicator to Value Comparisons: https://ninjatrader.com/support/help...lueComparisons
Actions: https://ninjatrader.com/support/help...t8/actions.htm
Let us know if we may assist further.<span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by kinfxhk, 07-14-2026, 09:39 AM
|
0 responses
19 views
0 likes
|
Last Post
by kinfxhk
07-14-2026, 09:39 AM
|
||
|
Started by kinfxhk, 07-13-2026, 10:18 AM
|
0 responses
60 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 10:18 AM
|
||
|
Started by kinfxhk, 07-13-2026, 09:50 AM
|
0 responses
43 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