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 CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
56 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
34 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
195 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
359 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
281 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|

Comment