Drazen Penic
Drazen Penic
5 (10)
  • Information
10+ years
experience
0
products
0
demo versions
20
jobs
0
signals
0
subscribers
Drazen Penic
Added topic What is the difference between CopyTickVolume() and CopyRealVolume()?
Help for these two functions is not very helpful: CopyRealVolume() :  The function gets into volume_array the history data of trade volumes for the selected symbol-period pair in the specified quantity. CopyTickVolume(): The function gets into
Drazen Penic
Added topic Is CopySpread() function working?
I can't make CopySpread work. It returns array of zeroes. Tried with 4 and 5 digits brokers, EURUSD, GOLD and Dow Jones index. Code I used is for testing is copied example from CopySpread() documentation page : #property indicator_separate_window
Drazen Penic
Left feedback to customer for job Order-Panel
Drazen Penic
Added topic printf or StringFormat separating thousands
Is there a way to format a number with printf to separate thousands like this:  123,456.80 All formats I tried give me 123456.80 
Drazen Penic
Added topic Iterating through orders and multiple EAs
Examples from help file and articles on this site recommend following procedure for iterating through active orders: int total= OrdersTotal (); // write open orders for ( int pos= 0 ;pos<total;pos++)   {    if ( OrderSelect
Drazen Penic
Added topic OO and passing arrays between objects - advice needed
I have two classes. One prepares array with some numbers. What is the "best" or "recommended" way to pass an array from the object of one class to the object of second class. Problem is that arrays cannot be result of a function
Drazen Penic
Added topic Metaeditor 600 and Antivirus problem
Here is the link to the VirusTotal.com analysis of the latest metaeditor.exe: http://bit.ly/1g4q7O6 Trend Micro and Ikarus report virus. Can somebody at the MetaQuotes raise this issue with the antivirus makers to resolve this issue? It makes me
Drazen Penic
Registered at MQL5.community
12