AdditionalAccountInfo
Dictionary |
Gets additional account information |
Balance
double |
Gets current balance of the account. |
BeginBalance
double |
Gets balance at the beginning of the day |
BlockedBalance
double |
Gets balance locked by broker or by user for withdrawal. Is always 0 in AlgoStudio. |
CashBalance
double |
Gets sum of all settled account operations. Is always 0 in AlgoStudio. |
Credit
double |
Gets money that the broker lends to the user. Is always 0 in AlgoStudio. |
Currency
string |
Gets base currency of account. Account CCY is always equal to the server CCY in AlgoStudio |
CurrentPammCapital
double |
Gets your current capital available in the fund (taking in the consideration the current share price). Is always 0 in AlgoStudio. |
Equity
double |
Gets current equity (balance plus unrealized profit). |
Id
string |
Gets account unique code. |
InvestedFundCapital
double |
Gets the sum that has been blocked from the account for participation in a fund(s). Is always 0 in AlgoStudio. |
IsDemo
bool |
Return true if account is demo.In AlgoStudio is always false. |
IsInvestor
bool |
Returns true if account is Fund investor. In AlgoStudio is always false. |
IsLocked
bool |
Return true if account is locked. In AlgoStudio is always false. |
IsMasterAccount
bool |
Returns true if account is PAMM master. In AlgoStudio is always false. |
IsReal
bool |
Return true if account is real. In AlgoStudio is always false. |
Leverage
double |
Gets ratio of total mortgage lending in total. |
MaintanceMargin
double |
Gets the maintenance margin in account currency. |
MarginAvailable
double |
Gets margin available to trade. |
MarginDeficiency
double |
Gets how much draw-down by positions less than maintenance level. |
MarginForOrders
double |
Gets margin used to handle open orders. Unsupported in AlgoStudio, is always 0. |
MarginForPositions
double |
Gets margin used to handle open positions. |
MarginSurplus
double |
Gets surplus of margin. |
MarginTotal
double |
Gets all used margin. In percent. |
Name
string |
Obtaining account name. |
OpenOrdersAmount
double |
Gets amount of all pending orders. |
OpenOrdersCount
int |
Gets number of pending orders currently placed. |
OpenPositionsAmount
double |
Gets amount of all currently opened positions. |
OpenPositionsCount
int |
Gets number of positions currently opened. |
OpenPositionsExposition
double |
Gets position's exposition in account currency. |
ReservedBalance
double |
Gets current cash position for the account. It's a sum of all settled account operations minus negative unsettled account operations. It's equal to the Account Balance if there is no settlement cycle. Is always 0 in AlgoStudio. |
Status
TradingStatus |
Gets the trade status of the account. In AlgoStudio is always Active. |
StopReason
StopTradingReason |
Gets reason why trading is stopped on account. In AlgoStudio is always NotStopped. |
TodayFees
double |
Gets fees paid today. |
TodayNet
double |
Gets total profit or loss realized from positions today. |
TodayTrades
int |
Gets number of trades made for today. |
TodayVolume
double |
Gets total volume traded for today. |
Type
AccountType |
Retrieves account's type. |
User
User |
Gets access to all user parameters. |