黄金昨日周五白天以震荡为主,欧盘美盘金价开始活跃起来,最低触及4309一线开启震荡反弹,凌晨最高到了4356.5一线震荡下行,从技术面来看,金价依旧未能站稳4350上方,那么下周开盘也将会延续凌晨收盘进行调整,虽然近期日线均以十字线收盘,但是丝毫不改变回调做多的思路,技术上我们线关注4310-4315这小区间的短期支撑情况,重点关注下方4290-4296区间的重要支撑,整个趋势依旧处于上行通道中,大家不要盲目跟随市场上的策略追单,稳健等待回落调整再做多安排!
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";
}
}
