A candlestick wick (or shadow) is the thin line above or below the candle body. It shows how far the price moved within that time period. The upper wick marks the highest price reached before sellers pushed it back down, while the lower wick shows the lowest price reached before buyers lifted it back up. Together, the wicks reveal market pressure at the highs and lows of the candle.
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 }) %> <% }); %>