We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gha-install-mt5
docker build --target ea-tester-with-mt5 .
Dockerfile
ScriptPrintPaths
tests/
docker-compose run ScriptPrintPaths
docker-compose run -e MT_VER=5.0.0.2361 -e OPT_VERBOSE=1 -e OPT_TRACE=1 ScriptPrintPaths
docker-compose run -e MT_VER=5.0.0.2361 ScriptPrintPaths bash
./eval.sh install_mt
We need to configure folders properly for each platform. E.g.
tests $ docker-compose run -e MT_VER=5.0.0.2361 -e OPT_TRACE=1 ScriptPrintPaths ... + check_files + '[' '' '!=' default ']' + '[' -w '/home/ubuntu/.wine/drive_c/Program Files/MetaTrader 5/Bases/Default/History/' ']' + '[' -s '' ']' ++ on_error
The text was updated successfully, but these errors were encountered:
Merge pull request #185 from EA31337/dev
5f63f37
Improves MT5 support [GH-179]
nseam
No branches or pull requests
gha-install-mt5
docker build --target ea-tester-with-mt5 .
Dockerfile
ScriptPrintPaths
locally using MT4, run intests/
:docker-compose run ScriptPrintPaths
tests/
:docker-compose run -e MT_VER=5.0.0.2361 -e OPT_VERBOSE=1 -e OPT_TRACE=1 ScriptPrintPaths
.docker-compose run -e MT_VER=5.0.0.2361 ScriptPrintPaths bash
, then./eval.sh install_mt
.We need to configure folders properly for each platform. E.g.
The text was updated successfully, but these errors were encountered: