Back to top
  • 공유 Paylaş
  • 인쇄 Yazdır
  • 글자크기 Yazı tipi Boyutu
URL kopyalandı.

Ethereum, Ripple, Solana ve Hype yükselişte: Altcoin piyasasında direnç testleri hız kazandı

Ethereum, Ripple, Solana ve Hype yükselişte: Altcoin piyasasında direnç testleri hız kazandı / Tokenpost

Bu hafta kripto para piyasasında Ethereum(ETH), Ripple(XRP), Cardano(ADA), Solana(SOL) ve Hype gibi önde gelen altcoin’lerin fiyat hareketleri dikkat çekti.

Ethereum(ETH), 2.400 dolar seviyesindeki önemli destek noktasını koruyarak yaklaşık %2 yükseldi. Halen 2.870 dolar direncini aşmaya çalışıyor. Bu seviyenin kırılması halinde, *3.000 dolar psikolojik direnci* test edilebilir. Bitcoin(BTC)’in yeni zirvelere ulaşan yükseliş trendi, genel altcoin piyasasına da *yukarı yönlü ivme* kazandırıyor.

Ripple(XRP) ise 2,60 dolar direnç seviyesi altında yatay bir seyir izliyor. Satış baskısının zayıflamasıyla birlikte alıcıların yeniden piyasaya dönmesi, 2,60 doların aşılmasını sağlayabilir ve *3 dolar seviyesine* doğru bir yükseliş başlatabilir. Şu anda fiyat hareketleri düşük hacimle ve sınırlı volatiliteyle devam etse de, direnç kırılması halinde *ani bir sıçrama* bekleniyor.

Cardano(ADA), %5’lik yükselişle 0,90 dolar direncine yaklaştı. Haftalık MACD göstergesi yukarı yönlü dönüş sinyali vermek üzere ve *mayıs ayı sonlarına doğru* direnç kırılımı denemesi bekleniyor. Son olarak 0,75 dolar destek seviyesinin başarılı şekilde test edilmesi, *alıcıların avantaj sağladığını* gösteriyor.

Solana(SOL), %8 değer kazanarak 186 dolar seviyesindeki teknik dirence ulaştı. İki hafta önce haftalık MACD göstergesi pozitif sinyale dönmüştü ve fiyat, 95 dolar seviyesinden başlayarak yaklaşık *%100 oranında* artış gösterdi. İşlem hacmi şu an için sınırlı kalsa da, *200 dolar seviyesi* aşılabilirse yükseliş ivmesi daha da güçlenebilir.

Hype, haftalık bazda %39 gibi *çarpıcı bir artış* sergileyerek 37 dolar ile yeni bir zirve gördü. *40 dolar psikolojik direncine* doğru hareket beklentisi bulunuyor ve bu seviyenin önümüzdeki 24 saat içinde test edilmesi muhtemel. 2024 Aralık ayında gördüğü 35 dolarlık önceki tepeyi geride bırakarak *2025 yılı itibarıyla yeni zirveye ulaşan nadir altcoinlerden* biri oldu.

<Telif hakkı ⓒ TokenPost, yetkisiz çoğaltma ve yeniden dağıtım yasaktır >

Popüler

Diğer ilgili makaleler

Yorum 0

Yorum ipuçları

Harika bir makale. Takip talep etme. Mükemmel bir analiz.

0/1000

Yorum ipuçları

