Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

GetAccountValue = 0 Why?

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

    GetAccountValue = 0 Why?

    Hi,

    Trying this Get Account call in a few places, but always returning zero.

    I've read that it returns 0 for historical, so how do i get it to look at current?

    protected override void OnBarUpdate()
    {

    Print(GetAccountValue(AccountItem.CashValue));


    **************************
    Output window is zero. I also have this inside my "if" statement that decides to take a trade, but zero there as well.

    Can anyone point out what i'm doing wrong?

    Cheers

    #2
    Originally posted by Aussiemike View Post
    Hi,

    Trying this Get Account call in a few places, but always returning zero.

    I've read that it returns 0 for historical, so how do i get it to look at current?

    protected override void OnBarUpdate()
    {

    Print(GetAccountValue(AccountItem.CashValue));


    **************************
    Output window is zero. I also have this inside my "if" statement that decides to take a trade, but zero there as well.

    Can anyone point out what i'm doing wrong?

    Cheers
    That function only returns a value if you are running realtime. There is no workaround for using it in historical backtest or any kind of situation that is using historical data only.

    Comment


      #3
      Thanks again.

      That's a shame they have nothing for backtesting...

      I've found a money management example someone posted so i'll have to tweak that to get something working

      Cheers

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      673 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      379 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      111 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      577 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      582 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X