IHSG Diramal Lanjut Ngegas Hari Ini

Oleh: CNN Indonesia15 Juli 2026

Sumber Gambar & Konten: CNN Indonesia

Search History //search const searchBox = document.querySelector('.search'); const searchBtn = document.querySelector('.search-btn'); const searchBtnclose = document.querySelector('.search-close') const overlay = document.querySelector('.overlay') const htmlTag = document.documentElement; const searchInput = document.getElementById('searchinput'); const searchList = document.querySelector('.search-list'); const searchSuggest = document.querySelector('.search-suggestion'); function disableScroll() { scrollTop = window.pageYOffset || document.documentElement.scrollTop; scrollLeft = window.pageXOffset || document.documentElement.scrollLeft; window.onscroll = function () { window.scrollTo(scrollLeft, scrollTop); }; } function enableScroll() { window.onscroll = function () {}; } searchBtn.addEventListener("click", (e) => { searchBox.classList.add('search__active'); overlay.classList.remove('hidden'); htmlTag.classList.add('overflow-hidden'); disableScroll(); _pt(e.currentTarget); }) searchBtnclose.addEventListener("click", (e) => { searchBox.classList.remove('search__active'); overlay.classList.add('hidden'); htmlTag.classList.remove('overflow-hidden'); enableScroll(); _pt(e.currentTarget); }) overlay.addEventListener("click", (e) => { if (overlay.classList.contains("hidden")) { return } searchBox.classList.remove('search__active'); overlay.classList.add('hidden'); htmlTag.classList.remove('overflow-hidden'); enableScroll(); }) // Debounce utility function useDebounce(callback, delay) { let timer; return function (...args) { clearTimeout(timer); timer = setTimeout(() => callback(...args), delay); }; } // DOM elements const suggestionsContainer = document.getElementById('suggestions'); // Fetch suggestions from Google's Suggest API async function fetchSuggestions(query) { try { const response = await fetch( `https://suggestqueries.google.com/complete/search?client=firefox&q=${encodeURIComponent(query)}` ); const data = await response.json(); return data[1]; // Suggestions array } catch (error) { console.error('Error fetching suggestions:', error); return []; } } function highlightKeyword(keyword, str) { const regex = new RegExp(`(${keyword})`, "gi"); // Case-insensitive match return str.replace(regex, "$1"); } // Render suggestions function renderSuggestions(suggestions, query) { suggestionsContainer.innerHTML = ''; // Clear previous suggestions if (suggestions.length === 0) { return; } let suggestionList = "" suggestions.forEach((suggestion) => { suggestionList += ` ${highlightKeyword(query, suggestion)} ` }); suggestionsContainer.innerHTML = suggestionList } function fetchSuggestionsJSONP(query, callback) { const script = document.createElement('script'); const callbackName = `jsonpCallback_${Date.now()}`; script.src = `https://suggestqueries.google.com/complete/search?client=chrome&q=${encodeURIComponent(query)}&callback=${callbackName}`; window[callbackName] = function (data) { callback(data[1], query); // Pass suggestions to callback delete window[callbackName]; // Clean up document.body.removeChild(script); // Remove script tag }; script.onerror = function () { console.error('Error fetching JSONP suggestions'); delete window[callbackName]; document.body.removeChild(script); }; document.body.appendChild(script); } // Debounced input handler const handleInput = useDebounce(async (event) => { const query = event.target.value.trim(); event.preventDefault(); if (query.length === 0) { searchList.classList.remove('hidden'); searchSuggest.classList.add('hidden'); return; } else { searchList.classList.add('hidden'); searchSuggest.classList.remove('hidden'); } const safeQuery = encodeURIComponent(query.toLowerCase()); fetchSuggestionsJSONP(safeQuery, (suggestions, query) => { renderSuggestions(suggestions, query); }); }, 200); // debounce delay value searchInput.addEventListener('keyup', handleInput); function setSearchKeywords(keywords) { document.cookie = `lastSearchKeyword=${encodeURIComponent(JSON.stringify(keywords))}; path=/`; } function getSearchKeywords() { const cookies = document.cookie.split('; '); for (let cookie of cookies) { let [name, value] = cookie.split('='); if (name === 'lastSearchKeyword') { return JSON.parse(decodeURIComponent(value)); } } return []; } let searchHistoryCookie = getSearchKeywords() if (!Array.isArray(searchHistoryCookie)) { searchHistoryCookie = [] } let searchHistoryList = ""; if (searchHistoryCookie.length > 0) { for (let i = 0; i ${searchHistoryCookie[i]} `; } } const elLastSearch = document.getElementById("cnnSearchHistory"); elLastSearch.innerHTML = searchHistoryList; Loading... $(document).ready(function() { detikConnectAutoLogin('10027', false, onLoginClient); }); function onLoginClient (data){ $('.loader').remove() const dcUrl = 'https://connect.detik.com/dashboard/'; document.dispatchEvent(new CustomEvent('login:client', { detail: data })); if (data.is_login) { $('#connectDetikAvatar').css({'background-image': `url(${data.avatar})`, 'background-size': '100% auto'}); $('#dropdown').append(` ${data.first_name} ${data.last_name} Keluar `); iFrameResize({ log: false }, '#alloCardIframe') } else { const loginUrl = `https://connect.detik.com/oauth/authorize?clientId=10027&redirectUrl=https%3A%2F%2Fwww.cnnindonesia.com%2Fauthorize%3Fu%3Dhttps%3A%2F%2Fwww.cnnindonesia.com%2Fekonomi%2F20260715062258-92-1380812%2Fihsg-diramal-lanjut-ngegas-hari-ini&backURL=https%3A%2F%2Fwww.cnnindonesia.com%2Fekonomi%2F20260715062258-92-1380812%2Fihsg-diramal-lanjut-ngegas-hari-ini`; $('#dropdown').append(` Daftar Masuk `); } } googletag.cmd.push(function() { googletag.display('div-gpt-ad-1543479170418-0'); }); Ekonomi Bisnis IHSG Diramal Lanjut Ngegas Hari Ini CNN Indonesia Rabu, 15 Jul 2026 06:27 WIB var article = { idnews : 1380812, idkanal : 92 } var baseurl = 'https://www.cnnindonesia.com/ekonomi/20260715062258-92-1380812/ihsg-diramal-lanjut-ngegas-hari-ini'; getScript("https://cdn.detik.net.id/libs/sharebox/js/shareBox.js?v=2026071521", function(){ waitUntil( function () { return typeof shareBox === 'object' && typeof shareBox.run === 'function'; }, // kondisi function () { shareBox.run($('.share-top-new')); }, // aksi 10000 // max 10 detik ); }) Bagikan: url telah tercopy IHSG diprediksi masih berpeluang melanjutkan penguatan pada hari ini (15/7), meski potensi koreksi jangka pendek tetap perlu diwaspadai. (Foto: ANTARA FOTO/Muhammad Adimaja) googletag.cmd.push(function() { googletag.display('div-gpt-ad-1624021259701-0'); }); --> Jakarta, CNN Indonesia -- Indeks Harga Saham Gabungan (IHSG) diproyeksi menguat pada perdagangan Rabu (15/7).

