【黄金区间震荡思路:4300-4360 拉锯战】
黄金整体大区间波动特征明显:上压:4360美元(强压力)下撑:4300美元(关键支撑)
4小时&1小时图均平行震荡,多空僵持。
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";
}
}

