Forum

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

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

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 occured during that very 60 seconds. If strategy

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 back this value (123456789). So if I use the same template with

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

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 sometimes stops working without any reason. After restart it