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 SalmaTrader, 07-07-2026, 10:26 PM
        0 responses
        47 views
        0 likes
        Last Post SalmaTrader  
        Started by CarlTrading, 07-05-2026, 01:16 PM
        0 responses
        22 views
        0 likes
        Last Post CarlTrading  
        Started by CaptainJack, 06-17-2026, 10:32 AM
        0 responses
        15 views
        0 likes
        Last Post CaptainJack  
        Started by kinfxhk, 06-17-2026, 04:15 AM
        0 responses
        21 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 06-17-2026, 04:06 AM
        0 responses
        23 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Working...
        X