少年辛苦终身事,莫向光阴惰寸功,坎坷的道路方能成就前方平坦大道,昨日美盘多头冷不丁的发力,最高触及到4375附近位置,让市场有些猝不及防,而又快速回落,并且于早间最低触及到4309附近位置,在经过漫长的区间震荡之后,仿佛趋势有些明朗,对于昨日的冲高回落而言,再次逼近了历史新高4381附近位置,也很有可能短线内形成了顶部位置,在突破的同时,回撤的幅度也将是我们后期需要考虑的因素之一,我们也多次提出,行情反转需要满足的条件是回撤的幅度,一旦快速回落的话,那么继续上行的动力也将会衰竭,而目前对于形势而言,昨日日线也是属于高位阴线的十字星形态,我们白天保持震荡思路对待,虽然没有成功站稳4350一线上方,但是总体的行情思路趋势继续保持回踩做多不动摇进行,下方着重关注4266—4275区间得失即可。
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";
}
}

