上周周后期,美国总统特朗普下令对所有进出委内瑞拉的受制裁邮轮实施封锁,美委地缘政治局势升温,国际油价从低点反弹。
原油从日线图级别看,油价触及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";
}
}
