昨日黄金欧盘美盘反弹冲高突破3240关口并延续上行至3260上方承压3265关口回落震荡,我们直接给出了3258-65一线做空的策略,空单也是完美获利出局,相信关注我的朋友都可以看到,我们文章也是多次给了3260-65一线做空的策略,今天早间我们也是给了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";
}
}

