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 NullPointStrategies, 03-13-2026, 05:17 AM
|
0 responses
86 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
151 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
79 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
53 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
61 views
0 likes
|
Last Post
|

Comment