https://github.com/caub/push
web server for real time streaming of Metatrader4 accounts
https://github.com/caub/push
Last synced: over 1 year ago
JSON representation
web server for real time streaming of Metatrader4 accounts
- Host: GitHub
- URL: https://github.com/caub/push
- Owner: caub
- Created: 2014-01-24T19:38:52.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-24T19:50:27.000Z (over 12 years ago)
- Last Synced: 2025-01-28T02:11:13.590Z (over 1 year ago)
- Language: Erlang
- Size: 141 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
install
===
you need [rebar](https://github.com/basho/rebar) package manager, to build the project
run `rebar get-deps compile`
start it with `sh start.sh`
open test.htm
settings
===
in start.sh:
"db_user" "db_pass" "db_host" "db_port" "db_name"
%% optional 6th arg: "c:/path/to/MT4.exe", by default "../MT4/bin/Debug/MT4.exe"