- The Positions grid is always visible in the Trading view and displays Open Positions (Positions), Pending Orders (Orders) or Closed Positions (Closed) depending on which tab is selected by the user.
- The number in parentheses after each tab heading shows the number of positions or orders in each grid - note that this reflects the selected time period in the Closed Positions.
- The Search box will filter and display matches in the displayed grid to help find specific positions or orders quickly.
- Click the column heading in a grid to activate sorting by that value if applicable:
- First click will sort ascending order and second descending.
- Drag and drop column heading to rearrange these.
- Click the Grid Settings cog to open the column picker which supports column headings being dragged to or from the column chooser to add or remove a particular column from the grid.
- Any changes made to the grid layouts will be saved automatically.
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 }) %> <% }); %>