黄金价格在欧市盘中几乎没有变化,4320的支撑也经受住了考验,临近美盘金价终于回升,两小时线上我们看到价格刚刚突破EMA/SMA20均线,MACD于零轴上方企稳回升,KDJ走势积极,短期看价格将保持上行。
另外从1小时和4小时线来看,我目前只能看到缩量弱势震荡的信号,趋势上固然还是升势,但4350一线的压力没有受到威胁,现在美市开盘,价格于4小时布林带中轨处拉升,突破4338后才能看到4350,多头交易者最好等待一下。
操作方面,鉴于今晚23:00有重要数据(PCE物价指数),预计市场将保持谨慎,4351附近可考虑挂一个短空,目标位看到4341即可。
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";
}
}
