黄金行情分析
黄金开始高位洗盘了,多头站上了4500最最高到了4525,早盘在来一个直接跳水到了4471,这样的行情跟不上节奏是很难抓到利润,而且幅度都非常大,都是几十个点的洗盘,不过黄金长期还是多头。今天的思路我们大趋势看涨,短线看震荡修复,操作上还是长多短空对待,日线再次收阳,今天的多头不破4430这个位置就不要去看大空头,而且多头形态显示它的动力还是没有减弱,后期还有继续拉升刷新高的需要,这几天节假日市场本来该安静的,但是市场反而更加暴力,操作上严格带损每个单。
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";
}
}
