Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How/when to set Account.SimulatorInitialCash with Strategy Optimization?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How/when to set Account.SimulatorInitialCash with Strategy Optimization?

    I would to set a different initial cash balance for my backtesting (Optimization) with the Strategy Analyzer and saw this SimulatorInitialCash property which looked like exactly what I needed but it doesn't change anything when I set it in both State.SetDefaults and State.Configure?

    Am I using it incorrectly? Or is there another way to change this value from the default of $100,000 for my ?

    From
    Code:
    public class Account : ISnapShotSerializable
            [SnapShotInclude(true)]
            public double SimulatorInitialCash { get; set; }​

    Edit: I even tried calling UpdateCashValue() but the balance stayed the same, $100,000.00.

    Code:
    ​Account.SimulatorInitialCash = 9888777.0;
    Account.UpdateCashValue(true);​
    Last edited by ntdev; 09-10-2022, 10:24 AM.

    #2
    Hello ntdev,

    Thanks for your post.

    Account.SimulatorInitialCash is not a document or supported NinjaScript method or property. There are no methods or properties available for setting the initial cash value of the Simulated account (Sim101) through code.

    You could set the initial cash value of the Simulated account from the account's Properties window.

    Go to the Accounts tab on the Control Center, right-click on the Simulation account, select 'Edit Account' from the right-click menu, and set your initial cash value for that account in the 'Initial cash' field.

    Let me know if I 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>

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by NullPointStrategies, Today, 05:17 AM
    0 responses
    52 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    130 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    70 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    43 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    48 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X