https://github.com/ilanfrumer/mql4compiler
mql4 compiler for sublime text 3
https://github.com/ilanfrumer/mql4compiler
Last synced: 8 months ago
JSON representation
mql4 compiler for sublime text 3
- Host: GitHub
- URL: https://github.com/ilanfrumer/mql4compiler
- Owner: IlanFrumer
- Created: 2013-03-31T12:57:23.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2016-03-10T13:08:12.000Z (about 10 years ago)
- Last Synced: 2025-04-23T06:37:08.577Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 2.71 MB
- Stars: 20
- Watchers: 5
- Forks: 9
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# mql4 compiler (Sublime text 3 plugin)
* **Default key** : ctrl + alt + m
* Using [Metatrader 4 build 509](http://forum.mql4.com/56329)
* Install with [Sublime text Package manager](https://sublime.wbond.net/installation)
## Dependencies (mac / linux)
* wine:
Linux:
```bash
sudo apt-get install wine
```
OS-X:
```bash
brew install wine
```