黄金今天开盘3237一线后回踩最低触及3215一线开启反弹,亚盘处于触底反弹路线,欧盘最高触及3265一线,也是我们文章给的3260-65一线做空为主,今天下午我们实盘给了3258-65一线做空,因为行情震荡,波动不大,再加上晚上有CPI数据公布,所以目前我们已经在3250-52一线获利出局,等待美盘数据公布,大趋势来讲依旧是反弹做空为主,做一个稳健的交易者,本人田浩洋一直在这里。
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";
}
}

