Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

GetAccountValue Alternatives?

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

    GetAccountValue Alternatives?

    Hi,

    I understand that GetAccountValue doesn't work on historical data.

    How can I write a strategy that uses half of my capital on a instrument? It would be easy if I can write ((GetAccountValue()/2)/Close[0]) but it does not work when I backtest the strategy.

    Is there a alternative way that it can be backtested? Thank you.

    #2
    Thanks for the post, an alternative for backtesting would be using AccountSize -

    Comment


      #3
      Thank you for your quick response.

      AccountSize is good but I would like to manage my fund dynamically. How can I make the account size change based on my gain and loss?

      Thank you.

      Comment


        #4
        Correct, per default it's a non dynamic set value - you can track the Pnl of your trades manually with custom variables though and as such create a dynamically adjusted account size for your strategy to use then in position size calculations as well.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by charlesugo_1, 05-26-2026, 05:03 PM
        0 responses
        57 views
        0 likes
        Last Post charlesugo_1  
        Started by DannyP96, 05-18-2026, 02:38 PM
        1 response
        143 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 05-11-2026, 05:56 AM
        0 responses
        161 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 05-10-2026, 08:12 PM
        0 responses
        97 views
        0 likes
        Last Post CarlTrading  
        Started by Hwop38, 05-04-2026, 07:02 PM
        0 responses
        276 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Working...
        X