Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
profit and total loss of the day
Collapse
X
-
profit and total loss of the day
Applying my strategy to a determined account, I want to determine the profit / loss of the day to be able to decide then whether to remain with the active strategy or to disarm the strategy. How can I proceed? I would wantto be able to determine the Profit / loss of a determianto account. Thanks.Tags: None
-
I'd like to piggy-back on this thread---can you clarify if it is possible to obtain the profit and loss (and number of trades) on the account level vs. the strategy level? As I read the samples--it appears to me when you get the total realized or unrealized profit and trade count-you're only getting the profit/loss and trade count from executions from the active strategy (the strategy containing this code)--and NOT all trades executed that day (for example I may have manually executed 3 trades before I enabled a strategy).
What I want is to know how many trades I have executed across all sources (manual, DOM, chart traders and other strategies) before I enter a new trade within a strategy...
is there an object that contains this # at the account level?
Comment
-
Hi Jim-Boulder,
Yes, that's correct. All the performance info is specific to the strategy context that accesses it.
Using GetAccountValue() the only account level properties are:
BuyingPower
CashValue
RealizedProfitLoss
You can save performance info from multiple strategy instances to a file, but unfortunately there's no way to access trade data programatically outside of a strategy.Ryan M.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
582 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
338 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
103 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
554 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
552 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment