Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
strategy analyzer question
Collapse
X
-
strategy analyzer question
Hello on the analyzer is there a way to simulate your account balance and also on the order quality instead of having a fixed quality when testing groups of stocks can it be set to split evenly by% for example you have a 25K account and you are testing 50 stocks at once and you want the 25K to be split evenly between the 50 stocks by % being that the stock range from $5 to over $200 in would have to be by% -
Hello wallace15269
Thank you for your post.
Unfortunately there is not a method to simulate an account that is used in the Strategy Analyzer. account values are not shown in the Strategy Analyzer. Rather performance statistics for the backtest performed will display.
Let us know if we may assist further.
-
-
Hello wallace15269,
Thanks for the reply.
You could use the AccountSize property and the size of your orders will calculate based on that value.
For equities: AccountSize / Current Close Price will be used when you set "Set order quantity" property to "by account size".
The help guide page notes that this value is not dynamic and you must manage a variable of your own if you would like the calculation to consider the new account value.
Other than this option you would have to write logic in your strategy that accomplishes this, you can use GetAccountValue() to get your cash value.
https://ninjatrader.com/support/help...ccountsize.htm - AccountSize
https://ninjatrader.com/support/help...countvalue.htm - GetAccountValue()
Please let us know if we may be of any further assistance.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Today, 05:17 AM
|
0 responses
20 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
119 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
63 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
41 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
45 views
0 likes
|
Last Post
|

Comment