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 CarlTrading, 03-31-2026, 09:41 PM
      1 response
      68 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      36 views
      0 likes
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      61 views
      1 like
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      62 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      53 views
      0 likes
      Last Post CarlTrading  
      Working...
      X