An open API service indexing awesome lists of open source software.

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

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
```