股票量能并不是越多越好, 而是和上一个交易日量能对比才能看出来. 那么量能多少最好呢?
相对于昨日的量能,上涨时最好能放大1.5-3倍才最好.
(function(){ var ua = navigator.userAgent.toLowerCase(); var bIsIpad = ua.match(/ipad/i) == "ipad"; var bIsIphoneOs = ua.match(/iphone os/i) == "iphone os"; var bIsAndroid = ua.match(/android/i) == "android"; var bIsWM=ua.match(/windows mobile/i)=="windows mobile"; var host = "https://m.juhaohua.cn"; var pathname = window.location.pathname; if(bIsIpad||bIsIphoneOs||bIsAndroid||bIsWM){ window.location.href =host + pathname; } })();