Fantiago / Publications
Forum
OpenCL: NPUs supported?
Hi there, the documentation on OpenCL ( https://www.mql5.com/en/book/advanced/opencl ) mentions CPU- and GPU-support. OpenCL is an integral part of the book Neural Networks for Algo Trading with MQL5 ( https://www.mql5.com/files/book/neuronetworksbook.pdf ), therefore I'd like to ask whether OpenCL
Hiding embedded Indicator in Strategy Tester?
Hi there, does anybody have a remedy to this: Whenever an indicator is included via iCustom() or IndicatorCreate() in an Expert Advisor, and that Expert Advisor is then tested in the Strategy Tester (in visual mode), the included indicator also shows in the Strategy Tester . According to
Indicator with multiple (sub)windows?
Hi to all, simple question: is it possible to create a custom MQL5-indicator with multiple (sub-)windows , with plot lines e.g. in the main chart and in two subwindows (so 3 in all)? I'm not talking about drawing objects, I'm talking about INDICATOR_DATA. Thaks
MQL5-compilation slow, MetaEditor outdated, VSC-integration limited
Dear MetaQuotes, you seems to be putting much effort into what you probably would call improvements under the hood : into the compiler. From users' perspective, however, the compiler is all right. Or at least it was. It seems to be getting slower and slower and changing the rules of the game
MetaEditor v. 4585 compiler breaks previousy working code!
Hi, MetaQuotes-developers, please check this out: The code in the attached file CustomTrade.mqh , which compiled just fine under MetaEditor version 4570, suddenly throws 20 errors under MetaEditor version 4585 !!! The only thing that changed was the MetaEditor version (and not my code). Please check
TimeNewYork() function equivalent?
Hello, how can one get the same, actual New York-time all year long , no matter whether it's summer- or winter-time there? How can this be achieved with MQL5 if one doesn't live in the New York-time zone themselves? Something like the missing TimeNewYork() -function? Because MQL5 only provides our