黄金价格在周一如期刷新历史新高,当中有美国试图扣押更多运载委内瑞拉油轮的突发性因素,避险情绪推动金价抵达4449美元/盎司,与此同时,白银价格也涨至新的历史高点69.45美元/盎司。
今日(12月23日)金价继续扩大涨幅,刚刚我们连续做多取得了收益,目前价格来到4487,接近日线级别上升通道压力,再次突破后需要关注4500-4510压力。RSI在日、周级别中已经进去超买区,一旦KDJ转弱,价格很有可能将进入回调。
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";
}
}
