本周四黄金破高后再度回撤震荡,周五也是再次尝试突破之后未果,凌晨也有疲软的理想,而目前上方的重点压力口仍然维持于4350附近区域,虽然多头有所触及,也终究还是为站稳此位置上方,在虚晃一枪的同时也将有可能会迎来空头的大幅度的回撤,再者日线也是屡次于高位形成横盘的震荡形态,而长期的居高不突破也将会迎来回撤的风险,而横盘的时间越长,积蓄的能量也就越大,那么后期的突破幅度也就越强,短线内操作其实相对简单,在多头突破未果的情况之下注意回撤的空间,技术上我们线关注4310-4315这小区间的短期支撑情况,重点关注下方4290-4296区间的重要支撑,整个趋势依旧处于上行通道中,大家不要盲目跟随市场上的策略追单,稳健等待回落调整再做多安排!
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";
}
}
