今天是12月18号周四,那么今天也将迎来本周的另一个重磅数据,CPI。
直接关系着市场对于美联储后续降息的一个预期,通货膨胀是降息路上最大的拦路虎。
如果CPI升高,那么美储降息预期较弱,黄金或将承压下跌,4350就成了短期顶部位置。
如果CPI下降,那么美储降息预期增强,或将助推黄金走高,冲破4350这个压力位,进一步向上去测试4381这个历史高点
所以,今晚九点半的CPI数据至关重要,因为当前黄金,在近期多空争夺非常激烈,4340—4350这个压力区域,从上周五到现在不断的反复测试,昨晚更是疯狂洗盘,上上下下走了多少个来回。
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";
}
}
