今天,就不写有的没有了,一会得出去约了个事,我就挑重点说一下今天周五黄金的观点。临近日本央行加息之前,黄金多空上演疯狂洗盘,后半夜的黄金走势太激烈了,突破4350美元压力直逼历史高点4380美元。多头兴奋的时突然空头来袭,4374美元快速暴跌到4310美元,跌了60多美金,同样的配方,一样的玩法,谁能料到机构连续玩了一周。黄金进入关键区间4310-4380美元,向下4306决定多空方向,向上4380历史新高位置,白银早都大涨了,黄金还在这里震荡。
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";
}
}

