黄金今天开盘在3177一线,反弹最高至3192一线开启了震荡下行模式,目前最低触及3120一线后开启了反弹,目前黄金在3140附近震荡,上方我们先关注3187-91一下短期压制,反弹我们继续做空,从小时线来看K线依旧向下发散,所有指标依旧呈现空头发展,空头趋势依旧占主导地位。中间位置建议耐心等待,做一个稳健的交易者,本人田浩洋一直在这里!
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";
}
}

