Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Current Balance of account during backtest
Collapse
X
-
Current Balance of account during backtest
Hi, i am using the account balance in a strategy. Every thing is fine on real time but for the backtest period, it seems that the account balance is "reset" on starting of each day. Is this true ? if yes, how can i retrieve the value of the account balance ? thank you for your help
Tags: None
-
Hello rht5692,
Thanks for your post.
There is no account used when backtesting a strategy in the Strategy Analyzer so you will see a value of zero print out when calling Print(Account.Get(AccountItem.TotalCashBalance, Currency.UsDollar));.
This is because there is no backtest account in the Strategy Analyzer to get this information from. The Strategy Analyzer simply runs the strategy on historical data to see how that strategy might have worked on that past data.
You could consider using the Playback connection which does use an account (Playback101) when testing NinjaScript strategies.
See the help guide pages linked below for more information.
Playback: https://ninjatrader.com/support/help...8/playback.htm
Account: https://ninjatrader.com/support/help...ount_class.htm
Account.Get(): https://ninjatrader.com/support/helpGuides/nt8/get.htm
AccountItem: https://ninjatrader.com/support/help...ccountitem.htm<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 Mindset, 04-21-2026, 06:46 AM
|
0 responses
88 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
134 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
68 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|
||
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
118 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
67 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|

Comment