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 charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    56 views
    0 likes
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    143 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    160 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 05-10-2026, 08:12 PM
    0 responses
    96 views
    0 likes
    Last Post CarlTrading  
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    276 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Working...
    X