Metal10k
Metal10k
Friends

Add friends via their profile or user search and you will be able to see if they are online

Metal10k
Added topic Timer function for debugging
I am trying to create a quick class for timing particular sequences of code (loops and nested functions) to determine where all my cpu cycles are going. So far I have come up with this:   class DebugTimer {    datetime StartTime;
Metal10k
Added topic Possible bug in passing pointer (descriptor) of an object to a function by reference
I am not absolutely sure if there is some method of passing objects I am not aware of (or I am doing something silly wrong) but extremely erratic behaviour in the contents of an object passed to a function leads me to believe this is a
Metal10k
Added topic Possible memory leak in tester
Ok, I have been playing around with a class I had written for weeks now, trying to get to the bottom of a strange problem. For debugging purposes it seems logical to do the debugging of the workings of a class in a script, and whence the class is
Metal10k
Added topic Backtester skipping over blocks
Ive been working with mql5 code for a while now, appreciating the wonders of the object oriented world :) however I have hit a brick wall. Basically I have coded an algorithm (highly computationally intensive) which all classes have been tested and
Metal10k
Registered at MQL5.community