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