鉴于基本面喜忧参半,投资者在押注油价从上周四触及的10月21日以来的低点出现实质性反弹之前,仍需保持谨慎。
原油从日线图级别看,从局部级别看,当下震荡节奏呈次要震荡,K线阴阳反复交替,向前期低点56附近进行测试。MACD指标在零轴下方附近张口向下,空头表现逐步增强,56强支撑位被跌破,则原油走势中期将进入下行节奏。
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";
}
}
