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 charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      67 views
      0 likes
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      150 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      162 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 05-10-2026, 08:12 PM
      0 responses
      99 views
      0 likes
      Last Post CarlTrading  
      Started by Hwop38, 05-04-2026, 07:02 PM
      0 responses
      286 views
      0 likes
      Last Post Hwop38
      by Hwop38
       
      Working...
      X