<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>-汇探网 - EA入门编程</title>
    <link>https://www.option007.com/forum-167-1.html</link>
    <description>Latest 20 threads of EA入门编程</description>
    <copyright>Copyright(C) -汇探网</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 06 May 2026 08:40:16 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.option007.com/static/image/common/logo_88_31.gif</url>
      <title>-汇探网</title>
      <link>https://www.option007.com/</link>
    </image>
    <item>
      <title>小骁骁2026-4-30 12:29测试 [贴图]熊头f95</title>
      <link>https://www.option007.com/thread-138689-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>EA入门编程</category>
      <author>小骁骁</author>
      <pubDate>Thu, 30 Apr 2026 07:04:52 +0000</pubDate>
    </item>
    <item>
      <title>显示自定义字体报价</title>
      <link>https://www.option007.com/thread-138149-1-1.html</link>
      <description><![CDATA[显示自定义字体报价
#property indicator_chart_window
//----
  extern string note1=\&quot;Change font colors automatically? True = Yes\&quot;;
  extern bool   Bid_Ask_Colors=True;
  extern string note2=\&quot;Default Font Color\&quot;;
  extern color  FontColor=Black;
  exter ..]]></description>
      <category>EA入门编程</category>
      <author>新手入门教程</author>
      <pubDate>Sat, 07 Mar 2026 02:03:57 +0000</pubDate>
    </item>
    <item>
      <title>IsStopped( )判断程序是否中止【检查篇-MQL4函数】</title>
      <link>https://www.option007.com/thread-138148-1-1.html</link>
      <description><![CDATA[IsStopped( )判断程序是否中止【检查篇-MQL4函数】
bool IsStopped( )
如果程序（智能交易或脚本）得到命令中止业务，返回TRUE。否则，返回FALSE。 在客户端中止执行之前程序业务会继续运行2.5秒。

示例:

  while(expr!=false)
    {
     if(IsStopped()==true) retu ...]]></description>
      <category>EA入门编程</category>
      <author>新手入门教程</author>
      <pubDate>Sat, 07 Mar 2026 02:03:56 +0000</pubDate>
    </item>
    <item>
      <title>GlobalVariableGet( )【全局变量篇-MQL4函数】</title>
      <link>https://www.option007.com/thread-138147-1-1.html</link>
      <description><![CDATA[GlobalVariableGet( )【全局变量篇-MQL4函数】
double GlobalVariableGet( string name)
如果错误生成，返回值为现有整体变量或0。 获得详细的错误信息, 查看GetLastError()函数。

参数:
name   -   整体变量名称。

示例:

  double v1=GlobalVariableGet(\&quot;g1\&quot;);
  // ...]]></description>
      <category>EA入门编程</category>
      <author>新手入门教程</author>
      <pubDate>Sat, 07 Mar 2026 02:03:53 +0000</pubDate>
    </item>
    <item>
      <title>ArraySort()数组排序【数组篇-MQL4函数】</title>
      <link>https://www.option007.com/thread-138146-1-1.html</link>
      <description><![CDATA[ArraySort()数组排序【数组篇-MQL4函数】
int ArraySort( void array[], void count, void start, void sort_dir)
对数组进行排序，系列数组不能ArraySort()使用进行排序 。

参数:
array[]   -   被排列的数组。
count   -   对多少个数组项进行排序。
start   -   排 ...]]></description>
      <category>EA入门编程</category>
      <author>新手入门教程</author>
      <pubDate>Sat, 07 Mar 2026 02:03:50 +0000</pubDate>
    </item>
    <item>
      <title>OrderModify()需要注意的</title>
      <link>https://www.option007.com/thread-138162-1-1.html</link>
      <description><![CDATA[OrderModify()需要注意的
这几天使用 OrderModify时遇到了一些问题，
例如

OrderModify(OrderTicket(),OrderOpenPrice(),Bid-Point*TrailingStop,OrderTakeProfit(),0,Blue);
如果止盈不改变则在倒数第三项填入OrderTakeProfit()，它是什么意思呢，手册里的描述十分模 ...]]></description>
      <category>EA入门编程</category>
      <author>新手入门教程</author>
      <pubDate>Sat, 07 Mar 2026 02:03:49 +0000</pubDate>
    </item>
    <item>
      <title>WindowIsVisible( )图表在子窗口中是否可见【窗口篇-MQL4函数】</title>
      <link>https://www.option007.com/thread-138161-1-1.html</link>
      <description><![CDATA[WindowIsVisible( )图表在子窗口中是否可见【窗口篇-MQL4函数】
bool WindowIsVisible( int index)
如果图表在子窗口中可见，返回TRUE，否则返回FALSE。 子图表窗口可以隐藏于外汇MT4指标的可见属性位置。

参数:
index   -   图表自窗口索引。

示例:

  int maywin=Wi ...]]></description>
      <category>EA入门编程</category>
      <author>新手入门教程</author>
      <pubDate>Sat, 07 Mar 2026 02:03:48 +0000</pubDate>
    </item>
    <item>
      <title>MessageBox( )创建信息窗口【常规函数篇-MQL4函数】</title>
      <link>https://www.option007.com/thread-138160-1-1.html</link>
      <description><![CDATA[MessageBox( )创建信息窗口【常规函数篇-MQL4函数】
int MessageBox( void text, void caption, void flags)
在信息箱内可以创建，展示和控制信息箱。信息箱包含信息和题头。如果函数成功运行，MessageBox函数 返回代码值为其中值之一。
此函数从客户端的工作页面不能调 ...]]></description>
      <category>EA入门编程</category>
      <author>新手入门教程</author>
      <pubDate>Sat, 07 Mar 2026 02:03:48 +0000</pubDate>
    </item>
    <item>
      <title>ArrayMinimum()数组最小值定位【数组篇-MQL4函数】</title>
      <link>https://www.option007.com/thread-138145-1-1.html</link>
      <description><![CDATA[ArrayMinimum()数组最小值定位【数组篇-MQL4函数】
int ArrayMinimum( double array[], void count, void start)
找出数组中最小值的定位 。在数组中函数返回最小值位置。

参数:
array[]   -   搜索数字数组。
count   -   搜索数组中项目的个数。
start   -   搜索的 ...]]></description>
      <category>EA入门编程</category>
      <author>新手入门教程</author>
      <pubDate>Sat, 07 Mar 2026 02:03:46 +0000</pubDate>
    </item>
    <item>
      <title>OrderStopLoss( )订单止损价【订单篇-MQL4函数】</title>
      <link>https://www.option007.com/thread-138159-1-1.html</link>
      <description><![CDATA[OrderStopLoss( )订单止损价【订单篇-MQL4函数】
double OrderStopLoss( )
对于当前选择定单返回止损值。

注解:定单必须用OrderSelect()函数提前选定。

示例:

  if(OrderSelect(ticket,SELECT_BY_POS)==true)
    Print(\&quot;对于10 止损值\&quot;, OrderStopLoss());
  else
  ...]]></description>
      <category>EA入门编程</category>
      <author>新手入门教程</author>
      <pubDate>Sat, 07 Mar 2026 02:03:43 +0000</pubDate>
    </item>
    <item>
      <title>iATR( )平均真实范围【系统外汇MT4指标篇-MQL4函数】</title>
      <link>https://www.option007.com/thread-138144-1-1.html</link>
      <description><![CDATA[iATR( )平均真实范围【系统外汇MT4指标篇-MQL4函数】
double iATR( string symbol, int timeframe, int period, int shift)
计算平均真实范围的外汇MT4指标并且返回它的值。

参数:
symbol   -   计算外汇MT4指标数据上的货币对名称. NULL表示当前货币对.
timeframe   - ...]]></description>
      <category>EA入门编程</category>
      <author>新手入门教程</author>
      <pubDate>Sat, 07 Mar 2026 02:03:40 +0000</pubDate>
    </item>
    <item>
      <title>MarketInfo(Symbol(), MODE_TICKVALUE）函数</title>
      <link>https://www.option007.com/thread-138158-1-1.html</link>
      <description><![CDATA[MarketInfo(Symbol(), MODE_TICKVALUE）函数
点数 - 最小价格改变

在外汇交易中的货币对每种货币的差异不仅在自己的特性上，同样在他们汇率的小数点数量上。例如， GBPJPY的汇率，2006年12月29日为 233.18,同一天 GBPUSD 的汇率为1.9587。小数点的总数可以使用函数设置 ...]]></description>
      <category>EA入门编程</category>
      <author>新手入门教程</author>
      <pubDate>Sat, 07 Mar 2026 02:03:38 +0000</pubDate>
    </item>
    <item>
      <title>K线波动检测：K线开始发疯了</title>
      <link>https://www.option007.com/thread-138157-1-1.html</link>
      <description><![CDATA[K线波动检测：K线开始发疯了
#property strict
#property indicator_chart_window
#property  indicator_chart_window
input double CRPoint = 100;
int init()
{
   return(0);
}
int start()
{
   if((High[0] - Low[0]) / Point &gt; CRPoint)
   {
      Alert(\&quot;K线开 ...]]></description>
      <category>EA入门编程</category>
      <author>新手入门教程</author>
      <pubDate>Sat, 07 Mar 2026 02:03:32 +0000</pubDate>
    </item>
    <item>
      <title>AccountServer( )服务器名称【账户信息篇-MQL4函数】</title>
      <link>https://www.option007.com/thread-138156-1-1.html</link>
      <description><![CDATA[AccountServer( )服务器名称【账户信息篇-MQL4函数】
string AccountServer( )
返回连接服务器的名称。

示例：

Print(\&quot;服务器名称\&quot;, AccountServer());

大家在看了小编以上对\&quot;AccountServer( )服务器名称【账户信息篇-MQL4函数】\&quot;的介绍后应该都清楚了吧，希望对大家 ...]]></description>
      <category>EA入门编程</category>
      <author>新手入门教程</author>
      <pubDate>Sat, 07 Mar 2026 02:03:26 +0000</pubDate>
    </item>
    <item>
      <title>MarketInfo( )返回交易品种的信息【常规函数篇-MQL4函数】</title>
      <link>https://www.option007.com/thread-138155-1-1.html</link>
      <description><![CDATA[MarketInfo( )返回交易品种的信息【常规函数篇-MQL4函数】
double MarketInfo( string symbol, int type)
返回市场观察窗口品种列表中的交易品种的各种信息。 通过类型参数控制返回不同的信息。

参数:
symbol   -   货币对名称。
type   -   指定返回的信息类别。

示 ...]]></description>
      <category>EA入门编程</category>
      <author>新手入门教程</author>
      <pubDate>Sat, 07 Mar 2026 02:03:20 +0000</pubDate>
    </item>
    <item>
      <title>ArrayInitialize()数组初始化【数组篇-MQL4函数】</title>
      <link>https://www.option007.com/thread-138154-1-1.html</link>
      <description><![CDATA[ArrayInitialize()数组初始化【数组篇-MQL4函数】
int ArrayInitialize( void array[], double value)
对数组进行初始化，返回经过初始化的数组项的个数 。

注解:在客户外汇MT4指标中的init()函数不建议使用到初始化缓冲，在这种函数自动初始化\&quot;空值\&quot;将自动分配和缓冲 ...]]></description>
      <category>EA入门编程</category>
      <author>新手入门教程</author>
      <pubDate>Sat, 07 Mar 2026 02:03:16 +0000</pubDate>
    </item>
    <item>
      <title>AccountName( )账户名称【账户信息篇-MQL4函数】</title>
      <link>https://www.option007.com/thread-138153-1-1.html</link>
      <description><![CDATA[AccountName( )账户名称【账户信息篇-MQL4函数】
string AccountName( )
返回当前帐户名称。

示例：

Print(\&quot;账户名称\&quot;, AccountName());

大家在看了小编以上对\&quot;AccountName( )账户名称【账户信息篇-MQL4函数】\&quot;的介绍后应该都清楚了吧，希望对大家做单有所帮助。如果 ...]]></description>
      <category>EA入门编程</category>
      <author>新手入门教程</author>
      <pubDate>Sat, 07 Mar 2026 02:03:11 +0000</pubDate>
    </item>
    <item>
      <title>AccountMargin( )账户保证金【账户信息篇-MQL4函数】</title>
      <link>https://www.option007.com/thread-138152-1-1.html</link>
      <description><![CDATA[AccountMargin( )账户保证金【账户信息篇-MQL4函数】
double AccountMargin( )
返回当前帐户的保证金。

示例：

Print(\&quot;账户保证金 \&quot;, AccountMargin());

大家在看了小编以上对\&quot;AccountMargin( )账户保证金【账户信息篇-MQL4函数】\&quot;的介绍后应该都清楚了吧，希望对大 ...]]></description>
      <category>EA入门编程</category>
      <author>新手入门教程</author>
      <pubDate>Sat, 07 Mar 2026 02:03:09 +0000</pubDate>
    </item>
    <item>
      <title>AccountStopoutMode( )账户强制平仓模式【账户信息篇-MQL4函数】</title>
      <link>https://www.option007.com/thread-138151-1-1.html</link>
      <description><![CDATA[AccountStopoutMode( )账户强制平仓模式【账户信息篇-MQL4函数】
int AccountStopoutMode( )
对于强制平仓的计算模式。

计算模式值如下:
0 - 计算保证金和净值之间的百分比;
1 - 比较自由保证金水平和绝对值。

示例：

int level=AccountStopoutLevel();
if(AccountSt ...]]></description>
      <category>EA入门编程</category>
      <author>新手入门教程</author>
      <pubDate>Sat, 07 Mar 2026 02:03:05 +0000</pubDate>
    </item>
    <item>
      <title>DoubleToStr( )双精度浮点转换成字符串【格式转换篇-MQL4函数】</title>
      <link>https://www.option007.com/thread-138150-1-1.html</link>
      <description><![CDATA[DoubleToStr( )双精度浮点转换成字符串【格式转换篇-MQL4函数】
string DoubleToStr( double value, int digits)
将双精度浮点型转换成字符串型的结果返回。

参数:
value   -   浮点型数字。
digits   -   精确格式，小数点后位(0-8)。

示例:

  string value=DoubleT ...]]></description>
      <category>EA入门编程</category>
      <author>新手入门教程</author>
      <pubDate>Sat, 07 Mar 2026 02:03:00 +0000</pubDate>
    </item>
  </channel>
</rss>