Sergey Lukin
Sergey Lukin
Friends

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

Sergey Lukin
Published code Authenticate into an MT4 account from MQL4 (tested in build 880)
MQL4 library that allows authenticating into a MetaTrader 4 account programmatically in release 880+.
· 2 9038 1220
Sergey Lukin
Registered at MQL5.community
Sergey Lukin
Added topic Avoid CPU 100% overload?
Hi, What would you do if your Script/EA/Indicator overloads the CPU while running? What would you check first, what optimization would you apply? Especially if there is an endless loop in Script.. Thanks
Sergey Lukin
Added topic clean/reset/refresh OrderSelect results/variables/values??
Hi, I wonder if there is any function or a smart way to clean everything that was retrieved/cached by OrderSelect() or any other function ? Something similar to RefreshRates(), something that will make me sure that next time I call OrderSelect it
Sergey Lukin
Added topic Window Handlers: Get handle of sub-element
Hi, I'm writing an expert that knows to switch between accounts. Experiencing following issue: hWnd - is handle of Login form in Terminal. I need to type Username/Password in fields and simulate pressing ENTER. Here is my code so far