Analis Teknikal MNC Sekuritas Herditya Wicaksana memperkirakan IHSG masih berpeluang melanjutkan penguatan pada perdagangan hari ini, meski potensi koreksi jangka pendek tetap perlu diwaspadai.

"Kami memperkirakan IHSG berpotensi menguat menguji area 6.137-6.254, namun tetap cermati peluang koreksi ke kisaran 5.974-6.020," ujar Herditya dalam riset hariannya.

Herditya memproyeksikan IHSG bergerak di rentang support 5.839, 5.607 dan resistance 6.286, 6.599 hari ini. Ia pun merekomendasikan sejumlah saham, yakni CDIA, RAJA, SMDR, dan WIFI.

Senada, Analis Binaartha Sekuritas Ivan Rosanova memperkirakan indeks saham masih berpeluang melanjutkan penguatan setelah bergerak konsolidasi di area resistance pada perdagangan sebelumnya.

"Selama IHSG mampu bertahan di atas support 5.887, indeks berpotensi melanjutkan kenaikan dengan target menguji resistance Fibonacci di level 6.264," ujar Ivan.

Dia pun memprediksi IHSG bergerak di level support 5.887, 5.739, 5.607, dan 5.472 dan resistance 6.083, 6.256, 6.545, dan 6.835 hari ini. Ivan pun merekomendasikan sejumlah saham, yakni BRPT dan INCO.

IHSG ditutup di level 6.039 pada perdagangan Selasa (14/7) sore. Indeks saham menguat 1,67 poin atau 0,03 persen dari perdagangan sebelumnya.

Mengutip RTI Infokom, investor melakukan transaksi sebesar Rp16,78 triliun dengan jumlah saham yang diperdagangkan sebanyak 35,39 miliar saham. Frekuensi perdagangan sebanyak 2,81 juta kali transaksi.

Pada penutupan kemarin, 422 saham menguat, 206 terkoreksi, dan 165 stagnan.

Catatan Redaksi: Berita ini tidak dibuat untuk merekomendasikan atau tidak merekomendasikan saham tertentu. Keputusan investasi sepenuhnya berada di tangan pembaca.

Tanya AI Tentang Berita Ini

Halo! Saya AI Bazznews. Tanyakan apa saja seputar berita di atas.