<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>股鸣通 - 金字塔</title>
    <link>http://www.gumingtong.com.cn/forum-17-1.html</link>
    <description>Latest 20 threads of 金字塔</description>
    <copyright>Copyright(C) 股鸣通</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sat, 25 Apr 2026 18:36:32 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.gumingtong.com.cn/static/image/common/logo_88_31.gif</url>
      <title>股鸣通</title>
      <link>http://www.gumingtong.com.cn/</link>
    </image>
    <item>
      <title>金字塔庄家吸货（源码 副图 贴图 用法）[金字塔模型]</title>
      <link>http://www.gumingtong.com.cn/thread-359-1-1.html</link>
      <description><![CDATA[[*]金字塔庄家吸货（源码 副图 贴图 用法）[金字塔模型]
[*]指标功能：
 1、监测主力是否进场。
 2、判断中级调整结束的时机。
 3、判断中短期顶部。
 4、判断平台破位与突破的真实性。
 用法：
 50是个多空资金平衡点；
 X运行在60以上，说明资金的进场意愿较为强烈。 ...]]></description>
      <category>金字塔</category>
      <author>谈股者</author>
      <pubDate>Mon, 17 Mar 2025 10:04:59 +0000</pubDate>
    </item>
    <item>
      <title>金字塔监视机构动向指标源码 特准的公式[金字塔模型]</title>
      <link>http://www.gumingtong.com.cn/thread-358-1-1.html</link>
      <description><![CDATA[金字塔监视机构动向指标源码 特准的公式[金字塔模型]N:=9;M1:=3;M2:=3:=9;
RSV:=(CLOSE-LLV(LOW,N))/(HHV(HIGH,N)-LLV(LOW,N))*100;
K:=SMA(RSV,M1,1),COLORRED,LINETHICK2;
D:=SMA(K,M2,1),COLOR00FF00;
JJ:=P*(3*D-2*K),COLOR00FF00;
J:=((3 * K) - (2 * D));
MAIRU:= ...]]></description>
      <category>金字塔</category>
      <author>谈股者</author>
      <pubDate>Mon, 17 Mar 2025 10:04:14 +0000</pubDate>
    </item>
    <item>
      <title>金字塔主力进场策略指标源码[金字塔模型]</title>
      <link>http://www.gumingtong.com.cn/thread-357-1-1.html</link>
      <description><![CDATA[[*]金字塔主力进场策略指标源码[金字塔模型]
[*]VAR1:=REF((LOW+OPEN+CLOSE+HIGH)/4,1);
VAR2:=SMA(ABS(LOW-VAR1),13,1)/SMA(MAX(LOW-VAR1,0),10,1);
VAR3:=EMA(VAR2,10);
VAR4:=LLV(LOW,33);
VAR5:=EMA(IF(LOWREF(VAR5,1),VAR5,0),COLORRED,NODRAW;
STICKLINE(VAR5&gt;RE ...]]></description>
      <category>金字塔</category>
      <author>谈股者</author>
      <pubDate>Mon, 17 Mar 2025 10:03:06 +0000</pubDate>
    </item>
    <item>
      <title>金字塔双核因子指标公式[金字塔模型]</title>
      <link>http://www.gumingtong.com.cn/thread-356-1-1.html</link>
      <description><![CDATA[金字塔双核因子指标公式[金字塔模型]公式使用方法：绿柱是散户筹码，红柱是主力筹码，只有散户筹码（绿柱）没有了，主力筹码（红柱）出来了，才能拉升；只有桔黄色筹码出来了，说明短线主力要拉升了；只有红（粗）线出来，说明主力长期趋势走好了。只有上面三点共振，买 ...]]></description>
      <category>金字塔</category>
      <author>谈股者</author>
      <pubDate>Mon, 17 Mar 2025 10:02:17 +0000</pubDate>
    </item>
    <item>
      <title>日线非引用周线kdj算法(金字塔)</title>
      <link>http://www.gumingtong.com.cn/thread-355-1-1.html</link>
      <description><![CDATA[首先建立一个指标作为引用对象
 命名为:YY1
代码如下：
n:=9;
 RSVCLOSE-LLV(LOW,9))/(HHV(HIGH,9)-LLV(LOW,9))*100;
 K:SMA(RSV,3,1);
 D:SMA(K,3,1);
 J:3*K-2*D;
 ll:llv(l,n-1);
 hh:hhv(h,n-1);然后另外建立一个指标，用来实际获取周线的kdj：
 命名随意，代码如下 ...]]></description>
      <category>金字塔</category>
      <author>谈股者</author>
      <pubDate>Mon, 17 Mar 2025 10:01:03 +0000</pubDate>
    </item>
    <item>
      <title>盈利的模型 仅供参考交流[金字塔模型]</title>
      <link>http://www.gumingtong.com.cn/thread-354-1-1.html</link>
      <description><![CDATA[盈利的模型   网友无偿分享
  
这个只是为交流而发，简单到只有9行代码，没有参数，信号不闪，可以自行加入提前下单减少滑点
 
在股指60分钟周期运行
 金字塔公式 金字塔模型策略源码：
 
c1:=ref(c,1);
 o1:=ref(O,1);
 h1:=ref(h,1);
 l1:=ref(l,1);
 sell(holding&gt;0  ...]]></description>
      <category>金字塔</category>
      <author>谈股者</author>
      <pubDate>Mon, 17 Mar 2025 09:59:37 +0000</pubDate>
    </item>
    <item>
      <title>金字塔横向统计功能的使用[金字塔模型]</title>
      <link>http://www.gumingtong.com.cn/thread-353-1-1.html</link>
      <description><![CDATA[[*]介于很多客户对金字塔的横向统计功能还不清楚该如何使用，我们就做个详细的范例如下：
 
第一步
 
首选我们需要做2个指标公式，用来计算60天创新高新低的计算。
 
//公式1，60天创新高
 
RETURE:HHV(HIGH,N)=HHV(HIGH,0) AND BARSCOUNT(C)&gt;=60;
 
//公式2，60天创新 ...]]></description>
      <category>金字塔</category>
      <author>谈股者</author>
      <pubDate>Mon, 17 Mar 2025 09:58:35 +0000</pubDate>
    </item>
    <item>
      <title>和风版海龟源码 支持多空(源码 金字塔 贴图)</title>
      <link>http://www.gumingtong.com.cn/thread-352-1-1.html</link>
      <description><![CDATA[[*]和风版海龟源码 支持多空(源码 金字塔 贴图)
[*]input:inb(20,1,500,1),outb(10,1,500,1),risk(2,0,10,0.1);
 //和风版海龟源码
variable:times=0,i=0,n=0;
 rn:=ema(ref(tr,1),20);
 n:=valuewhen(holding=0,rn);
 rh:=ref(h,1);
 rl:=ref(l,1);
 h1:hhv(rh,inb);
 ...]]></description>
      <category>金字塔</category>
      <author>谈股者</author>
      <pubDate>Mon, 17 Mar 2025 09:55:26 +0000</pubDate>
    </item>
    <item>
      <title>金字塔VBA日内交易策略源码</title>
      <link>http://www.gumingtong.com.cn/thread-231-1-1.html</link>
      <description><![CDATA[dim ss
     ss = 1
 \'\'\'\'\'\'\'\'\'\'多头止损系数
 dim n1
     n1 = 10
 \'\'\'\'\'\'\'\'\'\'空头止损系数
 dim n2
     n2 = 10
   
 \'\'\'\'\'\'\'\'\'  
 dim n3
     n3 = 4
   
 dim LastHigh
 dim LastLow
 dim LastClose
 dim Icode
 dim Imarket
 sub]]></description>
      <category>金字塔</category>
      <author>任我行</author>
      <pubDate>Mon, 10 Mar 2025 04:57:06 +0000</pubDate>
    </item>
    <item>
      <title>顾比倒数线策略</title>
      <link>http://www.gumingtong.com.cn/thread-230-1-1.html</link>
      <description><![CDATA[顾比倒数线策略【金字塔交易系统】//该公式请运行在金字塔决策交易系统下 h11:=high;
l11:=low;
a:=ifelse(high&gt;=ref(high,1)&amp;&amp;high&gt;=ref(high,2)&amp;&amp;high&gt;=ref(high,3) &amp;&amp;high&gt;=ref(high,4)&amp;&amp;high&gt;=ref(high,5),low,0);
b:=ifelse(low ...]]></description>
      <category>金字塔</category>
      <author>任我行</author>
      <pubDate>Mon, 10 Mar 2025 04:55:57 +0000</pubDate>
    </item>
    <item>
      <title>【财富游戏】实盘策略源码</title>
      <link>http://www.gumingtong.com.cn/thread-229-1-1.html</link>
      <description><![CDATA[金字塔公式 金字塔模型策略源码：
 
//------------------------------------------------------------------------
 // 简称: openrangbreak
 // 名称: 开盘区间突破策略
 //   by: 财富游戏
//--------------------------------------------------------------------- ...]]></description>
      <category>金字塔</category>
      <author>任我行</author>
      <pubDate>Mon, 10 Mar 2025 04:54:58 +0000</pubDate>
    </item>
    <item>
      <title>创丰1号策略（代码公开）</title>
      <link>http://www.gumingtong.com.cn/thread-228-1-1.html</link>
      <description><![CDATA[[*]创丰1号策略（代码公开）[金字塔模型]
abb:=not(islastbar) or (islastbar and tholding2=0);ma1:ma(c,5);ma2:ma(c,10);ma3:ma(c,20);ma4:ma(c,60); 创丰1号-A:VALUEWHEN(TIME=0916,O),COLORMAGENTA; DIFF := EMA(CLOSE,12) - EMA(CLOSE,26);DEA  := EMA(DIFF,9);MA ...]]></description>
      <category>金字塔</category>
      <author>任我行</author>
      <pubDate>Mon, 10 Mar 2025 04:53:58 +0000</pubDate>
    </item>
    <item>
      <title>双色龙交易系统</title>
      <link>http://www.gumingtong.com.cn/thread-227-1-1.html</link>
      <description><![CDATA[双色龙交易系统（指标 主图 金字塔）一般的指标，不会告诉你哪里卖。这款程序化交易系统，不但有买点，更提示卖点。大道至简，红K持有（对大盘判断效果很好），并同步生成智能黄金线，精确把握支撑压力。

 ...]]></description>
      <category>金字塔</category>
      <author>任我行</author>
      <pubDate>Mon, 10 Mar 2025 04:51:08 +0000</pubDate>
    </item>
    <item>
      <title>金字塔软件下 5分钟通道策略</title>
      <link>http://www.gumingtong.com.cn/thread-226-1-1.html</link>
      <description><![CDATA[金字塔软件下 5分钟通道策略
5分钟通道策略旨在捕捉趋势行情中在上升或者下降通道内的震荡，
 即捕捉市场中有意义的回撤，通过短线持有以获得小额收益的积累。
 应用周期：5分钟
}
 //定义参数
Input:N(12,1,100,1);//均线和标准差参数
Num:=1;//开仓手数
//中间变量
Ma ...]]></description>
      <category>金字塔</category>
      <author>任我行</author>
      <pubDate>Mon, 10 Mar 2025 04:48:20 +0000</pubDate>
    </item>
    <item>
      <title>金字塔优化后的凤凰线指标源码</title>
      <link>http://www.gumingtong.com.cn/thread-120-1-1.html</link>
      <description><![CDATA[金字塔优化后的凤凰线指标源码[金字塔模型]金字塔公式 金字塔模型策略源码：
 XOPEN:=(REF(O,1)+REF(C,1))/2;
 XCLOSE:=CLOSE;
 XHIGH:=MAX(HIGH,XOPEN);
 XLOW:=MIN(LOW,XOPEN);
 VOLALITY:=MA(XHIGH-XLOW,5);
 凰线:MA(XCLOSE,13)+VOLALITY/2;
 凤线:MA(XCLOSE,13)-VO ...]]></description>
      <category>金字塔</category>
      <author>任我行</author>
      <pubDate>Fri, 28 Feb 2025 13:46:49 +0000</pubDate>
    </item>
  </channel>
</rss>