wy168 发表于 2023-12-28 20:02:03

主力对此无能为力:均线粘合选股公式,决定你下一轮牛市的身家


    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">很多股民亏钱的原因大部分是因为没时间,没有精力,选股上出现了很大的问题,随意买股票而导致操作大乱。对于大部分股民来说,炒股只是副业,放在炒股上的精力较少。但是目前随着科技的发达,许多事情不需要亲力亲为,完全可以利用系统来代替人工,比如股票上的选股,今天也是给大家分享一个公式。</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;"><strong style="color: blue;">一:均线粘合选股公式源代码(通达信系统)</strong></p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">M:=1;</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">M5:=MA(CLOSE,5);</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">M10:=MA(CLOSE,10);</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">M20:=MA(CLOSE,20);</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">K1:=MAX(MAX(M5,M10),MAX(M10,M20));</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">K2:=MIN(MIN(M5,M10),MIN(M10,M20));</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">A:=MAX(M5,MAX(M10,M20))/MIN(M5,MIN(M10,M20))&lt;1+0.01*M;</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">A1:=(K1/K2-1)&lt;0.005;</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">A2:=(K1/K2-1)&lt;0.005;</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">A3:=V&gt;REF(V,1)*1.5 AND V&gt;MA(V,5);</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">XG:A AND A1 AND A2 AND A3 ;</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;"><strong style="color: blue;">二:如何使用公式</strong></p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">目前大部分的股民用的基本都是通达信系统,直接找到功能,选择公式,将上方源代码复制,参数如下图所示:</p><img src="https://p3-sign.toutiaoimg.com/pgc-image/RTjgEBvBFlplHv~tplv-tt-origin-asy2:5aS05p2hQOaKlei1hOW_q-aKpQ==.image?_iz=58558&amp;from=article.pc_detail&amp;x-expires=1698676247&amp;x-signature=crPWDcyYEfSLJhAwxeVjscKzEZs%3D" style="width: 100%; margin-bottom: 20px;">
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">数据填好之后选择另存为,在打开选股,选择公式,如下图(如果不想要创业板或者ST板块的个股可在选股时点击勾选):</p><img src="https://p3-sign.toutiaoimg.com/pgc-image/RTjgEO81Cdnqah~tplv-tt-origin-asy2:5aS05p2hQOaKlei1hOW_q-aKpQ==.image?_iz=58558&amp;from=article.pc_detail&amp;x-expires=1698676247&amp;x-signature=ISq8ELtK4mBe90xzSUbwCSzriKY%3D" style="width: 100%; margin-bottom: 20px;">
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;"><strong style="color: blue;">三:均线粘合的市场意义和操作策略</strong></p><img src="https://p3-sign.toutiaoimg.com/pgc-image/RTjgEOO61cmqeH~tplv-tt-origin-asy2:5aS05p2hQOaKlei1hOW_q-aKpQ==.image?_iz=58558&amp;from=article.pc_detail&amp;x-expires=1698676247&amp;x-signature=J3IVgJP7pCjkzsDo33hm6Zqd9jA%3D" style="width: 100%; margin-bottom: 20px;">
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">市场意义:大部分波段个股的上涨都是从均线粘合开始启动的。一个股票想要启动一次行情,首先需要的就是筹码,而大部分主力建仓都会选择在低位区间吸筹一段时间,由此形成了短中期均线的粘合。</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">操作策略:先用均线粘合公式将近期均线粘合的公式选出,然后人工选出一些自己看好的行业或者看好公司的股票加入自选等待买入。</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">买入条件:1,短期均线上扬30度以上;2,放中阳,成交量放大。</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;"><strong style="color: blue;">交易的一个原则解决两个问题</strong></p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;"><strong style="color: blue;">这个原则就是:买强卖弱!</strong></p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">为什么要买强卖弱?在操作中你是不是也是在按照这个原则在做?其中原因不明白就要多想想,在这里不多做解释。秉持买强卖弱这个原则会极大的提高你的收益减少风险!</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;"><strong style="color: blue;">第一个问题是:趋势的判断!</strong></p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">我们都知道做交易要顺势,顺势做对的概率要大于50%,那么顺哪个势?</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">怎么判断势以及转势?顺哪个势的问题在交易之法中以及解决,因为你确定了自己的操作周期,确定交易周期后,跟别人探讨趋势就没有什么意义了,因为操作周期不同趋势的方向可能就不同,所以别人说涨跌跟你连半毛钱的关系都没有,只要使用你自己的趋势判断标准在你自己的周期上判断明白就可以了。判断明白后就只做趋势方向的单子,这就解决了顺势的问题!当然还有趋势转折的判断标准,也是为了顺势!至于你使用什么方法去判断,什么都可以!趋势线,均线就不错,简单明了,没有什么主观判断在里面!</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;"><strong style="color: blue;">第二个问题:走势的结构!</strong></p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">清楚走势的基本结构之后,走势在你眼里就清清楚楚明明白白,不再是一团难解的乱麻!那么走势的基本结构是什么呢?是申?甲?由?曰?最后是曰!当你明白了日的上下是进可攻退可守的绝佳位置之后,你还会盲目的交易吗?说过了这不是秘谈,不存在说出来就不灵的问题。因为这是改变不了的本质!</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">道是骨头,撑起交易的框架!法是经筋,联络内外,术是覆盖在外的肌肉,至此交易至完整之境!</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">资金管理确保生存第一,守纪律赚大赔小;依据价格确定周期来操作;买强卖弱提高胜率,用操作周期来判断趋势,理清走势结构找关键点入场!交易之术是实施交易之道获得收益的手段,术的设计时时围绕道来进行。生存第一由资金管理策略来保证!用交易之法理清思路,不被万花迷惑。赚大赔小要靠术去加强!交易之术千千万万种,符合交易之道后,可以使用复杂的技术指标,可以使用简单的均线,可以仅仅依靠价格走势,可以抛硬币决定方向,总之随意发挥!</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">如果你也是技术控,也在潜心研究股市里的技术操作,不妨关注公众号越声攻略(yslc688)加入实战解盘特训营,你会有更多 的收获!</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">(以上内容仅供参考,不构成操作建议。如自行操作,注意仓位控制和风险自负。)</p>
    <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">声明:本内容由越声攻略提供,不代表投资快报认可其投资观点。</p>


页: [1]
查看完整版本: 主力对此无能为力:均线粘合选股公式,决定你下一轮牛市的身家