Nguyen Van Luong
Nguyen Van Luong
  • 信息
6+ 年
经验
1
产品
1
演示版
0
工作
0
信号
0
订阅者
分享作者Nikolay Kositsin代码
Tham khảo ARN
 AroonHorn
AroonHorn 趋势指标
SyncCharts
speki
speki
Synchronise charts
Hi, I'd like to share an EA which I use in trading as an indicator. If I see the same signal on multiple charts, example, EUR/USD and EUR/JPY, then I trade. For this I needed a way to automatically switch timeframes and scroll charts according to the
共享作者Dmitry Voronkov文章
Các mẫu hình nến
分析烛的图案
分析烛的图案

日本烛形图的构建和烛图案的分析构成了技术分析的一个迷人领域。烛形图的优点在于它们以您能够跟踪数据动态的方式表示数据。在本文中,我们将分析烛的类型、烛图案的分类并提出一个能够确定烛图案的指标。

共享作者MRoVas文章
Eliot
MQL5 中艾略特波浪自动分析的实施
MQL5 中艾略特波浪自动分析的实施

艾略特波浪理论是最流行的市场分析方法之一。然而,这个过程非常复杂,从而导致我们使用额外的工具。自动标记器是其中一种工具。本文描述用 MQL5 语言创建艾略特波浪的自动分析程序。

分享作者Nikolay Kositsin代码
 ZigZag_NK_Color_Price
带有之字转向峰值价格标签的之字转向指标(ZigZag)。
分享作者MKaptsevich代码
 DoubleZigZag
用于分析的两个之字转向指标。
共享作者Anatoli Kazharski文章
MQL5 细则手册:在单一窗口中监控多个时间表
MQL5 细则手册:在单一窗口中监控多个时间表

在 MetaTrader 5 中,有 21 个时间表可供分析。您可以利用能置于现有图表上的特殊图表对象,并在相应位置设置交易品种、时间表及其他属性。文章将对此类图表图形对象进行详细介绍:我们将使用控件(按钮)创建指标,以便同时在子窗口中建立多个图表对象。此外,图表对象将准确置于子窗口中,并随主图表或终端窗口的大小调整自动进行校正。

Tham khảo viết SyncScroll
Marco vd Heijden
Marco vd Heijden
评论给主题 How to get Price data and Time data of mouse position by clicking the mouse?
Yu Zhang : We can use " CHARTEVENT_CLICK " to get X coordinate value and Y coordinate value of mouse position , But How to get Price data and Time data of mouse position by clicking the mouse? It we
分享作者MetaQuotes代码
ZigZag
 ZigZag
Zigzag指标是在价格点连接重要波峰和波谷的一系列线段。
Lấy toàn bộ danh sách các Symbols mà sàn đang hỗ trợ -> Chỉnh lại //if(firstChar != "#" && StringLen(symbol) == 6)
evertonbg
evertonbg
评论给主题 get list of all symbols running in mt4 programatically
Just do it;-) int getAvailableCurrencyPairs( string & availableCurrencyPairs[]) { //--- bool selected = false ; const int symbolsCount = SymbolsTotal (selected); int currencypairsCount;
nicholish en
nicholish en
评论给主题 browse all the currencies available
ket314MQL4 : Hello, I would like to know how to browse all the currencies available for my EA in mql5 . When i test it (F5), i select in Settings -> Symbols -> All Symbols from Market Watch and i
Template
Alain Verleyen
Alain Verleyen
评论给主题 How to change default template for EA testing
gooly : as far as I know it's not possible since b600+ :(( You can only save an EA and use this as your template Of course it's possible, why not ? For "live" chart, save your template as default.tpl
分享作者Rodrigo Malacarne代码
 MQL5 中的热度图, 颜色渐变和刻度
此代码的目的是演示如何轻松地使用 MQL5 语言和函数来创建彩色刻度, 颜色渐变和热度图。
Pause/Unpause Tester using EA
Stanislav Korotky
Stanislav Korotky
评论给主题 pause visual backtest at specific time of day or date/time stamp...
Alain Verleyen : In MT4 Strategy Tester ? Oh, sorry. Two my mistakes. First, correct link to MQL4's DebugBreak - is this . And second, it's indeed of no use in MT4 during visual testing, because MT4
Pause/Unpause Tester using EA
Ubzen
Ubzen
评论给主题 Get pause in back test by code
https://www.mql5.com/en/forum/134713 https://www.mql5.com/en/forum/127035 Do a better search next time
Pause/Unpause Tester using EA
Christos Papageorgiou
Christos Papageorgiou
评论给主题 MQL5 Is it possible to Pause Backtesting when an order is opened by Using Coding?
#import "user32.dll" void keybd_event( int bVk, int bScan, int dwFlags, int dwExtraInfo); #import #define VK_SPACE 0x20 //Space #define VK_RETURN 0x0D //Return - Enter Key #define KEYEVENTF_KEYUP
Pause/Unpause Tester using EA
JC
JC
评论给主题 Pause/Unpause Tester using EA
heyarn : Does anyone know how to use an EA to pause/unpause tester? I want whatever tests are running to be paused when the EA is trying to make a trade.. Then when the trade is complete, I need it to