Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
IB % profit for the current month
Collapse
X
-
Hello elliot5,
Thanks for your post.
You could access the TradesPerformance collection to get the ProfitPerMonth percentage in a strategy. For example, you could print out the ProfitPerMonth percentage of all trades using the following code.
// Print out the profit per month of all trades
Print("Profit per month of all trades is: " + SystemPerformance.AllTrades.TradesPerformance.Perc ent.ProfitPerMonth);
See the help guide pages below for more information:
ProfitPerMonth: https://ninjatrader.com/support/help...itpermonth.htm
TradesPerformance: https://ninjatrader.com/support/help...erformance.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>
- Likes 1
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by kinfxhk, 07-14-2026, 09:39 AM
|
0 responses
10 views
0 likes
|
Last Post
by kinfxhk
07-14-2026, 09:39 AM
|
||
|
Started by kinfxhk, 07-13-2026, 10:18 AM
|
0 responses
59 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 10:18 AM
|
||
|
Started by kinfxhk, 07-13-2026, 09:50 AM
|
0 responses
41 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