从1小时级别来看,价格在前期震荡区间完成充分整理后,于昨晚至今走出明显的加速拉升结构,当前报价已站上1000整数关口,并刷新阶段新高。
技术结构上:
均线系统呈现标准多头排列,MA20明显上扬,价格沿均线运行,趋势完整。
布林带开口扩大,价格贴近上轨运行,说明动能仍在释放,但短线已有一定扩张。
MACD位于零轴上方并持续放量,多头占据主导,但需警惕高位追价风险。
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";
}
}
