<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>金字塔决策交易系统 - 高级功能研发</title>
    <link>https://weistock.com/bbs/forum.php?mod=forumdisplay&amp;fid=43</link>
    <description>Latest 20 threads of 高级功能研发</description>
    <copyright>Copyright(C) 金字塔决策交易系统</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sat, 18 Apr 2026 23:28:53 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://weistock.com/bbs/static/image/common/logo_88_31.gif</url>
      <title>金字塔决策交易系统</title>
      <link>https://weistock.com/bbs/</link>
    </image>
    <item>
      <title>打开文件对话框怎样实现</title>
      <link>https://weistock.com/bbs/forum.php?mod=viewthread&amp;tid=29875</link>
      <description><![CDATA[在VBA窗体中，添加一个按钮，按钮的功能是打开文件对话框，然后查找文件，选定后，返回窗体，得到文件名。(这个文件事先不一定确定，需查找）。在金字塔的VBA中，能出现这个打开文件对话框吗？怎样实现？（用软件说明中Cofficdialog这个提供的方法，好像没反应）]]></description>
      <category>高级功能研发</category>
      <author>105037</author>
      <pubDate>Fri, 17 Apr 2026 02:11:20 +0000</pubDate>
    </item>
    <item>
      <title>请问如图盘口数据怎么引用到交易公式中作为策略使用？</title>
      <link>https://weistock.com/bbs/forum.php?mod=viewthread&amp;tid=29833</link>
      <description><![CDATA[请问如图盘口数据怎么引用到交易公式中作为策略使用？


补充内容 (2026-4-13 14:58):
例如我要在临近的最大买入价位附近买入，在临近最大的卖出价位买入要怎么写？]]></description>
      <category>高级功能研发</category>
      <author>105190</author>
      <pubDate>Mon, 13 Apr 2026 06:56:38 +0000</pubDate>
    </item>
    <item>
      <title>跨品种问题</title>
      <link>https://weistock.com/bbs/forum.php?mod=viewthread&amp;tid=29771</link>
      <description><![CDATA[5分钟周期策略，需要调用上证指数的实时“日”涨幅，以下几种方法是否正确，或者有没有更有效的函数：方法一：
JG:=\&quot;000001$C\&quot;;//表示获得000001的实时价格
ZF:=((JG-REF(JG,1))*100)/REF(JG,1);//计算实时的涨幅

方法二：
JG:=CALLSTOCKEX(\'000001\',VTCLOSE,6,0, ...]]></description>
      <category>高级功能研发</category>
      <author>106339</author>
      <pubDate>Mon, 06 Apr 2026 09:23:11 +0000</pubDate>
    </item>
    <item>
      <title>请帮我看下为何这样写，新的函数后台运行时不触发任何交易信号？</title>
      <link>https://weistock.com/bbs/forum.php?mod=viewthread&amp;tid=29762</link>
      <description><![CDATA[请帮我看下为何这样写，新的函数后台运行时不触发任何交易信号？

2次堆积买:=FlowBuyImbHigh(3，1,2)&gt;0;          

 Tbuy( 2次堆积买 ,SS,MKT);

多头止盈价:=TORDERPRICE( 1,1) +5*MINDIFF;


DRAWICON(2次堆积买   ,L*0.9999,1);


TSELL(  (TBUYHOLDIN ...]]></description>
      <category>高级功能研发</category>
      <author>105190</author>
      <pubDate>Fri, 03 Apr 2026 02:17:39 +0000</pubDate>
    </item>
    <item>
      <title>基准差</title>
      <link>https://weistock.com/bbs/forum.php?mod=viewthread&amp;tid=29742</link>
      <description><![CDATA[{
  策略描述：基于开盘价的网格交易策略
  逻辑：
  1. 获取每日开盘价作为基准价格
  2. 计算基准差（最小变动价*10）
  3. 多单网格：价格每下跌基准差*10开多1手，平仓价为开仓价+基准差*10
  4. 空单网格：价格每上涨基准差*10开空1手，平仓价为开仓价-基准 ...]]></description>
      <category>高级功能研发</category>
      <author>800180</author>
      <pubDate>Mon, 30 Mar 2026 08:35:17 +0000</pubDate>
    </item>
    <item>
      <title>资金仓位管理</title>
      <link>https://weistock.com/bbs/forum.php?mod=viewthread&amp;tid=29707</link>
      <description><![CDATA[图表回测里如何设置账户初始资金1000万，最大资金使用率20%，然后获取该合约保证金，计算最大开仓总手数，然后开始开仓，第一次开仓开总手数的二分之一，第二次加仓是剩余手数的二分之一，以此类推，每次加仓都是逐步递减，直到加仓到最后的持仓不超过最大开仓总手数， ...]]></description>
      <category>高级功能研发</category>
      <author>800180</author>
      <pubDate>Wed, 25 Mar 2026 06:33:33 +0000</pubDate>
    </item>
    <item>
      <title>关于价格笼子问题</title>
      <link>https://weistock.com/bbs/forum.php?mod=viewthread&amp;tid=29559</link>
      <description><![CDATA[1、9点25-30之间能否下单
2、昨日收盘价10元，当前10元，使用mkt下单是废单吗？]]></description>
      <category>高级功能研发</category>
      <author>106339</author>
      <pubDate>Mon, 09 Mar 2026 06:20:58 +0000</pubDate>
    </item>
    <item>
      <title>选股设置</title>
      <link>https://weistock.com/bbs/forum.php?mod=viewthread&amp;tid=29497</link>
      <description><![CDATA[代码：CON:CON1 AND CON2 AND CON3;

选股时这个地方如何设置？]]></description>
      <category>高级功能研发</category>
      <author>106339</author>
      <pubDate>Mon, 02 Mar 2026 12:56:57 +0000</pubDate>
    </item>
    <item>
      <title>怎样自动退出金字塔系统</title>
      <link>https://weistock.com/bbs/forum.php?mod=viewthread&amp;tid=29491</link>
      <description><![CDATA[请教老师：因为想实现自动开关机，登录和关闭退出金字塔，在VBS中使用Call application.PostMessage(57665) ，还需要鼠标点击图标：是否退出金字塔的”Y“，我希望不要鼠标点击就自动退出，VBS后台怎么处理？]]></description>
      <category>高级功能研发</category>
      <author>103258</author>
      <pubDate>Mon, 02 Mar 2026 08:33:08 +0000</pubDate>
    </item>
    <item>
      <title>关于涨停函数</title>
      <link>https://weistock.com/bbs/forum.php?mod=viewthread&amp;tid=29489</link>
      <description><![CDATA[关于这个函数，是不是不管是什么周期的K线，都是取当日的日K线值？]]></description>
      <category>高级功能研发</category>
      <author>106339</author>
      <pubDate>Mon, 02 Mar 2026 07:43:13 +0000</pubDate>
    </item>
    <item>
      <title>持仓函数</title>
      <link>https://weistock.com/bbs/forum.php?mod=viewthread&amp;tid=29479</link>
      <description><![CDATA[请问TBUYHOLDING(1)和THOLDING函数区别]]></description>
      <category>高级功能研发</category>
      <author>106339</author>
      <pubDate>Mon, 02 Mar 2026 01:20:30 +0000</pubDate>
    </item>
    <item>
      <title>关于ALL函数</title>
      <link>https://weistock.com/bbs/forum.php?mod=viewthread&amp;tid=29448</link>
      <description><![CDATA[如果向表达一个条件\&quot;前5日A1;\&quot;如下表达是否正确：
IF ALL(A1 THEN 
这个ALL 包含今日吗？]]></description>
      <category>高级功能研发</category>
      <author>106339</author>
      <pubDate>Thu, 26 Feb 2026 02:14:45 +0000</pubDate>
    </item>
    <item>
      <title>7.21版MFC</title>
      <link>https://weistock.com/bbs/forum.php?mod=viewthread&amp;tid=29424</link>
      <description><![CDATA[老师新年好，现在最新的7.21版本64位是不是不支持MFC V14，adi插件也可以基于 Win32 api开发吗?]]></description>
      <category>高级功能研发</category>
      <author>106305</author>
      <pubDate>Sat, 21 Feb 2026 03:26:15 +0000</pubDate>
    </item>
    <item>
      <title>如何引用其他周期</title>
      <link>https://weistock.com/bbs/forum.php?mod=viewthread&amp;tid=29387</link>
      <description><![CDATA[IF CON THEN BEGIN.....
这是一个1分钟策略周期，如果加一个条件：”5日内无涨停无跌停“，如何写？谢谢]]></description>
      <category>高级功能研发</category>
      <author>106339</author>
      <pubDate>Wed, 11 Feb 2026 05:57:42 +0000</pubDate>
    </item>
    <item>
      <title>持续成交</title>
      <link>https://weistock.com/bbs/forum.php?mod=viewthread&amp;tid=29386</link>
      <description><![CDATA[使用了如下语句：
IF CURRENTTIME&gt;093500 AND THOLDING2=0 THEN 
BEGIN........
但是持续再发送指令，是判断持仓指令不对吗？：]]></description>
      <category>高级功能研发</category>
      <author>106339</author>
      <pubDate>Wed, 11 Feb 2026 05:32:07 +0000</pubDate>
    </item>
    <item>
      <title>关于条件选股</title>
      <link>https://weistock.com/bbs/forum.php?mod=viewthread&amp;tid=29382</link>
      <description><![CDATA[如果选择流通市值小于300亿，为什么最大只能8位数，选不出来：]]></description>
      <category>高级功能研发</category>
      <author>106339</author>
      <pubDate>Tue, 10 Feb 2026 03:13:23 +0000</pubDate>
    </item>
    <item>
      <title>64位dll参数输出</title>
      <link>https://weistock.com/bbs/forum.php?mod=viewthread&amp;tid=29363</link>
      <description><![CDATA[64位dll有没有限制DLL的参数输出，最高能不能自设定达最多10位参数?]]></description>
      <category>高级功能研发</category>
      <author>106305</author>
      <pubDate>Sat, 07 Feb 2026 09:50:04 +0000</pubDate>
    </item>
    <item>
      <title>c++函数取硬盘的10万根历史数</title>
      <link>https://weistock.com/bbs/forum.php?mod=viewthread&amp;tid=29258</link>
      <description><![CDATA[stData.m_nDataCount = 100000; //请求最多10万根历史数据需要直接在取秒周期读取10万根历史据，c++函数取硬盘的10万根历史数是否受限菜单里的图表示K线数据设置和内存记录设定的K线数，如何在c++内部用函数禁止这数据量限制，使用c++内设置的数据量]]></description>
      <category>高级功能研发</category>
      <author>106305</author>
      <pubDate>Sat, 24 Jan 2026 00:00:38 +0000</pubDate>
    </item>
    <item>
      <title>如何自定义几个股票的平均价格指数和涨跌家数？</title>
      <link>https://weistock.com/bbs/forum.php?mod=viewthread&amp;tid=29212</link>
      <description><![CDATA[如何自定义几个股票的平均价格指数和涨跌家数]]></description>
      <category>高级功能研发</category>
      <author>106361</author>
      <pubDate>Mon, 19 Jan 2026 10:17:19 +0000</pubDate>
    </item>
    <item>
      <title>VBA如何获取合约最小开仓手数</title>
      <link>https://weistock.com/bbs/forum.php?mod=viewthread&amp;tid=29037</link>
      <description><![CDATA[VBA中没有找到合约最小开仓手数的接口，但是看到PEL里有，DYNAINFO(N)，N=227是获取最小开仓数量，请问能否新建一个公式，通过VBA调用公式获得这个最小开仓数量呢？请帮忙具体写下代码]]></description>
      <category>高级功能研发</category>
      <author>103907</author>
      <pubDate>Sun, 04 Jan 2026 12:07:56 +0000</pubDate>
    </item>
  </channel>
</rss>