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 Mindset, 04-21-2026, 06:46 AM
    0 responses
    88 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    134 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    68 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    119 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    67 views
    0 likes
    Last Post PaulMohn  
    Working...
    X