Forum

I need to know how to fill an enum or get a drop down list, with a string array :))

Hello, Thanks to read my question: I got an array[x] x=196 // number of strings grabbed by: SymbolsTotal(0) I grab all name instrument and put them in that string array, for that it works well :) Now I need to get a drop down list to show all names to the guy who will set his instrument in the

Hello, new version about my chart clock that will show you the time on your chart :))

Hello everybodies, A new version about my chart clock As always transpareny and move it with a simple mouse click . better synch with the Pc timer and automatic synch with it check the code if you want to change any parts of that clock Hope that will give you a nice help in your trading :) If you

A drawing how the global variables work in a mql4 program :)

Hi, I share you a drawing that show scop of life for the global variables If somebody know more about or want to update the drawing, do it :)) Bye Laurent

new version ccanvas clock_more on the way.use it in your prg if you like :))

Hi, I opened a new topic for the ccanvas clock. So voila, the updated version. please try it , tell me if it works. more improvement on the way (minute, hours,etc....:)) The code is a bit crapy , I need to clean it a bit.... but it works on my computer use: click LMB, realese the button, drag where

hello, please help about ccanvas, why it does reset all my globals variables.... ? :((

Hello, I have a serious problem with ccanvas If I use mycanvas.Destroy() in OnDeinit() it will reset all my globals variables. If I don't use it I will keep all in same place but I loose all information about my canvas ofcourse. It must be created a new time by OnInit with a new object because it

help please about "CHART_SHOW_OBJECT_DESCR" . thanks :)

Hello, Display textual descriptions of objects (not available for all objects) this is the texte I read on the manual, so I did try : ChartSetInteger(0,CHART_SHOW_OBJECT_DESCR,false); into the OnInit function, but It seems to work only for OBJ_BITMAP_LABEL (I did try it and got nothing with false)

Hello, how to cancel and stop same indicator in the same chart ?? :)

Hello, I need help about indicator. 1) I have an indicator with the name file "test.mq4". 2) I load /link it with a chart EURUSD, all is good 3) now I do the same as before (line 2) 4) I got 2 identical indicators in the same chart 5) question : how to stop the second loading before it run ?? I did

How to update the external input entries with a new values ? please :)

Hello, I didn't find any information about that. I did try to change it with getpointer() , but it is not possible with simple variable as the mql4 book explained. So if anybody could help me about how to update the input field with my new value. from ->> external int value=2: in my program I will