네, 선택한 시장에서 여전히 매수 및 매도 포지션을 동시에 열 수 있습니다. 그러나 "네팅 모드"로 전환할 수도 있습니다. 네팅 모드는 여러 주문을 단일 거래로 결합합니다.
<% if (previousArticle) { %>
<% } %>
<% if (allItems.length > 1) { %>
<% if (previousTitle) { %>
<% } %>
<% if (nextArticle) { %>
<%= previousTitle %>
<% } %> <%= previousArticle.title %>
<% if (nextTitle) { %>
<% } %>
<%= nextTitle %>
<% } %> <%= nextArticle.title %>-
<% allItems.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>
-
<% items.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>