御姐析金:5.14黄金,原油,镑日行情分析及策略
美国4月CPI年率意外下降,黄金收复3250关口!特朗普呼吁降息、直言股市将会大涨,泽连斯基只接受与普京会谈…..
【原油分析】
原油周二震荡上行,当天最低61.6,最高63.8,日线收阳于63.6,日线看油价还将继续震荡上行,上方关注65一线,四小时线,小时线,均呈震荡上行,综述日内操作思路以回调多为主,下方关注63和62,早间API数据利空,关注晚间EIA数据表现
【原油策略】
1,62.1-62.3多,止损0.4,目标63.2-63.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";
}
}

