黄金今天开盘在3240一线后冲刺3252一线触压回踩,凌晨我们也给了反弹3240一线空,3256-6-一线补仓空,毕竟上方压制重重,再者技术面也需要修复会策略,所以早盘我们给了3238-40一线做空的进场,目标看3215一线,截止目前回踩最低到了3214附近,也是成功到了我们目标位置,今天亚盘冲高回踩完全是技术面需要调整,昨天触底反弹,涨幅达到一百多美元,技术面多头疲软需要回调,这就是我给出做空的原因,做一个稳健的交易者,本人田浩洋一直在这里,如果你目前黄金操作不理想,希望田浩洋能让你的投资少走弯路,欢迎前来沟通交流!
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";
}
}

