- The Account Balance panel sits in the header and can be collapsed and expanded via the chevron to show more or less details including:
- Cash Balance
- Equity
- Profit/loss
- Margin (used)
- Available Margin
- Margin Level %
- In expanded mode it also offers a visual representation of how far the account is from margin call or stop out.
Search
<% if (previousArticle) { %>
<% } %>
<% if (allItems.length > 1) { %>
<% if (previousTitle) { %>
<% } %>
<% if (nextArticle) { %>
<%= previousTitle %>
<% } %> <%= previousArticle.title %>
<% if (nextTitle) { %>
<% } %>
<%= nextTitle %>
<% } %> <%= nextArticle.title %>In this article
-
<% allItems.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>