黄金昨日如预期先跌后涨,价格从4498附近下跌到4452一线反弹一波后再次到达4431一线,午夜黄金再次创出新高突破4500一线,从盘面来看,上行趋势没有任何改变,至于上涨到哪里什么位置是高点压制,谁也不知道,但是我们可以分析趋势回踩做多不变,回踩什么位置做多可以找到,下方我们线关注4500一线短期关口支撑,关注4470一线支撑以及4445-4450一线的重要支撑位置,回踩不破依旧是大势所趋。后面是圣诞节假日了,就现在的强势情况来看,要大回踩基本是很难的。
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";
}
}
