现货黄金在本周一经历了冲高回落的剧烈波动,由于市场对美联储降息的预期以及美元汇率的变动。然而,随着避险情绪的迅速冷却,金价很快回吐了大部分涨幅。这一变化的主要驱动力来自于美国官员与乌克兰总统泽连斯基围绕结束战争的重要会谈取得的进展,这显著降低了市场的避险需求。另外周二非农数据利多利空参半,总的来看,当下黄金趋势行情预期走出冲高回落下跌寻找支撑。
昨日操作回顾:早盘黄金计划4325空结果到4318就直接下去了,错过机会;黄金在下方4280、4275做多在4295减仓在4210总计获利65个点出局;黄金早盘计划美盘给到4325、4330空单机会在4313减仓在4305获利45个点出局;
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";
}
}
