PDA

View Full Version : Can you access this through the DLL in tradestation


HelloHello
08-10-2007, 02:35 PM
Hi,
I'm using tradestation and was wondering if there is a function in the DLL that returns the RealTimeEquity, and the Purchasing Power of the account. I see the following DLL functions via this site http://www.ninjatrader-support.com/HelpGuideV6/helpguide.html?Functions , however I don't see a function that returns what I'm looking for.

The following function returns the Profit and Loss (I'm guessing of the day) of the account, so you would think if it can do that it can definitely read the Purchasing power, and real time equity of the account.

double NTRealizedPnL(string account)
Gets the realized profit and loss of an account.

Just wondering f if this is possible?

Thanks

NinjaTrader_Dierk
08-10-2007, 02:39 PM
Unfortunately this is not supported.

NinjaTrader_Dierk
08-11-2007, 04:49 AM
We'll added support for CashValue and BuyingPower by fall time frame.

diveman1224
04-29-2008, 02:43 PM
You can use the value NTCashValue, it is undocumented, but it is in the function library.