昨日黄金技术面在亚欧盘反复震荡压制于3250下方迎来向下回落破位,午后欧盘加速向下击穿3200关口并延续下行至3175关口附近企稳反抽,晚间美盘在度承压3198下方二次回落破底收盘,日K线报收压制回落破底中阴,整体金价在高位遇阻3500点整数关口后出现日线级别向下回落破位,短线失守3200关口彻底打开下行回落空间,昨天早间我们也是给了3245-50一线做空的策略,回踩完美获利出局,目前黄金处于小幅震荡,虽然不适合进场,但是我们只要坚定把握住大方向趋势看空,其余的交给耐心了,上方短期继续关注3190-95一线压制,重点关注3205-3210一线重要压制,操作上以反弹做空为主,做一个稳健的交易者。
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";
}
}

