文章 "在 MQL5 中使用资源" - 页 3

 

我无法在 "市场 "中添加任何产品,每次我尝试添加 ex4 文件时

都会出现以下警告

请使用新的编译器重新编译您的产品

--------------------------

我已经用最新的 MetaEditor 进行了编译?

 

新年快乐)

有答案吗?

 
yousef hammad:

我无法在 "市场 "中添加任何产品,每次我尝试添加 ex4 文件时

都会出现以下警告

请使用新的编译器重新编译您的产品

--------------------------

我已经用最新的元编辑器编译过了?

你使用的是哪个版本的元编辑器?最新版本是 5.00 build 1241(2015 年 12 月 22 日)。
 
由于 "资源 "技术仅适用于 MT5,我如何发布由 EA 和自定义指标(EA 调用自定义指标)组成的 MT4 产品?
 
Marco Hoerning:
由于 "资源 "技术仅适用于 mt5,我如何发布由 EA 和自定义指标(EA 调用自定义指标)组成的 MT4 产品?
方法与 mql5 相同。
 
你们好,

,我正在尝试更新我的免费 EA,但是自动验证出现了问题。在我的电脑上,它可以在不同的时间框架和符号上运行,但在验证时却不行。

下面是错误信息:

2016.04.01 18:00 无法加载 "MQL4\Experts\Kraken.ex4::Indicators\hiloo_channel.ex4

没有交易操作

不过,我正在使用文档中描述的 #resource,它在其他 EA 中也一直有效:


#resource "\Indicators\hilo_channel.ex4";


double buffer = iCustom(symbol,TradingTimeframe,"::Indicators\hilo_channel.ex4",IndicatorPeriod,0,1);

自定义指标 需要一个输入。

它可能是什么?

 
Agnello Hupp:

会是什么问题?

您必须与市场版主(在您的产品 页面上)交谈。
 
您好,

,答案是:
"

很遗憾,我们这里不提供任何编程建议。

也许您可以在这里找到答案:https://www.mql5.com/zh/articles/261

作为一种变通,您可以尝试询问论坛的同事"。

Use of Resources in MQL5
Use of Resources in MQL5
  • 2011.03.16
  • MetaQuotes Software Corp.
  • www.mql5.com
MQL5 programs not only automate routine calculations, but also can create a full-featured graphical environment. The functions for creating truly interactive controls are now virtually the same rich, as those in classical programming languages. If you want to write a full-fledged stand-alone program in MQL5, use resources in them. Programs with resources are easier to maintain and distribute.
 
Agnello Hupp:
您好, ,答案是: "



很遗憾,我们这里不提供任何编程建议。

也许您可以在这里找到答案:https://www.mql5.com/zh/articles/261

作为一种变通,您可以尝试询问论坛的同事。 "

好吧,他们真的很有趣。

您的资源和 iCustom 调用似乎是正确的。

在 "hilo_channel.ex4 "指标中还使用了其他资源吗?也请在论坛上做一些关于资源和市场的研究。

 
Agnello Hupp:
您好, ,答案是: "



很遗憾,我们这里不提供任何编程建议。

也许您可以在这里找到答案:https://www.mql5.com/zh/articles/261

作为一种变通,请尝试询问论坛的同事。 "


遇到同样的问题:https://www.mql5.com/en/forum/189988
Bounded resource on validation of the EA for market will not be found
Bounded resource on validation of the EA for market will not be found
  • www.mql5.com
Hello, I am trying to validate my EA for market, but each time I became an error, but in my system in on other systems it works fine...