Marcin Rutkowski
Marcin Rutkowski
Marcin Rutkowski
Added topic MultiLIne Edit Box
Hi. What is the best way to achieve multi-line edit box in metatrader  to be able to live more detailed notes about trades / events  ....and is there an easy way to achieve 2 colours in the same editbox. Thank You for any replies
Marcin Rutkowski
Added topic Integration with others IDE
I found this article and was super helpfull : https://www.metatrader5.com/en/metaeditor/help/beginning/integration_ide but: is there a way to automatically re_run the expert in the terminal  like it is happening in metaeditor  (when we
Marcin Rutkowski
Left feedback to developer for job SIMPLE PARSER in MQL5
Marcin Rutkowski
Added topic CTree class
I'm after any tutorial about CTree class and more specific the purpose and functionality Comapre method from CObject . The documentation is vary basic about this subject and there is none Articles about it. Im after any example from where I can
Marcin Rutkowski
Added topic Regarding new update
After  oct4 update we received  few surprising changes. Most of them are awesome as always (big fan of mql5) but 2 particular are very troubling for me: 1. if project is created I can compile the "full project" only from main
Marcin Rutkowski
Added topic FolderClean() function - how to delete all files in root directory of Files folder ?
In my software I create a lot of files (logging purposes) and before it was not very big deal I deleted them manually but now I create even more and I 'd like to delete them  on the beginning of the OnInit()   :) I found the function 
Marcin Rutkowski
Added topic Object size in memory
Hi  Is there a function to call and witch one will return the size of referred object in memory. My  software has cash and I 'd like to limit it  .if this cash  is bigger then size then delete the oldest objects () example  
Marcin Rutkowski
Added topic ENUMERATIONS and DOUBLE
I have the double array[] where  all my settings for  the indicators are , but also I use this array for other things is there a way to init the indicator using setings from the double array and not to have a warning . I really do not like
Marcin Rutkowski
Added topic Class conctructor dilema :)
Is this even possible  ...I'd like to know witch class created what (to exchange the ID ) but this is creating loop, and I'm not sure if this even possible , and I have to use third class ...I'm still  far from the expert level but the
Marcin Rutkowski
Added topic question about Best practice how to code
I'm in the middle of bigger project but I'm far from programmer  ...and still learning :) My question is regarding best practice, how to write the code, I have no problem how to write it to do  what I want it to do, but the question
Marcin Rutkowski
Added topic MQL Editor alternative or tricks to save time during programming
I found this thread forum, and is very old about Alternatives : https://www.mql5.com/en/forum/175462 So far i found the original MQL editor is the best from my experience( personal opinion only :)  ) but    size of my code is getting
Marcin Rutkowski
Added topic Question regarding mql is getting slower with size
Hi  ...I'm in the middle of developing algorithm which is involving a bit of data, and I noticed  on multiple occasions  that adding size to the array is  getting slower with size if we pass certain size of array (each case is
Marcin Rutkowski
Left feedback to developer for job EAFGUI interface demo
Marcin Rutkowski
Added topic How to solve problem on freelance tab
Sorry to post question on this forum , but i run-out of options. I post order on freelance tab, I  had the response, and originally was simple 3 day order, now is almost 4 weeks. My money is frozen, and the developer is not responding to my
Marcin Rutkowski
Added topic MT5 OnTmer() function
I use OnTimer function very often and I noticed if   "task" inside  timer function takes longer then next timer call  ..then entire EA is frozen/ stopped  ...So my question is :: is this "the way" the OnTimer() works , so
Marcin Rutkowski
Added topic EAFGUI
from : https://www.mql5.com/en/code/19703 downloaded latest files, and everything is awesome  ..but   did anybody is able to create a Dialog_window  (W_DIALOG)   ...In my case the window is created but I'm not able to
Marcin Rutkowski
Added topic EasyAndFastGUI - intresting problem with labeles
Hi  ..when I started using files from https://www.mql5.com/en/code/19703 i noticed that CTextLabel is created as bitmapLabel and not just label  ..if I'd like to refresh multiple variables  2-3 times a second this will take big toll in
Marcin Rutkowski
Added topic Interesting code Format using #define
I found interesting piece of code, and I don't know if this technique is common in mql5  ...is it beneficial to code like this. Is it common to code  functions in #define, and if Yes  ..then when ?? PS i try to use objects, but if You
Marcin Rutkowski
Added topic How to properly install EasyAndFastGUI by Anatoli Kazharski
First big respect for sharing this brilliant piece  of work (understatement) to the community. just wow how good this is but I'm having problems to have this properly installed. When I download unpack the file from  articles from start
Marcin Rutkowski
Added topic How to create new Class (object) to be able to use Add method from CAppDialog class
My goal is to create test class with  two CWndClient  members (two rectangles )  but in the  main file I'd like to be able to add this object to CAppDialog as a single object and to be able  to use .Add
12