# Overlook **Repository Path**: imil/Overlook ## Basic Information - **Project Name**: Overlook - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Overlook A project for searching profitable forex trading algorithm outside the limitations of MT4. I programmed a lot of MQL code in the limits of MT4 framework. I frustrated to the lack of scalability. I couldn't run algorithm over multiple instruments easily. Now, I try to support useful parts and improve the automation, which would profit me as well as you. There is no point to clone an open source ecosystem of losing algorithms. #### How to run To compile Overlook, you need to download and install Ultimate++ and learn to how to compile programs with it. Then, you clone this repository, add it to a new assembly or copy files to MyApps directory. To run Overlook, you need to run MQL4 script Mt4Connection, which is in the src/plugin/MQL4 folder. The MT4Connection.mq4 goes to the Scripts folder of MT4 and MT4ConnectionDll.dll goes to Libraries folder. Run "Load Server History" in MT4 to have all data. Restart MT4 before starting Overlook to save history data to disk. ![Classic view](https://github.com/sppp/Overlook/raw/master/docs/classic.jpg)