受地缘政治因素影响,包括美国在委内瑞拉附近扣押一艘受制裁的油轮,WTI价格从近两个月来的最低收盘价中有所回升。
原油从日线图级别看,从局部级别看,当下震荡节奏呈次要震荡,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";
}
}
