由于中美达成90天协议,将关税大幅降低115%,提振了油价需求前景,油价攀升至63.00美元附近。
原油从日线图级别看,中期走势均线系统压制油价反弹,中期客观趋势方向向下。油价触及55.20低点后,形成的多空的频繁交替,从形态看出现下跌旗形中继雏形,关注油价测试旗形上沿位置的力度,预计中期走势震荡后,仍将下行至50位置。
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";
}
}

