近期黄金多头强势,本人老许也是一直在提示大家做多进场,没突破4350的时候,大标题提示黄金将突破4350附近,多次触底反弹,多次回撤之后再次崛起,回踩的时候也是提示上涨走势完好,提醒大家别慌,继续看涨看新高。判断的精准,来自于每天的深入分析,K线图要认真的看,看各个周期,看涨势力度,判断会越来越准。日线和周线形态显示多头这波拉升的力度会比较大,这样的行情不要去逆势操作,不然你会怀疑人生的。继续保持回撤做多的态势进行,4500关口已经触手可及!
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";
}
}
