由于市场对结束乌克兰战争达成协议的乐观情绪重燃,WTI价格仍面临抛售压力。交易员们正密切关注美国石油协会(API)将于周二晚些时候发布的原油库存报告。
原油从日线图级别看,从局部级别看,当下震荡节奏呈次要震荡,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";
}
}