Harika bir makale. Takip talep etme. Mükemmel bir analiz.
1
'); win.document.write(''); win.document.close(); var objAgent = navigator.userAgent; if (objAgent.indexOf('Edge') > -1) { win.onafterprint = function () { // win.close(); // setTimeout(function () { win.close() }, 500); return true; } } else if (objAgent.indexOf('Trident') > -1) { win.onafterprint = function () { // win.close(); setTimeout(function () { win.close() }, 500); return true; } } else { win.onafterprint = function () { win.close(); return true; } } }); $('#btnOpenFontSizePopup').on('click', function (){ if ($('#popupFontSize').css('display') == 'none'){ sharePopupClose(); $('#popupFontSize').show(); } else { $('#popupFontSize').hide(); } }); $(".btnChangeFontSize").on('click', function() { var fontSize = $(this).data().size; $('.view_text').css("fontSize", ''); $('.article_content').css("fontSize", ''); var articleTxt = $(".article_content > p"); if (!(fontSize == 14 || fontSize == 16 || fontSize == 18 || fontSize == 20 )) return false; $('.font_btn').removeClass('font_size_on'); $(this).find('.font_btn').addClass('font_size_on'); articleTxt.css("fontSize", fontSize); switch(fontSize){ case 14: break; case 16: break; case 18: break; case 20: break; default: return false; } return true; }); $('.btnGetReword').click(function () { if(clientId == 0){ $.loginPopupOpen('referral'); }/* else if (clientCertificated == 'N') { $('#certificationModalWrap').show(); }*/ }); $.articleVoting = function () { var articleId = "7813"; if(clientId == 0){ $.loginPopupOpen(''); return false; } $.ajax({ url: '/news/ajax/addArticleVoting', type: 'post', data: { clientId: clientId, articleId: articleId }, dataType: 'json', success: function (response) { if (response.error != 0) { if (response.error == 99) { alert(response.message); return; } else { alert(response.message); return; } } $('.newsLike').addClass('greyBanner'); if(response.voteCancel == 'Y'){ var voteCount = parseInt($('.articleLikeCountTitle:first').text()) - 1; // $('.articleLikeCount').text(voteCount); $('.articleLikeCountTitle').text( voteCount); $('.basicHeart').show(); $('.redHeart').hide(); $('.remoteControlLike').hide(); $('.remoteControlNoLike').show(); $('.stamp_like').removeClass('stamp_on'); $('.btnVoteArticle').find('.stamp_num').html(voteCount); } else if(response.vote == 'Y'){ var voteCount = parseInt($('.articleLikeCountTitle:first').text()) + 1; // $('.articleLikeCount').text(voteCount); $('.articleLikeCountTitle').text( voteCount); $('.basicHeart').hide(); $('.redHeart').show(); $('.remoteControlLike').show(); $('.remoteControlNoLike').hide(); $('.stamp_like').addClass('stamp_on'); $('.btnVoteArticle').find('.stamp_num').html(voteCount); } if(response.rewardPopupDisplay == 'Y') { showPointModal(); } //location.reload(); }, error: function (xhr, ajaxOptions, thrownError) { if (xhr.status > 0) { alert('server error'); } } }); return false; }; $('.btnScrapArticle').on('click', function (){ var articleId = "7813"; if(clientId == 0){ $.loginPopupOpen(''); return false; } else { $.articleScrap(clientId, articleId); } }); $.articleScrap = function(clientId, articleId){ if (clientId == 0 || articleId == 0) return false; $.ajax({ url: '/news/ajax/scrapArticle', type: 'post', data: { clientId: clientId, articleId: articleId }, dataType: 'json', success: function (response) { if (response.error == 0) { if (response.scrap == 'Y') { $('.btnScrapArticle').addClass('stamp_on'); $('.btnScrapArticle').find('.remoteControlScrapOn').show(); $('.btnScrapArticle').find('.remoteControlScrapOff').hide(); } else { $('.btnScrapArticle').removeClass('stamp_on'); $('.btnScrapArticle').find('.remoteControlScrapOn').hide(); $('.btnScrapArticle').find('.remoteControlScrapOff').show(); } } else { alert(response.message); } return false; }, error: function (xhr, ajaxOptions, thrownError) { if (xhr.status > 0) { alert('server error'); return false; } } }); }; $('.btnStampArticle').on('click', function (){ if ($(this).hasClass('stamp_on') == true) return false; var articleId = "7813"; if(clientId == 0){ $.loginPopupOpen(''); return false; } else { $.articleStamp(clientId, articleId); } }); $.articleStamp = function(clientId, articleId){ if (clientId == 0 || articleId == 0) return false; $.ajax({ url: '/news/ajax/stampArticle', type: 'post', data: { clientId: clientId, articleId: articleId }, dataType: 'json', success: function (response) { if (response.error == 0) { if (response.stamp == 'Y') { $('.stamp_daily').addClass('stamp_on'); $('.stampCount').html(response.count); var wrap = $('.article_stamp_contents'); if (response.count > 0) { wrap.find('.stamp_none_txt').remove(); } wrap.html(''); var html = ''; if(response.size >= 1) { for (var i = 0; i < response.size; i++) { html = ''; html += '
'; html += '
'; html += ''; if (response['items'][i]['clientId'] == clientId) { html += '

' + response['items'][i]['nickname'] + '

'; } else { html += '

' + response['items'][i]['nickname'] + '

'; } html += '
'; html += '

' + response['items'][i]['regTimestampHi'] + '

'; html += '
'; wrap.append(html); } } /*html += '
'; html += '등급 아이콘'; html += '

' + response['item']['nickname'] + '

'; html += '

' + response['item']['timestamp'] + '

'; html += '
'; wrap.prepend(html);*/ } } else { } return false; }, error: function (xhr, ajaxOptions, thrownError) { if (xhr.status > 0) { alert('server error'); return false; } } }); }; // $('.viewLike').on("click",function (){ // if(clientId == 0){ // $.loginPopupOpen(''); // } else { // $.articleVoting(); // } // }); $('.likeBg').on("click",function (){ if(clientId == 0){ $.loginPopupOpen(''); } else { $.articleVoting(); } }); //$('body').append('
OSZAR »