-
File: `convert_csv_to_mt.py`
This [build](https://travis-ci.org/EA31337/FX-MT-VM/jobs/118724416) shows the error:
```
Converting the 5m timeframe
[INFO] Trying to read data from /dev/stdin...
Traceb…
-
Reproducible steps (tested on macOS Sierra):
sh -xs mt4 <
-
E.g. this one works fine:
```
find . -name "*.csv" -print0 | sort -z | xargs -r0 cat | ./scripts/convert_csv_to_mt.py -i /dev/stdin -f hst4 -v -S default -s EURUSD -p 10 -t M1 -d foo
```
However som…
-
**App Name:** MetaTrader 5
**Bundle ID:** net.metaquotes.MetaTrader5Terminal
**iTunes ID:** 413251709
**iTunes URL:** https://itunes.apple.com/us/app/metatrader-5/id413251709?mt=8&uo=4
**App Version:*…
haen7 updated
8 years ago
-
Hello
I am trying to run an application that needs to create a folder and files in the users home directory.
If it finds that the user does not own the home directory, it will not start.
In t…
-
Hi,
It is a way to use indicators in Backtesting mode, i have always a exception if i try to use it.
I have also a problem with OrderSend in Backtesting mode, i get always a exception with a concu…
-
Hi there,
installing MT4 (newer versions?) into the default directory creates the terminal data folder (MQL4, logs, etc.) inside the users AppData folder. While TerminalPath() returns the directory o…
-
Write a new script in Python 3 which will print the values from `symbols.sel` to the output.
Then print the known values to the output such as:
- symbol
- digits
- index
- group
- pointSize
- spread
…
-
I would like to propose headless installation of [Meta Trader 4 platform](https://download.mql5.com/cdn/web/metaquotes.software.corp/mt4/mt4setup.exe) via `winetricks`.
Created [bounty](https://www.b…
-
I found open source C# API for Metatrader 4 at Codeplex, didn't tested yet if it works, but this is good way to get free live data from various brokers on FX, CFDs, some major stocks (all minute level…