Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Portfolio Stops / Position Sizing

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

    Portfolio Stops / Position Sizing

    Assuming you have multiple automated strategies across multiple instruments, how would one implement the following in NT7:

    a) Sizing algorithm where you don't take a trade in an automated strategy based on your current portfolio position (max portfolio exposure has been met)?

    b) Portfolio Stop - reduce exposure across strategies after a certain portfolio loss has been exceeded?

    #2
    Hello,

    To access your account value, you can use the GetAccountValue() method. This will give you real-time account value data, so you will need to track the changes within each session in each script that you run.

    http://www.ninjatrader.com/support/h...countvalue.htm

    Alternatively, you can also check trade performance within your script, to limit your strategy to a certain level of loss. We have a reference sample available that will show this in action:

    http://www.ninjatrader.com/support/f...ead.php?t=4084
    Dave I.NinjaTrader Product Management

    Comment

    Latest Posts

    Collapse

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