Wasin Thonkaew
Wasin Thonkaew
  • 信息
1 年
经验
3
产品
5
演示版
0
工作
0
信号
0
订阅者
I use MQL5 and C++ to develop related tools on MetaTrader 5.

Products in Market
> TCandleClose - remaining time until candle close - Indicator MT5 - https://www.mql5.com/en/market/product/89264
> MarketSchedule - display asset operating hours on broker - Script MT5 - https://www.mql5.com/en/market/product/89736
> MarketOpenSessions - visual clue for 4 configurable major market sessions, ICT concepts - Indicator MT5 - https://www.mql5.com/en/market/product/90408

Publications
> Develop a Proof-of-Concept DLL with C++ multi-threading support for MetaTrader 5 on Linux - https://www.mql5.com/en/articles/12042
> Understand and efficiently use OpenCL API by recreating built-in support as DLL on Linux (Part 1): Motivation and validation - https://www.mql5.com/en/articles/12108
> Understand and Efficiently use OpenCL API by Recreating built-in support as DLL on Linux (Part 2): OpenCL Simple DLL implementation - https://www.mql5.com/en/articles/12387
Wasin Thonkaew
已发布文章Understand and Efficiently use OpenCL API by Recreating built-in support as DLL on Linux (Part 2): OpenCL Simple DLL implementation
Understand and Efficiently use OpenCL API by Recreating built-in support as DLL on Linux (Part 2): OpenCL Simple DLL implementation

Continued from the part 1 in the series, now we proceed to implement as a simple DLL then test with MetaTrader 5. This will prepare us well before developing a full-fledge OpenCL as DLL support in the following part to come.

1
Sergey Golubev
Sergey Golubev
评论给主题 OpenCL
Understand and efficiently use OpenCL API by recreating built-in support as DLL on Linux (Part 1): Motivation and validation OpenCL (Open Computing Language) is framework that allows users to write
OpenCL
Wasin Thonkaew
已发布文章Understand and efficiently use OpenCL API by recreating built-in support as DLL on Linux (Part 1): Motivation and validation
Understand and efficiently use OpenCL API by recreating built-in support as DLL on Linux (Part 1): Motivation and validation

Bulit-in OpenCL support in MetaTrader 5 still has a major problem especially the one about device selection error 5114 resulting from unable to create an OpenCL context using CL_USE_GPU_ONLY, or CL_USE_GPU_DOUBLE_ONLY although it properly detects GPU. It works fine with directly using of ordinal number of GPU device we found in Journal tab, but that's still considered a bug, and users should not hard-code a device. We will solve it by recreating an OpenCL support as DLL with C++ on Linux. Along the journey, we will get to know OpenCL from concept to best practices in its API usage just enough for us to put into great use later when we deal with DLL implementation in C++ and consume it with MQL5.

1
A workaround to make CLContextCreate() be able to create a context with GPU device.
Still considered a bug, if MT5 developers see this message, please collect my comment as a bug report.
Wasin Thonkaew
Wasin Thonkaew
评论给主题 Discussion of article "How to Install and Use OpenCL for Calculations"
I found the solution to make CLContextCreate() be able to create a context from GPU device. As seen on its API document , instead of using CL_USE_GPU_ONLY , or CL_USE_GPU_DOUBLE_ONLY , use an ordinal
Discussion of article "How to Install and Use OpenCL for Calculations"
Good to see my article has been translated to Japanese. Appreciated it.
MetaQuotes
MetaQuotes
記事「Linux上のMetaTrader 5のC++マルチスレッドサポートを備えた概念実証DLLを開発する」についてのディスカッション
新しい記事「 Linux上のMetaTrader 5のC++マルチスレッドサポートを備えた概念実証DLLを開発する 」はパブリッシュされました: 最終製品がWindowsとLinuxシステムの両方でシームレスに動作するMetaTrader
Thanks!
Sergey Golubev
Sergey Golubev
评论给主题 Impossible to download automatic equity manager for Mac and Linux
Develop a Proof-of-Concept DLL with C++ multi-threading support for MetaTrader 5 on Linux Linux has a vibrant development ecosystem and a good ergonomic for software development. Normally MetaTrader
Impossible to download automatic equity manager for Mac and Linux
Wasin Thonkaew
已发布文章在 Linux 上利用 C++ 多线程支持开发 MetaTrader 5 概念验证 DLL
在 Linux 上利用 C++ 多线程支持开发 MetaTrader 5 概念验证 DLL

我们将开始探索如何仅基于 Linux 系统开发 MetaTrader 5 平台的步骤和工作流程,其中最终产品能在 Windows 和 Linux 系统上无缝运行。 我们将了解 Wine 和 Mingw;两者都是制作跨平台开发任务的基本工具。 特别是 Mingw 的线程实现(POSIX 和 Win32),我们在选择追随哪一个时需要仔细考虑。 然后,我们构建一个能在 MQL5 代码中所用的概念验证 DLL,最后比较两种线程实现的性能。 这一切都是为了您的基金能进一步扩张自己。 阅读本文后,您应该可以轻松地在 Linux 上构建 MT 相关工具。

Wasin Thonkaew
已发布文章MT5 build 3550 broken launching on Linux through wine. How to solve?
MetaTrader 5 latest build as of 3550 is broken when launch on Linux with wine. It will launch then close itself shortly after. The solution is to use winehq-devel (may be winehq-staging works but I didn't test it...
Wasin Thonkaew
已发布文章How to use testing feature in MarketOpenSessions tool
MarketOpenSessions since v1.2 has been added a testing feature for users to seek for any issue might have on users' end especially about sound playing, or push notification sending problem. Follow the steps below Change "Accept testing for sending ..." to true in order to enable testing...
Wasin Thonkaew 已发布产品

MarketOpenSessions is an indicator helps as a visual clue for which market session is at the time being. If you consider killzone, market open/close as important factor, this indicator would help you reduce effort in converting from one time zone to another. It has the following features 2 display styles: section (as colored line), and histogram 4 major configurable market sessions i.e. Asia, London, New York, and London-Close session. In additional to end of trading session of the day. Female

MetaQuotes
MetaQuotes
New MetaTrader 5 platform build 3520: 2FA/TOTP authentication using Google Authenticator
The MetaTrader 5 platform update will be released on Friday, November 25, 2022. In this update, we have implemented 2FA/TOTP authentication in MetaTrader 5 trading terminals using Google Authenticator and have added OpenCL error reporting. Other
Wasin Thonkaew 已发布产品

MarketSchedule displays market sessions' open/close time for each day through out the week, also broker's timezone. It also supports instruments that have more than 1 session per day (maximum of 2 as most instruments don't have more than this) e.g. crypto market such as BTCUSD which usually has a few hours break mid-day thus it spans into 2 market sessions. You don't have to spend time looking for such information on broker's website. It's an on-demand script that you can drop onto the chart to

Wasin Thonkaew 已发布产品

60.00 USD

A simple indicator to help showing the remaining time until the candle closes for all pre-defined chart periods with the following formats depending on which timeframe the chart is on. DD:HH:MM:SS - in case of W1, and MN period HH:MM:SS - in case of other periods Included with some of configurations as follows (please see attached inputs screenshot) X/Y distance to the upper right corner of the chart window Text size Text color Show/hide

Wasin Thonkaew
已在MQL5.community注册