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 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