NexusFi: Find Your Edge


Home Menu

 





How can I get values from my account?


Discussion in NinjaTrader

Updated
    1. trending_up 1,068 views
    2. thumb_up 1 thanks given
    3. group 2 followers
    1. forum 2 posts
    2. attach_file 0 attachments




 
Search this Thread

How can I get values from my account?

  #1 (permalink)
 PeterSweden 
Sweden
 
Experience: Beginner
Platform: NinjaTrader
Trading: Equties
Posts: 1 since Feb 2017
Thanks Given: 0
Thanks Received: 0

Hi everyone,

I am quite new to Ninjatrader and I have been trying to learn Ninjascript. It goes slow

I have a question that I have trouble finding. I want to know how much money I have in my accounts via Ninjascript 8.

How can I find out the:
1 .Total value of the account. (Cash and value of all current trades)
2. Amount of cash in the account.
3. I use multible accounts so I need to be able to get the info from the different accounts

Best regards,
Peter

Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
My NT8 Volume Profile Split by Asian/Euro/Open
NinjaTrader
Exit Strategy
NinjaTrader
NexusFi Journal Challenge - April 2024
Feedback and Announcements
The space time continuum and the dynamics of a financial …
Emini and Emicro Index
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Get funded firms 2023/2024 - Any recommendations or word …
61 thanks
Funded Trader platforms
39 thanks
NexusFi site changelog and issues/problem reporting
26 thanks
The Program
18 thanks
GFIs1 1 DAX trade per day journal
18 thanks
  #3 (permalink)
 
sam028's Avatar
 sam028 
Site Moderator
 
Posts: 3,765 since Jun 2009
Thanks Given: 3,825
Thanks Received: 4,629



PeterSweden View Post
Hi everyone,

I am quite new to Ninjatrader and I have been trying to learn Ninjascript. It goes slow

I have a question that I have trouble finding. I want to know how much money I have in my accounts via Ninjascript 8.

How can I find out the:
1 .Total value of the account. (Cash and value of all current trades)
2. Amount of cash in the account.
3. I use multible accounts so I need to be able to get the info from the different accounts

Best regards,
Peter

1. Not sure but maybe something like:
var A = var D = Account.Positions.Select(p => p.MarketPosition);

2. var B = Account.Get(AccountItem.CashValue, Currency.UsDollar);

3. To get the accounts:
var B = Account.All.Select(a => a.Name);

You can check NinjaTrader 8 , and keep in mind the currency aspect when you deal with Account objects.

Success requires no deodorant! (Sun Tzu)
Follow me on Twitter Reply With Quote
Thanked by:




Last Updated on February 26, 2017


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts