Skip to content
New issue

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 and run PrintPaths #179

Open
kenorb opened this issue May 2, 2020 · 0 comments
Open

GHA: Install MT5 and run PrintPaths #179

kenorb opened this issue May 2, 2020 · 0 comments
Assignees

Comments

@kenorb
Copy link
Member

kenorb commented May 2, 2020

  • Branch: gha-install-mt5
  • Build: 639582167
  • Initial work in Improves MT5 support [GH-179] #185.
  • To test build, run: docker build --target ea-tester-with-mt5 .
  • See: Dockerfile
  • To run ScriptPrintPaths locally using MT4, run in tests/: docker-compose run ScriptPrintPaths
  • To run using MT5, run in tests/: docker-compose run -e MT_VER=5.0.0.2361 -e OPT_VERBOSE=1 -e OPT_TRACE=1 ScriptPrintPaths.
  • To run Bash: 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.

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
kenorb added a commit that referenced this issue May 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants