Nguyen Van Luong / 个人资料
- 信息
|
6+ 年
经验
|
1
产品
|
1
演示版
|
|
0
工作
|
0
信号
|
0
订阅者
|
Nguyen Van Luong
共享作者Alexander Fedosov文章
监视多币种的交易信号(第三部分):引入搜索算法
在前一篇文章中,我们开发了应用程序的可视部分,以及基本的 GUI 交互元素。 这次,我们将添加内部逻辑,并准备交易信号数据的算法,还要有建立信号、搜索信号、并在监视器中对其可视化的能力。
Nguyen Van Luong
共享作者Stanislav Korotky文章
在交易中应用 OLAP(第四部分):定量和可视化分析测试器报告
本文提供的的基本工具,可针对测试器报告的单次通关验证和优化结果进行 OLAP 分析。 该工具可以操控标准格式文件(tst 和 opt),并还提供了图形界面。 MQL 源代码附带于后。
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
共享作者Dmitry Fedoseev文章
Universal ZigZag
通用的之字转向指标
之字转向指标(ZigZag)是在 MetaTrader 5 用户中最流行的指标之一,本文分析了创建各种版本的之字转向指标的可能性,结果是一个可以使用各种方法扩展其功能的通用指标,它对EA交易和其他指标的开发会非常有用。
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
Nguyen Van Luong
Tạm dừng trong lúc BackTest
William Roeder
评论给主题 pausing the visuell backtest when an order is opened
APeng : So, I need a function that pauses the backtest, when a trede is done! // https://forum.mql4.com/35112 */ #include <WinUser32.mqh> #import "user32.dll" int GetAncestor( int , int ); #import
: