# CryptoTradingStatistic
Crypto trading statistic for trading account of trading.

## Properties

### `PendingTickets`
`Number`<br/>
Count of orders waiting for execution.

### `ExecutedTicketsAtDay`
`Number`<br/>
Count of executed tickets at day.

### `ExecutedSharesAtDay`
`Number`<br/>
Count of executed shares at day.

### `Open`
`Number`<br/>
Value indicating possible income calculated by quotes.

### `OpenPrint`
`Number`<br/>
Value indicating possible income calculated by print.

### `Close`
`Number`<br/>
Value indicating already earned sum of money per current day.

### `Close1Day`
`Number`<br/>
Value indicating earned or lost money for current day.

### `Close30Days`
`Number`<br/>
Value indicating earned or lost money for 30 days.

### `MonthlyClose`
`Number`<br/>
Value indicating already earned sum of money per current month.

### `UsedBp`
`Number`<br/>
Used buying power at the moment.

### `PendBp`
`Number`<br/>
Buying power used by pending orders at this moment.

### `SharesAtDay`
`Number`<br/>
Count of all shares per current day.

### `OpenShares`
`Number`<br/>
Count of open shares at the moment.

### `AcceptedSharesCount`
`Number`<br/>
Count of accepted shares by server side.

### `ClosePendBp`
`Number`<br/>
Value represents closed pend buying power.

### `Balance`
`Number`<br/>
Balance for previous day. (Account equity)

### `AvailableBalance`
`Number`<br/>
Balance available for withdrawal.

### `Commissions`
`Number`<br/>
Commissions charged for executed orders.

### `Commissions1Day`
`Number`<br/>
Commissions charged for executed orders since 00:00:00 today, Server Time.

### `Commissions30Days`
`Number`<br/>
Commissions charged for executed orders for last 30 days, Server Time.
