Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Chart of capital analyzer

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

    Chart of capital analyzer

    How to build moving average of chart of capital after backtesting?

    #2
    Hello U0000999,

    Thanks for your post.

    Before answering further, we should be clear that backtesting will not use actual account values, so there will be a difference in study once the strategy transitions to realtime and starts using the funds of the actual account.

    To present your available funds as a "moving average," you could add a plot from the strategy. The plot should present a theoretical Funds Available, which would be user defined, and then after each execution seen in OnExecutionUpdate on the close of a position, add/subtract values from the Funds Available variable. The Plot should then be updated with the calculated Funds Available.

    Publicly available documentation on OnExecutionUpdate and creating plots is linked below.

    OnExecutionUpdate - https://ninjatrader.com/support/help...tionupdate.htm

    AddPlot - https://ninjatrader.com/support/help...us/addplot.htm

    If you had something else in mind, could you further elaborate on what you would like to accomplish?

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by NullPointStrategies, Today, 05:17 AM
    0 responses
    50 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    126 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    69 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    42 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    46 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X