Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Defining AccountSize in Strategy

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

    Defining AccountSize in Strategy

    Hello,
    I am trying to define the accountsize for a strategy but I am lost:

    I have put
    protected override void Initialize()
    {
    AccountSize = 5000;
    }
    to define the accountsize. So far so good. Now when I open a chart & add the strategy under "Order properties" it says set order quanity "by strategy". Now I have to change this manually to "by account size" which is not good when I have to do this many times over.

    Is there a way to have this done automatically so that orders are always handeled using the accountsize ?

    My order routine says: EnterLong(DefaultQuantity, "EnterLong1");

    Is there a way to reference to the accountsize or somehow set the DefaultQuantity to the accountsize ?

    Thank you
    Martin

    #2
    You will simply need to keep track of what your account size is and just submit orders that match your current account size. NinjaTrader does not currently access your true brokerage account size so you will need to adjust for that accordingly.
    Josh P.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    666 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    377 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    110 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    575 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    580 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X