炒股问题_股票问答_专家推荐股票_问股室_问股中心 设为首页 - 加入收藏 - 网站地图

持币观望同义词(持币观望英文)

(本文由公众号越声投顾(yslcw927))整理,仅供参考,不构成操作建议。如自行操作,注意仓位控制和风险自负。)

相信大多股民都会有这样的经历,选到股票以后,被套了想尽快回本,真的回本了又想多赚点,到了最后只会越套越深,今天教你一个简单实用的战法,不但能帮助你捕捉到强势股,还能让你抓到超跌股。从此不用担心会被套了。这套战法就是——海底捞月。

以日ADR为例,其计算公式为:

CCI指标看起来非常简单,仅仅由一条指标线构成。与很多波动范围在0~100之间的超买越卖指标(如KDJ、RSI等)不同,CCI指标的运行区域没有限制,可以是从负无穷大到正无穷大之间的任何数值。如下图所示:

注意,这里的角度都是对比之前的角度,没有确切的数值,因为——

如图箭头处是中国南车(601766)当天的分时图,中国南车开盘就把股价拉到涨停板,吸引大家的眼球,途中多次打开涨停板,让大家纷纷去追,主力趁机把筹码抛给新追入的人。收盘时全天放出巨量。这便是我们所说的高位天量出货。次日再跳空低开低走,以跌停板收盘,短短两日内跌幅就达30%。

#计算某一天的股票DMP与DMM值 def eq_DMPandDMM(stk_list,current_date,N=14): cal = Calendar('China.SSE') period = '-' + str(N+1) + 'B' begin_date = cal.advanceDate(current_date,period,BizDayConvention.Unadjusted) end_date = cal.advanceDate(current_date,'-1B',BizDayConvention.Unadjusted) eq_hd = {} eq_ld = {} dmp_sum = 0 dmm_sum = 0 eq_dmp = {} eq_dmm = {} eq_Price = DataAPI.MktEqudAdjGet(secID=stk_list,beginDate=begin_date.strftime('%Y%m%d'),endDate=end_date.strftime('%Y%m%d'),field=['secID','highestPrice','lowestPrice'],pandas="1") avaiable_list = eq_Price['secID'].drop_duplicates().tolist() eq_Price.set_index('secID',inplace=True) for stk in avaiable_list: if len(eq_Price.ix[stk]) == (N+1): eq_hd[stk] = np.array(eq_Price.ix[stk]['highestPrice'][1:] - eq_Price.ix[stk]['highestPrice'][:-1]) eq_ld[stk] = np.array(eq_Price.ix[stk]['lowestPrice'][:-1] - eq_Price.ix[stk]['lowestPrice'][1:]) for i in xrange(len(eq_ld[stk])): if eq_hd[stk][i] > 0 and eq_hd[stk][i] > eq_ld[stk][i]: dmp_sum = dmp_sum + eq_hd[stk][i] if eq_ld[stk][i] > 0 and eq_ld[stk][i] > eq_hd[stk][i]: dmm_sum = dmm_sum + eq_ld[stk][i] eq_dmp[stk] = dmp_sum eq_dmm[stk] = dmm_sum dmm_sum = 0 dmp_sum = 0 return eq_dmp,eq_dmm

[持币观望同义词(持币观望英文)]

引用地址:https://www.cha65.net/202307/30755.html

tags: