黄金,早间继续发力一举夺魁,不负众望抵达4385,国内金价距离千元仅一步之遥!上周五思路观点已跟大家说的很明白,做多,低多!还是做多!
回到盘面一小时级别,均线保持多头排列向上散发,金价底部支撑逐步上移,日内关注4335-4330短线支撑机会,上不言顶,目前涨势如虹不要追高就行。
往昔都在聊,“在车上的怕回调,没上车的怕踏空”,这不就是现在最真实的心态嘛。虽说全网都在看2026年还能涨,但眼下逼近4400关口,波动肯定小不了,想入手的还是得稳住,别盲目追高才行。没上车的关注回撤机会,重点看4335-4330这个支撑区域.当乌云散去,自有满天繁星!
element that closes the modal
var span = document.getElementsByClassName("close")[0];
// When the user clicks the button, open the modal
btn.onclick = function() {
modal.style.display = "block";
}
// When the user clicks on (x), close the modal
span.onclick = function() {
modal.style.display = "none";
}
// When the user clicks anywhere outside of the modal, close it
window.onclick = function(event) {
if (event.target == modal) {
modal.style.display = "none";
}
}
