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 NormalizePrice() any suggestions on how to do this better
Hello, I have a function which I use often in my code. I would like to know if there is a better/more efficient way of doing this. Any suggestions are welcomed. //+------------------------------------------------------------------+ //|
Dominik Egert
Added topic Fixed scale removes volume display
Hello, is it normal for the volume display in the chart to disappear as I turn on  CHART_SCALEFIX Or should this be considered a bug
Dominik Egert
Added topic Confusion on addition sequence for integers
Hello, i have a simple question. why is this working: // Access operator T operator []( const int idx) const { return ((_ptr == - 1 ) ? _empty : buffer[(idx < NULL ) ? (_ptr - (idx + 1 )) : idx]); } and this is not: // Access operator T operator
Dominik Egert
Added topic Feature request
Ive been struggleing with the basic object oriented model given by MQL5 and is continuously keeps me showing its flaws and limitations. This said, one of the major drawbacks to the OO model given by the MQL5 compiler is the restriction of not being
Dominik Egert
Added topic Code review
Hello everyone, I would like to ask for a code review of these three buffer implementations. Main concern is performance and universality of the given code.      ///////////////////////////////////////      //
Dominik Egert
Added topic Possible conditional check error
Hello, I have come accross a strange behaviour and would like to get some feedback on this. long MyConditionFunc() { return ( 2 ); } bool MyTestFunc() { return ( true ); } void OnInit () {      bool test1 = true ;
Dominik Egert
Added topic Question maintaining code in CodeBase
Hello, I would like to know how to proceed with an update to Code published in the CodeBase.  Since Ive published the code I have made some changes, bugfixes and enhancements, therefore I would like to know how to proceed. Should I update the
Dominik Egert
Published code Extended Heikin Ashi Indicator
Extended version of the original Heikin Ashi indicator.
Dominik Egert
Published code HEX (Heikin Ashi Extended)
Extended version of the original Heikin Ashi indicator
1 417
Dominik Egert
Added topic Margin calculations in Strategy Tester
Hello everyone, I am having problems with the strategy tester and would like to verify my point of view on the issue. I am backtesting an EA and I get following log output in the journal. Could somebody shed some light on this maybe, because i simply
Dominik Egert
Added topic R-Indicator
Hello Everyone, I would like to share this indicator with you today. I have developed it in March 2020 after the flash crash in FX.  The initial intention was to get an indication for when markets go "out of band". So my attempt was to find some
Dominik Egert
Added topic Need some help with requotes in tester
Hello, since the last update, I am getting requote errors. I need to admit, I had some changes in the calculation of TP and SL values, but I cannot relate to the issue, I am facing currently. Am I missing something here
Dominik Egert
Added topic Tick database
Hello,  I need some support in understanding the issue I am currently having. My finding is either, i have an issue in my code, or the tick_volume given by the terminal has one tick to much on every period. Please see screenshot attached. 
Dominik Egert
Added topic Compiler code generating error
Hello, I have an issue with reference variables as parameter to a function . It is not easy to reconstruct, therefore I will do my best to try to explain the issue with sample code. It might be, the code is not compliant, but for explaining the
Dominik Egert
Published code MQL Plus Enhanced Error Handler Support
An (optional) include file to enhance error code handling experience.
· 1 2992 153
Dominik Egert
Published code MQL Plus Enhanced Error Handler Support
An (optional) include file to enhance error code handling experience.
1 59
Dominik Egert
Published code MQL Plus Enhanced Debugging Support
An (optional) include file to enhance debugging experience.
· 1 3839 193
Dominik Egert
Published code MQL Plus Enhanced Debugging Support
An (optional) include file to enhance debugging experience.
1 61
Dominik Egert
Added topic Function templates fail since build 2190
Hello, hope this is not a duplicate, but i've noticed, the documentation to mql5 concerning function templates is showing code, that does not compile any more, redering the template functionality more or less useless. (And broke my code) The
Dominik Egert
Registered at MQL5.community
12