黄金今天整体的走势对比昨天震荡幅度更小,今天开盘在3250一线,然后回踩最低至3221一线,白天基本上就是在这个区间进行波动,今天早间我们也是给了3245-50一线做空的策略,回踩完美获利出局,目前黄金处于小幅震荡,虽然不适合进场,但是我们只要坚定把握住大方向趋势看空,其余的交给耐心了,上方短期继续关注3258-65一线压制,重点关注3275-81一线重要压制,操作上以反弹做空为主,做一个稳健的交易者。
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";
}
}

