아니요, 데모 거래는 실제 돈을 사용하지 않습니다. 저희는 새로운 고객들에게 업계 최고 수준의 스프레드와 서비스에 접근할 수 있는 가상 거래 환경을 제공하는 것이 목표입니다. 데모 거래에 일어나는 수익, 손실은 실제 세계에 영향을 미치지 않습니다.
<% 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 }) %> <% }); %>