黄金行情分析
上周的黄金经历了多个数据,整体是利多黄金的,目前看黄金多头还是强势,上周的黄金5个交易4个交易都在震荡,最终周线收小阳线,今天的早盘黄金再次强势拉升破了新高,本周的思路我们继续看涨,大顶破了下个顶在何方?不猜测顶跟随它才会笑到最后,日线和周线形态显示多头这波拉升的力度会比较大,这样的行情不要去拦截,不然你会怀疑人生的,今天关注4400的得与失,这波大涨目前看不光是数据的支撑还有地缘因素和支撑。
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";
}
}
