melgibson
melgibson
Friends

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

melgibson
Added topic Access to history data on tick level
Hi Guys, Is there any way to get tick's information from the past? I mean I can get price and volume information using iClose(..) and iVolume(..) functions on one minute (M1) level but I'd like to know what happened to the price and how many ticks
melgibson
Added topic I got error message: "12 leaked strings left" on deinit
I got this error message: "12 leaked strings left" when I remove my indicator. What do I do wrong? Thanks for your help
melgibson
Added topic ChartID() function get its value from current template?
Hi, I have problem with ChartID() function . I thought it must be unique for every chart but if I call this function on chart which uses template with a particular id value <chart> id=123456789 comment=... </chart> then ChartID() gives
melgibson
Added topic Typecasting: Long to Double
As far as I know long type can be converted to double without problem. long longVar=130365841471008 683 ; double doubleVar=longVar; Print("doubleVar:",doubleVar); The result is: doubleVar:130365841471008 690 Why?????????? Please help
melgibson
Added topic Problem with ChartID() function
Hi, Is it normal that ChartID() function gives back the very same id of different charts (EURJPY,M15 and EURUSD,M15)? How can I avoid it? Thanks
melgibson
Added topic Problem with dll function call & EventChartCustom handling
Hi Guys, After update (MT4 600 Build) some dll function calls don't work. For instance file open function call "_lopen" from kernel32.dll doesn't work. It was perfect with previous versions. Is there any workaround? Besides event handling
melgibson
Registered at MQL5.community