Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to change AccountSize with profit/loss of trades?

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

    How to change AccountSize with profit/loss of trades?

    Please help me with code sample how to track executions in backtesting to dynamically adjust AccountSize.
    I need this in order to dynamically calculate quantity of stock shares when entering into new trades. I would like the size of orders to be proportional to running total value of the account during the backtest.

    Any code samples are greatly appreciated.

    I tried using the OnExecution(IExecution execution) but it doesn't seem to be called when backtest is running.

    Please help.

    #2
    Hello,

    Thank you for the question.

    First I would like to note that OnExecution does work in backtests, this will only report filled orders and you will also need to use the syntax to ensure the order is not null as listed in the help guide: http://www.ninjatrader.com/support/h...ub=onExecution

    Because the AccountSize is not dynamic, you would need to track the orders and use a variable to store a dynamic AccountSize to use in your logic.

    I don't have any examples on this specifically, you would essentially need to come up with your own logic that does the calculation you need for your orders.

    One item that will help in using OnExecution will be Print() statements and the Tools -> Output window. You can print the order object from OnExecution to view its data to use in your calculations.

    If you have a script you are working on and is not working, please let me know or share it here and we can look at what is happening to assist you in working through the logic for this.

    I look forward to being of further assistance.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    70 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    42 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    24 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    27 views
    0 likes
    Last Post TheRealMorford  
    Started by Mindset, 02-28-2026, 06:16 AM
    0 responses
    54 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X