美国总统特朗普表示不排除与委内瑞拉开战的可能性,加剧了供应方面的不确定性,WTI价格因此上涨。交易员们正密切关注周二美国石油协会(API)原油库存报告的发布,以期从中获得新的市场动能。
原油从日线图级别看,油价触及54.80附近即入震荡,K线阴阳交替。均线系统空头排列,压制油价,中期客观趋势方向向下。当下原油主客观趋势方向一直向下,依据主次交替规律,原油中期走势维持下行节奏不变。
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";
}
}
