周四美国交易时段,出人意料疲软的11月美国消费者价格指数(CPI)提振了美国股市,并对美元构成下行压力。通常情况下,美元的这种走势对黄金有利。
然而,这次的情况有所不同——至少并非立即如此:数据公布后,金价最初大幅下跌(一度跌至4310美元左右的低点),随后迅速反弹并升至4370美元上方,涨幅接近0.8%,但随后又迅速回落,最终回到数据公布前的水平(目前价格为4337.69美元,较前一价格小幅下跌0.01%)。
今天来看,黄金短期阻力位在4335附近,支撑位在4310-4300附近。只有价格守住这些支撑位,看涨观点才有效。逢低买入是首选策略。
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";
}
}

