- The blue button displayed when the flag icon on the masthead is clicked - and also visible at the bottom of the Account panel - will directly support depositing funds for a Live user in the Funds section.
- There is also support to switch between accounts and create a new account.
- The Reports section will open client’s Dashboard and support the display of relevant information for a trading account (including a history of fund transactions).
- The Manage Funds menu option will direct to the Funds tab and allow other related actions such as withdrawing or moving money between accounts.
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 }) %> <% }); %>