NexusFi: Find Your Edge


Home Menu

 





Displaying Account Value


Discussion in NinjaTrader

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




 
Search this Thread

Displaying Account Value

  #1 (permalink)
 BarefootHank2017 
Watkins Glen + NY/USA
 
Experience: Advanced
Platform: NinjaTrader8
Trading: CL, NQ, ZN sometimes
Posts: 27 since Feb 2017

I'm looking for a way to display Account Value out front in a window like Market Analyzer...
something I can prioritize to the front and track.
Why?
In a rapidly trending market, like the coming crash, I want to be able to maximize my compounding effect and max out the number of contracts I can have in play at each pullback.

Therefore I need to know what the account value is so I know how many contracts I can put on in a 90%+ probablity trade in a fast moving market.

Any ideas?

PS the control center is not an option as I don't want to have to search for it. I realize that if I have the accounts tab selected I can grab it quickly but I want another option.

Thanks!

Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
How to apply profiles
Traders Hideout
REcommedations for programming help
Sierra Chart
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
What broker to use for trading palladium futures
Commodities
Trade idea based off three indicators.
Traders Hideout
 
  #2 (permalink)
 
rleplae's Avatar
 rleplae 
Gits (Hooglede) Belgium
Legendary Market Wizard
 
Experience: Master
Platform: NinjaTrader, Proprietary,
Broker: Ninjabrokerage/IQfeed + Synthetic datafeed
Trading: 6A, 6B, 6C, 6E, 6J, 6S, ES, NQ, YM, AEX, CL, NG, ZB, ZN, ZC, ZS, GC
Posts: 3,003 since Sep 2013
Thanks Given: 2,442
Thanks Received: 5,863


BarefootHank2017 View Post
I'm looking for a way to display Account Value out front in a window like Market Analyzer...
something I can prioritize to the front and track.
Why?
In a rapidly trending market, like the coming crash, I want to be able to maximize my compounding effect and max out the number of contracts I can have in play at each pullback.

Therefore I need to know what the account value is so I know how many contracts I can put on in a 90%+ probablity trade in a fast moving market.

Any ideas?

PS the control center is not an option as I don't want to have to search for it. I realize that if I have the accounts tab selected I can grab it quickly but I want another option.

Thanks!

You can even make a small program outside of NT and have that display the account value in a window
that is always in top. In order to have that value, you would make the call as follows :


 
Code
using NinjaTrader.Cbi;
using NinjaTrader.Client;
using NinjaTrader.Data;

...


NinjaTrader.Client.Client NTClient;

...
string account = "YourAccountName";
cashValue = NTClient.CashValue(account);
You need to reference the NinjaTrader.Client dll in your references

Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
  #3 (permalink)
 
sam028's Avatar
 sam028 
Site Moderator
 
Posts: 3,765 since Jun 2009
Thanks Given: 3,825
Thanks Received: 4,629


And for NT8 it's more something like Account.Get(AccountItem.BuyingPower,...) , or Account.Get(AccountItem.CashValue, ...).

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




Last Updated on June 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