Dominik Egert
Dominik Egert
4 (4)
  • Information
2 years
experience
1
products
45
demo versions
0
jobs
0
signals
0
subscribers
München at Freie Netze
Dominik Egert
Added topic Obviously bug in indicators OnInit() return value effect
It seems return value of indicators is not being respected by terminal. It works for Experts, but not for indicators. Expert code: int OnInit () {      printf (" OnInit () returning: INIT_FAILED : %i", INIT_FAILED );
Dominik Egert
Added topic Looking for insight to AVX support by MQL5
Hello there, I've been experimenting with AVX (and its derivatives AVX2 + AVX512) support in MQL5. - Assuming, and to some extend verified, AVX is being utilized by the compiler, if enabled, we should be able to see significant speed increase on some
Dominik Egert
Added topic Writing generic code in MQL for Objects [solved]
[Solution] Simple and direct answer: https://www.mql5.com/en/forum/449290/page6#comment_48694920 Full development file: https://www.mql5.com/en/forum/449290/page5#comment_47891500 A second approach to a solution: https://www.mql5.com/en/forum/452570
Dominik Egert
Added topic What data organization to use for finding...
Hello, In fact, I don't even know how to name this, so I'll try to provide a description of what I want to achieve. I have a chart on which I draw 10s of thounds of objects of different types, iE trendlines, rectangles, vertical and horizontal lines
Dominik Egert
Added topic How to Remove a service
I have tried to successfully remove a Service from the Terminal, but failed to do so. A Service can have (obviously) three states, "Running", "Stopped" and "Removed". Status "Stopped" is reached when the Handler-Function OnStart() returns from
Dominik Egert
Added topic MetaEditor Shared Projects
I dont even want to start analyzing the issues with the built-in SVN-client in MetaEditor. Just a short explanation why I come to the conclusion, it is inherently broken. And I advise anyone, who would want to use it for shared colaboration on a
Dominik Egert
Added topic MathMax/MathMin giving (maybe) wrong results.
While working on the project "Build an API-Tracer", which is finally done and published, I came across this "issue".  Is this considered a bug? Or not. To my understanding it is a bug.      Print ( FLT_MAX );
Dominik Egert
Added topic Interesting finding in MQL4 (not for real use....)
Apparently MQL4 has these structures defined, which come from MQL5 and find their usage in MQL5.      MqlParam                 mql_param; Print (
Dominik Egert
Added topic AlgLib contains ArrayReverse functions
I have noticed, AlgLib from standard library overwrites the original functions from MQL. Interestingly, it doesnt make any sense, because the included function is slower than the original MQL-Function
Dominik Egert
Added topic Question about casting and function signature of MathMin/MathMax
It is obvious, documentation has not all details in this case, I am trying to get behind whats actually coded here. I have written following test to find out... now I am maximal confused. float f_in = NULL ; ulong ul_in = NULL ; float out1 = MathMin
Dominik Egert
Added topic Possible Preprocessor Bug
Possible error in the preprocessor stage of the compiler. For some reason, the preprocessor keeps substituting the same macro over and over again, though, it should stop after first substitution. To narrow down the issue, all relevant code is
Dominik Egert
Added topic How to parse mqh and mq4/5 files with clang preprocessor?
While investigating another issue, I came across the situation where I would need to see the results of macro substitution within the source file, or better their results. So I tried to make clang's preprocessor read and output the mq4/5 and
Dominik Egert
Added topic Comments in source file changes runtime of functions
A short overview: This issue was reported on "Metatrader Questions and Answers" end of November 2022. This is the original description, I posted back then: " Alexey, I have found a very strange behaviour concerning the compilers optimization. I hope
Dominik Egert
Added topic Testing GetTickCount64() vs GetMicrosecondCount()
A simple attempt to synchronize the OnTimer() call to TimeLocal to be called at around the next second has revealed a question, I cannot wrap my head around. So I tried to analyze the behaviour and found that GetTickCount64() and
Dominik Egert
Added topic Understanding template function and NULL-Macro
Hello everyone, I am stumbling accross following code for some reason I cannot comprehend why this is behaving as it is. The code does not compile. But I would expect a different behaviour here, as somehow the compiler inconsistently applies the
Dominik Egert
Dominik Egert
Release of MQLplus Charting addon for MetaTrader 5

A tool for better charting experience.

Features supported are:

Free floating charts
Cross-Hair tool
Synced Cross-Hair tool
Speed-Scrolling
Snail-Scrolling
Focused Zoom
Repetitive drawing
Front-Market-Mode
Object AutoAlinging
Action sensitive data display
Chart Auto-Focusing
Variable Fractals Indicator
Broker Data-Feed Quality Indicator

Take a look at the blog post here:
https://www.mql5.com/en/blogs/post/748350

Or test the Preview version of the tool here:
https://www.mql5.com/en/market/product/79248
Dominik Egert

MQLplus Charting Addon

20 March 2022, 12:58
MQLplus Charting Product link Full Version: MQLplus Charting Preview: MQLplus Charting Preview Intro Originally, comming from Trading View, I've been missing a ton of features in MetaTrader 5. Most annoying was the handling of the chart itself, wich I really needed to get used to...
Dominik Egert Published product
Reviews: 4
147.00 USD

MQLplus Charting  Inspired by good charting solutions available on the web, this utility finally brings some neat features to MT5 to make charting fun again. Current version supports following features: Free floating charts , similar to Tradingview A sophisticated Cross-Hair , with detailed data display Multi-Chart Cross-Hair  sync function Measurement tool , showing account currency, points and period count as results Speed-Scrolling  to move fast through markets history

Dominik Egert Published product
Reviews: 4
147.00 USD

MQLplus Charting  Inspired by good charting solutions available on the web, this utility finally brings some neat features to MT5 to make charting fun again. Current version supports following features: Free floating charts , similar to Tradingview A sophisticated Cross-Hair , with detailed data display Multi-Chart Cross-Hair  sync function Measurement tool , showing account currency, points and period count as results Speed-Scrolling  to move fast through markets history

Dominik Egert
Added topic FLoat NAN is uneqal to itself, why?
I just came accross an interesting effect and wanted to know why this is so. I am not sure if this is considered a bug, but here is the code to reproduce: static const union flt_conv_flt_nan     { float f;   uint
12