<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>指标之家—公式指标程序代码分享—公式指标网 - 东方财富</title>
    <link>http://www.tdxclub.com/forum.php?mod=forumdisplay&amp;fid=44</link>
    <description>Latest 20 threads of 东方财富</description>
    <copyright>Copyright(C) 指标之家—公式指标程序代码分享—公式指标网</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Mon, 13 Apr 2026 00:23:29 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.tdxclub.com/static/image/common/logo_88_31.gif</url>
      <title>指标之家—公式指标程序代码分享—公式指标网</title>
      <link>http://www.tdxclub.com/</link>
    </image>
    <item>
      <title>东财通精准KDJ调优指标选股</title>
      <link>http://www.tdxclub.com/forum.php?mod=viewthread&amp;tid=101466</link>
      <description><![CDATA[以下是东财通精准KDJ调优指标选股（无源码的请下载附件导入）

KDJ参数经过调优，加入成交量进行高级运算，与传统KDJ相差不多，有些时候信号发出比传统的具有前置性，而且更加精准，大家可以从图上看出来，蓝色代表量的流出，资金代表资金流入，紫色死叉风险较低，蓝色 ...]]></description>
      <category>东方财富</category>
      <author>ihzx</author>
      <pubDate>Sun, 22 Aug 2021 08:03:35 +0000</pubDate>
    </item>
    <item>
      <title>东方财富带创业板的大盘副图指标</title>
      <link>http://www.tdxclub.com/forum.php?mod=viewthread&amp;tid=101465</link>
      <description><![CDATA[以下是东方财富带创业板的大盘副图指标（无源码的请下载附件导入）

东方财富带创业板的大盘副图指标
创业板:=INBLOCK(创业板);
中小企业:=INBLOCK(中小企业);
上证Ａ股:=INBLOCK(上证Ａ股);
深证Ａ股:=INBLOCK(深证Ａ股);
INDEH:=IF(中小企业=1,&amp;quot;399005$H&amp;quot;,IF(创业板=1 ...]]></description>
      <category>东方财富</category>
      <author>ihzx</author>
      <pubDate>Sun, 22 Aug 2021 08:03:33 +0000</pubDate>
    </item>
    <item>
      <title>预测VOL幅图公式</title>
      <link>http://www.tdxclub.com/forum.php?mod=viewthread&amp;tid=101464</link>
      <description><![CDATA[以下是预测VOL幅图公式（无源码的请下载附件导入）

预测VOL幅图公式
源码
A:=PERIOD;
N:=IF(A=0,1,IF(A=1,5,IF(A=2,15,IF(A=3,30,IF(A=4,60,IF(A=5,240,DRAWNULL))))));
M:=IF(N=1,IF(MOD(FROMOPEN,1)=0,1,
MOD(FROMOPEN,1)),IF(N=5,IF(MOD(FROMOPEN,5)=0,5,
MOD(FROMO ...]]></description>
      <category>东方财富</category>
      <author>ihzx</author>
      <pubDate>Sun, 22 Aug 2021 08:03:29 +0000</pubDate>
    </item>
    <item>
      <title>东财通均线操盘主图公式</title>
      <link>http://www.tdxclub.com/forum.php?mod=viewthread&amp;tid=101463</link>
      <description><![CDATA[以下是东财通均线操盘主图公式（无源码的请下载附件导入）

东财通均线操盘主图公式
源码
EMA13:EMA(C,13),COLORRED,LINETHICK2;
EMA34:EMA(C,34),COLORYELLOW;
EMA55:EMA(C,55),COLORFF00FF;
EMA120:EMA(C,120),COLORFFCC66;
AR1:=EMA55&amp;gt;EMA34 AND EMA34&amp;gt;EMA13;
AR2:=B ...]]></description>
      <category>东方财富</category>
      <author>ihzx</author>
      <pubDate>Sun, 22 Aug 2021 08:03:21 +0000</pubDate>
    </item>
    <item>
      <title>东财通财富滚滚副图公式</title>
      <link>http://www.tdxclub.com/forum.php?mod=viewthread&amp;tid=101462</link>
      <description><![CDATA[以下是东财通财富滚滚副图公式（无源码的请下载附件导入）

东财通财富滚滚副图公式
源码
BL:=VOL/CAPITAL*100;
资金进:=SUM(IF(CLOSE&amp;gt;OPEN,BL,0),20);
资金出:=SUM(IF(CLOSE&amp;lt;=OPEN,BL,0),20);
资金流向:SUM(资金进-资金出,3);
STICKLINE(资金流向&amp;gt;0,0,资金流向,0.4,0), ...]]></description>
      <category>东方财富</category>
      <author>ihzx</author>
      <pubDate>Sun, 22 Aug 2021 08:03:16 +0000</pubDate>
    </item>
    <item>
      <title>东财通航海家智能辅助线主图公式</title>
      <link>http://www.tdxclub.com/forum.php?mod=viewthread&amp;tid=101461</link>
      <description><![CDATA[以下是东财通航海家智能辅助线主图公式（无源码的请下载附件导入）

东财通航海家智能辅助线主图公式
东财通是个好软件，需要大家不断完善。这是航海家的主图，我用着比较好用。
&amp;nbsp;其中当前收盘价上下10%画了3条虚线，用以直观观察价位
&amp;nbsp;
源码
MID:=(3*CLOSE+L ...]]></description>
      <category>东方财富</category>
      <author>ihzx</author>
      <pubDate>Sun, 22 Aug 2021 08:03:12 +0000</pubDate>
    </item>
    <item>
      <title>简单好用！东财通一主图和两个幅图加选股源码</title>
      <link>http://www.tdxclub.com/forum.php?mod=viewthread&amp;tid=101460</link>
      <description><![CDATA[以下是简单好用！东财通一主图和两个幅图加选股源码（无源码的请下载附件导入）

简单好用！东财通一主图和两个幅图加选股源码
源码
主图一个主图3个附图实战八胜
MAA5:MA(C,5),COLORFF00FF,LINETHICK2;
MAA10:=MA(C,10);
MAA30:MA(C,30),COLORRED;
KS:IF(MAA10&amp;gt;MAA30,M ...]]></description>
      <category>东方财富</category>
      <author>ihzx</author>
      <pubDate>Sun, 22 Aug 2021 08:03:10 +0000</pubDate>
    </item>
    <item>
      <title>东财通大黑马公式 参考抓黑马的指标 结合大走势非常准</title>
      <link>http://www.tdxclub.com/forum.php?mod=viewthread&amp;tid=101459</link>
      <description><![CDATA[以下是东财通大黑马公式 参考抓黑马的指标 结合大走势非常准（无源码的请下载附件导入）

东财通大黑马公式 参考抓黑马的指标 结合大走势非常准
大黑马-结合大走势，只要指标出现，准确率相当高
源码：

A51:=3*SMA((C-LLV(L,55))/(HHV(H,55)-LLV(L,55))*100,5,1)-2*SMA ...]]></description>
      <category>东方财富</category>
      <author>ihzx</author>
      <pubDate>Sun, 22 Aug 2021 08:03:07 +0000</pubDate>
    </item>
    <item>
      <title>东财通抓涨停预警公式</title>
      <link>http://www.tdxclub.com/forum.php?mod=viewthread&amp;tid=101458</link>
      <description><![CDATA[以下是东财通抓涨停预警公式（无源码的请下载附件导入）

东财通抓涨停预警公式
最近发现一个好公式，每天早盘预警抓涨停，特别是9：30&amp;mdash;&amp;mdash;10：30预警的股票都有4%&amp;mdash;&amp;mdash;3%的获利，我也是刚刚验证了一周多，跟预警操作了2天，感觉不错，感兴趣的朋友 ...]]></description>
      <category>东方财富</category>
      <author>ihzx</author>
      <pubDate>Sun, 22 Aug 2021 07:57:37 +0000</pubDate>
    </item>
    <item>
      <title>筹码主图公式 分享大家，望大家喜欢</title>
      <link>http://www.tdxclub.com/forum.php?mod=viewthread&amp;tid=101457</link>
      <description><![CDATA[以下是筹码主图公式 分享大家，望大家喜欢（无源码的请下载附件导入）

筹码主图公式 分享大家，望大家喜欢
源码
通达信和东方财富都能用。
&amp;nbsp;
主力底仓:COST(5),COLORWHITE,LINETHICK1;
建仓:COST(13),COLORYELLOW,LINETHICK1;
平衡:COST(25),COLORMAGENTA,LINETHI ...]]></description>
      <category>东方财富</category>
      <author>ihzx</author>
      <pubDate>Sun, 22 Aug 2021 07:57:20 +0000</pubDate>
    </item>
    <item>
      <title>横盘放量移动选股</title>
      <link>http://www.tdxclub.com/forum.php?mod=viewthread&amp;tid=101456</link>
      <description><![CDATA[以下是横盘放量移动选股（无源码的请下载附件导入）

横盘放量移动选股
源码
V1:=MA(VOL,5);
V2:=VOL/REF(V1,1)&amp;gt;2;
PZ1:=MA(C,60);
PZ2:=HHV(H,60);
PZ3:=LLV(L,60);
PZ4:=abs(PZ2-PZ1)/PZ1;
PZ5:=abs(PZ3-PZ1)/PZ1;
PZ:=REF(PZ4,1)&amp;lt;0.15 AND REF(PZ5,1)&amp;lt;0.15;
PT:=C/MA ...]]></description>
      <category>东方财富</category>
      <author>ihzx</author>
      <pubDate>Sun, 22 Aug 2021 07:57:18 +0000</pubDate>
    </item>
    <item>
      <title>布林注解主图公式</title>
      <link>http://www.tdxclub.com/forum.php?mod=viewthread&amp;tid=101455</link>
      <description><![CDATA[以下是布林注解主图公式（无源码的请下载附件导入）

布林注解主图公式
源码
MA3:=MA(C,3);
YTSL:=(3*C+L+O+H)/6;
辰星线20*YTSL+19*REF(YTSL,1)+18*REF(YTSL,2)+17*REF(YTSL,3)+16*REF(YTSL,4)+15*REF(YTSL,5)+14*REF(YTSL,6)+13*REF(YTSL,7)+12*REF(YTSL,8)+11*REF(YT ...]]></description>
      <category>东方财富</category>
      <author>ihzx</author>
      <pubDate>Sun, 22 Aug 2021 07:57:04 +0000</pubDate>
    </item>
    <item>
      <title>波段王主图公式</title>
      <link>http://www.tdxclub.com/forum.php?mod=viewthread&amp;tid=101454</link>
      <description><![CDATA[以下是波段王主图公式（无源码的请下载附件导入）

波段王主图公式
为短线操作者提供帮助,确定入时机,适时做出卖,必将对短线操作者有很大帮助!
提醒：
1、此指标在出现★时买进后再等到出现&amp;ldquo;卖&amp;rdquo;时卖出必有丰厚的回报；
2、黄柱出现时买进一路持有至绿柱时卖 ...]]></description>
      <category>东方财富</category>
      <author>ihzx</author>
      <pubDate>Sun, 22 Aug 2021 07:56:53 +0000</pubDate>
    </item>
    <item>
      <title>东财通KDJ融合macd副图指标</title>
      <link>http://www.tdxclub.com/forum.php?mod=viewthread&amp;tid=101453</link>
      <description><![CDATA[以下是东财通KDJ融合macd副图指标（无源码的请下载附件导入）

东财通KDJ融合MACD副图指标
macd较慢，kdj较快，本公式仅仅是简单的放在一起，保证了原汁原味
&amp;nbsp;用法，KDJ金叉后MACD金叉，是较强的买入信号
j&amp;amp;gt;1为超买，j&amp;amp;lt;0.2为超买，超买不适合进入，但是不代 ...]]></description>
      <category>东方财富</category>
      <author>ihzx</author>
      <pubDate>Sun, 22 Aug 2021 07:56:44 +0000</pubDate>
    </item>
    <item>
      <title>东方财富通自编主力动向副图公式</title>
      <link>http://www.tdxclub.com/forum.php?mod=viewthread&amp;tid=101452</link>
      <description><![CDATA[以下是东方财富通自编主力动向副图公式（无源码的请下载附件导入）

东方财富通自编主力动向副图公式
源码
DIF:&amp;nbsp; 3*SMA((CLOSE-LLV(LOW,27))/(HHV(HIGH,27)-LLV(LOW,27))*100,5,1)-2*SMA(SMA((CLOSE-LLV(LOW,27))/(HHV(HIGH,27)-LLV(LOW,27))*100,5,1),3,1);
见底 ...]]></description>
      <category>东方财富</category>
      <author>ihzx</author>
      <pubDate>Sun, 22 Aug 2021 07:56:39 +0000</pubDate>
    </item>
    <item>
      <title>东财通MACD优化自编副图公式</title>
      <link>http://www.tdxclub.com/forum.php?mod=viewthread&amp;tid=101451</link>
      <description><![CDATA[以下是东财通MACD优化自编副图公式（无源码的请下载附件导入）

东财通MACD优化自编副图公式
源码
DIFF:MA(CLOSE,12)-MA(CLOSE,26),COLORFFFFFF,LINETHICK2,COLORFF7F00;
DEA:MA(DIFF,9),COLOR00FFFF,LINETHICK2,COLORFF7F00;
DRAWBAND(DIFF,RGB(155,50,50),DEA,RGB(0,1 ...]]></description>
      <category>东方财富</category>
      <author>ihzx</author>
      <pubDate>Sun, 22 Aug 2021 07:56:32 +0000</pubDate>
    </item>
    <item>
      <title>东财通天机均线主图公式</title>
      <link>http://www.tdxclub.com/forum.php?mod=viewthread&amp;tid=101450</link>
      <description><![CDATA[以下是东财通天机均线主图公式（无源码的请下载附件导入）

东财通天机均线主图公式
源码
EMA250:MA(C,250),COLORRED;
EMA6:MA(C,6),COLORRED,LINETHICK2;
EMA18:MA(C,18),COLORYELLOW,LINETHICK2;
EMA55:MA(C,55),COLORFF00FF;
EMA144:MA(C,144),COLORGREEN;
EMA288:MA ...]]></description>
      <category>东方财富</category>
      <author>ihzx</author>
      <pubDate>Sun, 22 Aug 2021 07:56:25 +0000</pubDate>
    </item>
    <item>
      <title>东方财富通能用的庄家抬轿指标</title>
      <link>http://www.tdxclub.com/forum.php?mod=viewthread&amp;tid=101449</link>
      <description><![CDATA[以下是东方财富通能用的庄家抬轿指标（无源码的请下载附件导入）

东方财富通能用的庄家抬轿指标
源码
VAR1:=EMA(EMA(CLOSE,9),9);
控盘:=(VAR1-REF(VAR1,1))/REF(VAR1,1)*1000;
STICKLINE(控盘&amp;lt;0,控盘,0,5,0),COLORWHITE;
A10:=CROSS(控盘,0);
无庄控盘:IF(控盘&amp;lt;0,控盘 ...]]></description>
      <category>东方财富</category>
      <author>ihzx</author>
      <pubDate>Sun, 22 Aug 2021 07:56:24 +0000</pubDate>
    </item>
    <item>
      <title>东财通抓黑马主图指标</title>
      <link>http://www.tdxclub.com/forum.php?mod=viewthread&amp;tid=101448</link>
      <description><![CDATA[以下是东财通抓黑马主图指标（无源码的请下载附件导入）

东财通抓黑马主图指标
源码
龙1:MA(CLOSE,8),COLORWHITE,LINETHICK1;
龙2:MA(CLOSE,30),COLORYELLOW,LINETHICK1;
龙3:MA(CLOSE,60),COLORRED,LINETHICK2;&amp;nbsp; 
龙4:MA(CLOSE,300),COLORMAGENTA,LINETHICK2;
 ...]]></description>
      <category>东方财富</category>
      <author>ihzx</author>
      <pubDate>Sun, 22 Aug 2021 07:56:21 +0000</pubDate>
    </item>
    <item>
      <title>东财通个股趋势指标</title>
      <link>http://www.tdxclub.com/forum.php?mod=viewthread&amp;tid=101447</link>
      <description><![CDATA[以下是东财通个股趋势指标（无源码的请下载附件导入）

东财通个股趋势指标
源码
MA1:=MA(CLOSE,5);
MA2:=MA(CLOSE,13);
MA3:=MA(CLOSE,21);
MA4:=MA(CLOSE,55);
大盘6日:=(INDEXC-MA(INDEXC,3))/MA(INDEXC,3)*50;
大盘12日:=(INDEXC-MA(INDEXC,7))/MA(INDEXC,7)*50;
大 ...]]></description>
      <category>东方财富</category>
      <author>ihzx</author>
      <pubDate>Sun, 22 Aug 2021 07:51:12 +0000</pubDate>
    </item>
  </channel>
</rss>