md42
md42
Friends

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

md42
Added topic Indicator Design Question. Buffers vs Objects
Hi all. I would like to make a question about the optimal design and performance of an indicator. Let's say we want to design a complex indicator which it is required to draw many arrows and lines, for example the total amount is 30.  Is it a
md42
Added topic Crypto Symbols doesn't exist on the MetaQuotes Demo Server anymore?
Hi, I would like ask if anyone observe that the crypro folder on symbols doesn't exist anymore.  Or may be the only one who have that issue. If it is true, then why is that happens ?  Thanks
md42
Added topic OrderSend return ticket of an order which has not completely
Hi, I would like to ask if OrderSend cound return ticket of an order which has not completely.  Here is an example of code :  ulong ticket = Buy(); if (ticket > 0 ){    Modify(ticket); } void Modify( ulong ticket) {
md42
Added topic Retcode 10014 for close orders
Hi, I am stuck with an error Retcode 10014 that happened once and i can't replicate again. That error appeared on closing an order.  Error Message :  I understand that the problem is on volume but if the system manage to open such as
md42
Added topic Examples of generic data collections
Hi all! I would like to ask some examples of generic data collections. I searched it first, but i didn't find any good example to completely understand how can i use them. Code Example :  CArrayList < string > arrayList
md42
Added topic MT5 Volume Indicator on "Real Volumes" shows nothing on stocks symbols.
Hi! I would like to ask why the Indicator Volume on "Real Volumes" doesn't show anything on stocks symbols. I can't figure it out!  What am i missing? Thank you
md42
Added topic Incorrect profit calculation in Strategy Tester
Hi, I ran an EA on Strategy Tester and it seems like the profit calculated for the trades does not match the lots and the pips. For example, as you can see in the picture there is a trade of 3.84 lots opened at 1.43611 and closed at 1.44403. This
md42
Registered at MQL5.community