黄金,翘首以盼啦,早间在创历史新高了!伦敦金一度冲击4500,国内金价开始千元时代,这个行情那叫一个喜人啦。时间验证耐心,终于到达之前我给大家讲的目标,年底突破千元大关。现在任何回调靠近4440-4445都是新的技术支撑点买入。
近期一个月,黄金我们的思路都是逢低主多,低多参与,奈何八匹马拉不住哪些摸顶的朋友!
回到盘面一小时级别,黄金连阳上涨上午一度冲击4500美元,目前价格高位横盘游走在4480附近,记住目前涨势如虹,切不可侥幸做空,除非突发消息黄金小级别见顶,在另当别论!短线关注下方支撑4440-4445可以参与
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";
}
}
