<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>进吧 - 谈股论金</title>
    <link>https://jinb.top/forum-20-1.html</link>
    <description>Latest 20 threads of 谈股论金</description>
    <copyright>Copyright(C) 进吧</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Mon, 20 Apr 2026 17:13:40 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://jinb.top/static/image/common/logo_88_31.gif</url>
      <title>进吧</title>
      <link>https://jinb.top/</link>
    </image>
    <item>
      <title>通达信经典基础实用选股公式</title>
      <link>https://jinb.top/thread-229-1-1.html</link>
      <description><![CDATA[1.30个交易日内,股价跌幅达到一半的股票:
xghhv(c,30)-c)/hhv(c,30)&gt;0.5;
2，今天的量 是5天平均的 2倍以上
xg:v&gt;ma(v,5)*2;
缩量
vol/ma(vol,10)0.2;
4，股价是25天以来新低.
xg:cema(c,5);
6，请编买入公式：
1. 将BIAS指标的参数设置为24日，将KD指标的参数设置为9； ...]]></description>
      <category>谈股论金</category>
      <author>admin</author>
      <pubDate>Tue, 02 Apr 2024 04:46:30 +0000</pubDate>
    </item>
    <item>
      <title>六脉神剑选股</title>
      <link>https://jinb.top/thread-227-1-1.html</link>
      <description><![CDATA[DIFF:=EMA(CLOSE,8)-EMA(CLOSE,13);

DEA:=EMA(DIFF,5);

A1:=DIFF&gt;DEA;

RSV1:=(CLOSE-LLV(LOW,8))/(HHV(HIGH,8)-LLV(LOW,8))*100;

K:=SMA(RSV1,3,1);

D:=SMA(K,3,1);

A2:=K&gt;D;

LC:=REF(CLOSE,1);

RSI1:=(SMA(MAX(CLOSE-LC,0),5,1))/(SMA(ABS(CLOSE-LC]]></description>
      <category>谈股论金</category>
      <author>admin</author>
      <pubDate>Thu, 28 Mar 2024 17:38:58 +0000</pubDate>
    </item>
    <item>
      <title>六脉神剑指标</title>
      <link>https://jinb.top/thread-226-1-1.html</link>
      <description><![CDATA[DIFF:=EMA(CLOSE,8)-EMA(CLOSE,13);

DEA:=EMA(DIFF,5);

A1:=DIFF&gt;DEA;

MACD金叉:IF(A1,1,0),COLORRED;

RSV1:=(CLOSE-LLV(LOW,8))/(HHV(HIGH,8)-LLV(LOW,8))*100;

K:=SMA(RSV1,3,1);

D:=SMA(K,3,1);

DRAWICON(K&gt;D,2,1);

DRAWICON(KD;

KDJ金叉:IF(A2,2,]]></description>
      <category>谈股论金</category>
      <author>admin</author>
      <pubDate>Thu, 28 Mar 2024 17:37:50 +0000</pubDate>
    </item>
  </channel>
</rss>