御姐析金:12.17黄金,原油,镑日行情分析及策略
【消息面】美国11月失业率创四年新高!美联储主席之争再成三方竞逐之势;特朗普将发表全国讲话,美国或“报复”欧盟……
【原油分析】
原油周二继续震荡下行,当天最高56.6,最低55,日线收阴于55.1,日线看油价还将继续震荡下行,四小时线,震荡下行,小时线,今早开盘开始反弹,已上破56,上方关注57一线,早盘开涨重点要关注欧盘能否延续,上破57后则日内震荡,综述日内操作思路看空不追空,先看反弹力度,另早间API数据利多,关注晚间EIA数据表现
【原油策略】
1,57空,止损0.4,目标56.2-55.6
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";
}
}
