Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Account.CashValue

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

    Account.CashValue

    Hi,
    Is it necessary/recommended to subscribe/unsubscribe to events or am I safe to call the AccountItems up in OnBarUpdate?
    thanks,
    David

    #2
    Hello David,

    Thank you for your post.

    In a NinjaScript strategy, you could use the Account.Get() method to get the value of an AccoutnItem (AccountItem.CashValue) and this can be used inside of OnBarUpdate() without needing to add OnAccountItemUpdate() into your strategy:


    For example, the following snippet would print the time of the bar and the AccountItem.Cash value in US Dollar currency:
    Code:
    Print(Time[0] + " CashValue: " + Account.Get(AccountItem.CashValue, Currency.UsDollar));
    Please let us know if we may be of further assistance.
    Emily C.NinjaTrader Customer Service

    Comment


      #3
      excellent, thank-you!

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Karado58, 11-26-2012, 02:57 PM
      8 responses
      14,828 views
      0 likes
      Last Post Option Whisperer  
      Started by Option Whisperer, Today, 09:05 AM
      0 responses
      1 view
      0 likes
      Last Post Option Whisperer  
      Started by cre8able, Yesterday, 01:16 PM
      3 responses
      11 views
      0 likes
      Last Post cre8able  
      Started by Harry, 05-02-2018, 01:54 PM
      10 responses
      3,204 views
      0 likes
      Last Post tharton3  
      Started by ChartTourist, Today, 08:22 AM
      0 responses
      6 views
      0 likes
      Last Post ChartTourist  
      Working...
      X