EW Nation

View NGX Assets By Sectors

We’ve just rolled out a new feature on EWNation to make your market experience even smoother.

👉 You can now toggle seamlessly between Sectors and Recent Updates right from the sidebar.

  • View NGX, Forex, Crypto, and US Stocks by sector

  • Or switch instantly to Recent Updates for the latest insights across markets

  • Stay in control — get the information you want, the way you want it

This means less clicking, less searching, and faster access to the insights that matter most.

Check it out now 👇

We hope this latest addition to our platform will help you explore the NGX and global markets more effectively. Remember our platform is the #1 technical analysis hub for NGX assets, with over 1000 direct access charts to the market for you to explore. All this makes ewnation the only point of entry you will ever need to succeed.

document.addEventListener('DOMContentLoaded', function() { const toggle = document.getElementById('columnToggle'); const columns = document.querySelectorAll('[data-hide-column="true"]'); if (toggle && columns.length > 0) { // Load saved preference const isHidden = localStorage.getItem('columnHidden') === 'true'; toggle.checked = isHidden; updateColumnVisibility(isHidden); // Add toggle event toggle.addEventListener('change', function() { const shouldHide = this.checked; localStorage.setItem('columnHidden', shouldHide); updateColumnVisibility(shouldHide); }); function updateColumnVisibility(hide) { columns.forEach(column => { column.style.display = hide ? 'none' : ''; column.style.opacity = hide ? '0' : '1'; column.style.transition = 'opacity 0.3s ease'; }); // Update label text const label = document.querySelector('.toggle-label'); if (label) { label.textContent = hide ? 'Show Sidebar' : 'Hide Sidebar'; } } } });
Scroll to Top