原油五连涨,投资者权衡美国打压委内瑞拉原油出口和需求疲软影响,耶诞节前行情交投清淡。
原油从日线图级别看,油价触及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";
}
}
