御姐析金:12.19黄金,原油,镑日行情分析及策略
【消息面】美国11月CPI增速意外放缓!下任美联储主席领跑者声称仍有很大降息空间;欧盟制裁俄罗斯影子舰队,特朗普旗下公司一夜暴涨超40%……
【原油分析】
原油周四继续震荡下行,当天最高57,最低55.8,日线收阴于56,日线看油价将继续震荡下行,四小时线,小时线,油价呈震荡,短线待区间突破,综述日内操作思路以震荡下行为主,上方关注57,下方看55能否下破
【原油策略】
1,56.8-57空,止损0.4,目标56-55.5
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";
}
}
