MQL4和MetaTrader 4 - 页 147

[删除]
Hi Mr.Rosh You said before the server's time of MetaQuotes is at GM+2 Now the Daylight Saving Time will begin I wonder whether the server's time of MetaQuotes will be some changed ? Thank you very much !!
Strategy Tester:交易策略测试中模式化的方式文章公布 技术分析的很多程序允许在历史数据上测试交易策略。在大多数情况下, 测试被连接到已经完成的数据上,在价格柱内这些数据不带有任何试图模式化的趋势。测试会快速进行,但是不精确。 创建人: MetaQuotes Software Corp.
[删除]
在以下代码中加上什么??? //+------------------------------------------------------------------+ //| Money Flow Index.mq4 | //| Copyright © 2005, MetaQuotes Software Corp. | //| http://www.metaquotes.net/...
[删除]
大家好,请教各位:如何在MFI指标中添加MFI值的均线?
[删除]
For example I use an indicator you recommended The "Impulse_macd.mq4" Using the function "iCustom()" to get the data from indicator to an ea I put two files recorded the data on both sides But the data from the indicator producing and the data the ea got are very different ! I show you the results...
[删除]
Rosh 老师: 您好! 我是一个初学MQL4语言的新手,有很多地方还不知道,现在我遇到一个问题,希望得到老师的指教. 我根据MT4系统的MOVING AVERAGE交易系统改编了一个小程序,只在LONG ONLY中运行,后发现, 如果不按预期方向运行后损失很大,所以想在BUY中追加TRAILINGSTOP功能,可不知道怎么追加, 能帮帮我吗? 谢谢. Dear Rosh: Would you help me to make program run trailingstop in long only. Thank you very much!...
巨大程序中定单的考虑文章公布 探讨在巨大程序和复杂程序定单考虑的基本原则。 创建人: Sergey Kovalyov
[删除]
是“标准手”吗,即100000个交易货币单位?
[删除]
if(TrailingStop>0) { if(Bid-OrderOpenPrice()>Point*TrailingStop){if(OrderStopLoss()<Bid-Point*TrailingStop){OrderModify(OrderTicket(),OrderOpenPrice(),Bid-Point*TrailingStop,OrderTakeProfit(),0,Green);return(0);}}}...
[删除]
SMA_5 > SMA30, buy; SMA_5<SMA30, sell;用MQL4如何编写?
[删除]
tester文件夹为什么有1G多的大小,里面是什么??
[删除]
请教高手,pattern Double Bottom 和 Head and Shoulders如何编码实现,在根据这些pattern 基础上,支持线的如何编码实现。 比如pattern Double Bottom ,最低两端点间作为支持线 俄国高手已经做出来了。我不懂俄语,求助Rosh
[删除]
Hi ! Rosh If I put an ea with a modify function on a H1 chart doing the back test. How does the modify work ? Does only the modify function act once at the beginng of one hour ? Or the modify function respond the price in 2 - 5 seconds as you said ? Or I do something wrong at the program to force...
日安!请帮助我建立一个EA,它在启动后会跟随5分钟图表的速率,条件如下:如果在5分钟内(例如,第5个图表上的1条)速率上升或下降,例如下降或上升30点。买入或卖出指令被执行(下跌30点--买入,上涨30点--卖出),参数如下:交易保证金的50%,T/P-4点,S/L-12点。也许有一个现成的解决方案?或类似的东西...提前感谢。
在tester中的" 属性" > "遗传基因运算法"是什么意思?要不要选中它?
[删除]
图示说明越具体越好. 还有就是Close[1]与iClose(NULL,0,1)的区别是什么? 周期为H1的最后一个完整柱子的收盘价用MQL4是否表示为Close[1]? 谢谢!
請教各位前輩,我只會 VB,使用VB寫的 DLL 可以在 MT4 中呼叫使用嗎 ? 假設我在 VB ( Test.DLL ) 中建立一個 Function: ' ----------------------------------------------------------------------------------------------------------------------------------------------------------------- ' 從 MT4 中取得 val1 & val2 值,作運算處理後把結論傳回 MT4 的總體變數中 '...
[删除]
  可接受的无礼行为!:))  (70   1 2 3 4 5 6 7)
在掌握了点数并逐渐通过SK描述的抓取器的进化路径后, 我写了一个专家顾问 ,对DC取15和SL18可以接受。所有的虱子。告诉我,又有什么问题吗?) 历史上的酒吧。 16931 模拟的虱子 262698 建模质量 90.00% 图表不匹配错误 30 初始存款 4300.00 净利润 118016.81 利润总额 149753.24 全部损失 -31736.44 盈利能力 4.72 预期报酬率 3371.91 绝对缩水 513.47 最大缩水 32496.15 (43.55%) 相对缩减 43.55% (32496.15) 交易总额 35 空头头寸(赢利百分比) 19 (78.95%)
其实不是bug,但是你要注意。我写的智能交易是存在这个问题的,不保证你也存在这个问题。 问题描述: 在写代码时,请不要写成 "abcdef"+xxx的形式,不然会MT4会直接down掉。 如 Print("abcdef"+123); 你试试。
[删除]
Hi ! Mr. Rosh I want to know the time duration about server's response When a terminal send a request for example asking a modify order How long can the server send back to say the request was accepted successfully Don't consider the transfer time the signal on line Only the time duration a terminal...
[删除]
如何读取上一次开仓时的数量,价格,以及总资产?
  回测/优化/MT4历史数据  (45   1 2 3 4 5)
为了 回测 EA和优化设置,我们需要有来自经纪公司的M1数据。 因此,请在这个主题中发布任何链接或数据(免费数据)。
如何评估智能交易测试结果文章公布 文章在测试报告中给出了数据的计算公式和定单计算。 创建人: Slawa Starikoff
[删除]
读懂它就够折磨人的了,何况自己来写? 我学过Python语言,觉得它非常地易懂好学。 我想建议公司可以提供其他的编程语法的编写方式,比如Python这样的解释性语言。 既然MT4的API是可以用C++的,那用Python也不会太麻烦。 不知道这算不算是过份的要求?
[删除]
请教各位大侠,我的MT4 智能交易系统测试完后怎么不显示结果和报告呢?谢谢了!
[删除]
请老师同和学门指教
[删除]
正在编写突破型交易系统,而且是周期内即时突破就开仓,但是会同一个周期内碰到反复开仓的问题,请问各位有什么办法解决
[删除]
Hi ! Mr. Rosh Please tell me which events can be recorded on logs ? Or somewhere I can find the article talk about this thing ? Thank you in advance !
  MTS "Universum"  (86   1 2 3 4 5 ... 8 9)
一个在每次交易失败后都会增加手数的EA。 这种EA的一个特例是马丁格尔法。 描述和开放源代码可以在这里找到。 http://bigforex.biz/load/2-1-0-170
[删除]
请问论坛版主,在里面怎么样才能看到纽约原油期货的价格啊 ? 小弟想看下子,谢谢各位高手指教