Nguyen Van Luong / 个人资料
- 信息
|
6+ 年
经验
|
1
产品
|
1
演示版
|
|
0
工作
|
0
信号
|
0
订阅者
|
Nguyen Van Luong
SyncCharts
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
Nguyen Van Luong
共享作者Dmitry Voronkov文章
Các mẫu hình nến
分析烛的图案
日本烛形图的构建和烛图案的分析构成了技术分析的一个迷人领域。烛形图的优点在于它们以您能够跟踪数据动态的方式表示数据。在本文中,我们将分析烛的类型、烛图案的分类并提出一个能够确定烛图案的指标。
Nguyen Van Luong
共享作者MRoVas文章
Eliot
MQL5 中艾略特波浪自动分析的实施
艾略特波浪理论是最流行的市场分析方法之一。然而,这个过程非常复杂,从而导致我们使用额外的工具。自动标记器是其中一种工具。本文描述用 MQL5 语言创建艾略特波浪的自动分析程序。
Nguyen Van Luong
共享作者Anatoli Kazharski文章
MQL5 细则手册:在单一窗口中监控多个时间表
在 MetaTrader 5 中,有 21 个时间表可供分析。您可以利用能置于现有图表上的特殊图表对象,并在相应位置设置交易品种、时间表及其他属性。文章将对此类图表图形对象进行详细介绍:我们将使用控件(按钮)创建指标,以便同时在子窗口中建立多个图表对象。此外,图表对象将准确置于子窗口中,并随主图表或终端窗口的大小调整自动进行校正。
Nguyen Van Luong
Tham khảo viết SyncScroll
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
Nguyen Van Luong
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
评论给主题 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;
Nguyen Van Luong
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
Nguyen Van Luong
Template
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
Nguyen Van Luong
Pause/Unpause Tester using EA
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
Nguyen Van Luong
Pause/Unpause Tester using EA
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
Nguyen Van Luong
Pause/Unpause Tester using EA
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
Nguyen Van Luong
Pause/Unpause Tester using EA
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
: