[删除]
版主和论坛的各位高手,俺刚开始用MT4,对其中的如何使用设置尚很不清楚,现请教下各位: 1,请问若在图中加上Ichimoku指标,但我如果想把该指标里的基准线转折线等蓝色绿色的线去掉,只保留云区,该如何操作? 2,若我想在K线图上加上时间,也就是每个1分钟K线图从开始还剩多少分钟走完,旁边设置个时间看下,不知道各位高手可否赐教?
[删除]
本人有个指标很好用,但就是有时间的限制,现在过期了,问下那个高手指教有没有办法去掉时间的限制,它是ex4.文件或者能否把它反译成mq4格式的文件........
[删除]
MT4 交易平台客户端没有在线的时候,在交易图标上所添加的自动交易系统是否会执行交易?请问有没有能让客户端不在线的时候自动交易系统也能执行交易的?
基因演算规则:数学运算文章公布 基因演算使用于智能交易的数据优化。这些用途的范例是一个神经网络的学习,即, 这样的值得到的误差最小。基因演算是以随机搜索的方法为基础的。 创建人: MetaQuotes Software Corp.
[删除]
bool WindowScreenShot(string filename, int size_x, int size_y, int start_bar=-1, int chart_scale=-1, int chart_mode=-1) 只能对当前激活的窗口截图,请问有没有什么方法可以对其他的货币对,时间框架进行截图? 或者是有没有方法可以在脚本内激活指定的窗口?
[删除]
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/...
[删除]
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!...
[删除]
if(TrailingStop>0) { if(Bid-OrderOpenPrice()>Point*TrailingStop){if(OrderStopLoss()<Bid-Point*TrailingStop){OrderModify(OrderTicket(),OrderOpenPrice(),Bid-Point*TrailingStop,OrderTakeProfit(),0,Green);return(0);}}}...
[删除]
请教高手,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点。也许有一个现成的解决方案?或类似的东西...提前感谢。
[删除]
图示说明越具体越好. 还有就是Close[1]与iClose(NULL,0,1)的区别是什么? 周期为H1的最后一个完整柱子的收盘价用MQL4是否表示为Close[1]? 谢谢!
請教各位前輩,我只會 VB,使用VB寫的 DLL 可以在 MT4 中呼叫使用嗎 ? 假設我在 VB ( Test.DLL ) 中建立一個 Function: ' ----------------------------------------------------------------------------------------------------------------------------------------------------------------- ' 從 MT4 中取得 val1 & val2 值,作運算處理後把結論傳回 MT4 的總體變數中 '...
[删除]
在掌握了点数并逐渐通过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...

您错过了交易机会:
- 免费交易应用程序
- 8,000+信号可供复制
- 探索金融市场的经济新闻
注册
登录