Saif Akhlaq / Publications
Articles
Exploring Cryptography in MQL5: A Step-by-Step Approach for MetaTrader 5
This article explores the integration of cryptography within MQL5, enhancing the security and functionality of trading algorithms. We’ll cover key cryptographic methods and their practical implementation in automated trading
Forum
Using DLL to get lot size from One Click Trading
Hi, I want to use dll files to get lot size from One Click Trading My Progress, I got the handle of that edit box using below code: #import "user32.dll" int FindWindowW( string className, string windowName); int FindWindowExW( int hwndParent, int hwndChildAfter, string className, string
