Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Backtest strategy, account value for scaling position

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

    Backtest strategy, account value for scaling position

    I try to get info how much cash, or accout value, when running backtest my strategy my purpose is scaling num of contracts, but cant get using
    GetAccountValue()


    I want know what is my account value before executing trades.

    #2
    For backtesting, you can set an AccountSize and use ByAccountSize as your order quantity option for the strategy - http://www.ninjatrader.com/support/h...ccountsize.htm

    Comment


      #3
      thanks I try

      Comment


        #4
        No thats not a solutions. I want know my account, I am using own scaling, and not want use any ninjas fixed account,
        I want method or property to get my account value or cashvalue.

        Comment


          #5
          jokujoku, you can unfortunately not query your account value on historical bars automatically - you could make a custom input for the strategy and then manually enter your current balance to work with in your custom position sizing calculations for the strategy logic.

          Comment

          Latest Posts

          Collapse

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