黄金日内白盘则是守住突破的高点并冲刺了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";
}
}
