经过隔夜数据引发的价格震荡,黄金4350的压力位在近一个月都保持了有效性,昨晚我在美盘思路中说「下行调整时间不会很长」,目前来看我的观点有误。因为我忽视了一个因素,即黄金作为主要对抗通胀的对冲工具,在通胀下降的事实面前,其对冲价值受到冲击。
技术方面,金价在今天(19日)早盘回探昨晚低点4308后反弹,1小时线上的MA20均线已来到4330附近,一旦成交量扩张,价格很有可能再次走弱。现在4小时MA20均线的4320支撑很重要,如果看到该均线走弱(目前没有),价格有望重新试探4270-50的支撑区间。
今日黄金交易区间参考4360-4280。
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";
}
}

