御姐析金:12.16黄金,原油,镑日行情分析及策略
【消息面】
美联储主席候选人博弈加剧,美国坚持要求乌克兰交出顿巴斯地区!白宫私下斥责以色列违反停火协议,纳斯达克将申请5X23小时交易……
【原油分析】
原油周一继续震荡下行,当天最高57.7,最低56.3,日线收阴于56.6,日线看油价还将继续下跌,四小时线,震荡下行,小时线,低位震荡,56受阻,短线有反弹,上方关注57和58,日内操作思路反弹空为主
【原油策略】
1,58空,止损0.4,目标57.2-56.8
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";
}
}
