A candlestick chart shows how price moves within set time intervals using “candles.” Each candle displays the open, high, low, and close prices. The body represents the range between open and close, while the wicks mark the highest and lowest points. Colours are used to distinguish upward (bullish) from downward (bearish) sessions.
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 }) %> <% }); %>