上周的美国数据呈现出失业了上升、通胀快速下降的基本事实,贵金属价格短暂调整后完全沿着20周期均线向上方震荡,最终在周五美盘完成放量上涨。
今日(12月22日)黄金继承前交易日的涨势,走势完全符合我们周五时的分析(图上升箭头虚线)。今早盘价格继续扩张,4小时级别均线系统表现强势,MACD及RSI保持在强势区运行;1小时均线系统的多头排列无恙,预计短线遇阻4350调整后将继续上扬。美盘前上方压力位参考4360和4380,支撑参考4335和4322。
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";
}
}
