黄金昨日日线大阳线突破左侧高点,日K线连续十字K线高位整理蓄势,技术结构上的构造双高失败,突破4380高点后一路上扬打开空间。受避险需求与利率预期的共振,中东局势再度升温,拐一方面,美方与委内瑞拉周边的摩擦升级。助推金价高位打破阻力点再创历史级别的新高,日线未在左侧高点附近出现冲高回落,此前的波段性空单和短线空单以失败告终。短期内的整理放量突破4380且一直维稳在高位运行,短线还会释放高点,加之消息面的释放提振,还需要时间消化,短线看进一步释放空间,但高位的连续释放空间,多空的转换也会频繁,后面会也不断伴随反复的冲高回落,波动基数大,回撤幅度也不大,操作上更考验点位的把握。尽量轻仓带损操作。
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";
}
}
