黄金日线破位后的双连阳不断刷新新高,昨日先扬后踩,美盘时段回踩4430一线启稳后,收复失地,今日开盘再进一步创历史新高,短线进入这种强势单边整理上涨放量,今日仍会延续昨日走法,亚欧盘慢涨逼空上涨,美盘回踩修正,今日平安夜提早休市,以及明日圣诞节全日休市,美盘预计波动受限。就看亚欧盘的延伸空间,目前处于回踩后的延伸。
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";
}
}
