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 CaptainJack, 05-29-2026, 05:09 AM
    0 responses
    264 views
    0 likes
    Last Post CaptainJack  
    Started by CaptainJack, 05-29-2026, 12:02 AM
    0 responses
    168 views
    0 likes
    Last Post CaptainJack  
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    171 views
    1 like
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    257 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    209 views
    0 likes
    Last Post CarlTrading  
    Working...
    X