周三亚洲交易时段,美国原油基准西德克萨斯中质原油(WTI)价格在每桶55.75美元左右波动。受拉丁美洲原油供应波动加剧的影响,WTI价格上涨。
原油从日线图级别看,从局部级别看,当下震荡节奏呈次要震荡,K线连续收阴4个交易日。跌破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";
}
}
