黄金行情分析
昨天的黄金来来回回荡了4次,多空来来回回洗盘,夸张的是多头上破了关键压制后再次跳水,4380的超级压制导致了它的再次跳水,黄金目前看还是没有有效的站上,这个位置技术性的大回踩可能性越来越大了,日线十字星,今天的思路我们先高空看跌,看周线的收阴,看大跌大回踩启动,小的信号是在4300这个位置,它破了就会破小时级别的空头趋势,日线的十字星意味着多空力量博弈均线,注意没有破4300前还是可能性继续来来回回的洗和荡盘。
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";
}
}

