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
The mt-version param should accept the following special values:
mt-version
latest
5.0.0.2515
latest-mt4
5.0.0.2361
latest-mt5
The default param should be the latest. If path consist .mq4, then switch latest to latest-mt4.
.mq4
This is the workaround for GH-15.
The text was updated successfully, but these errors were encountered:
kenorb
nseam
No branches or pull requests
The
mt-version
param should accept the following special values:latest
- downloads the latest MT release (e.g.5.0.0.2515
).latest-mt4
- download the latest MT release compatible with MQL4 (5.0.0.2361
).latest-mt5
- download the latest MT release compatible with MQL5 (e.g.5.0.0.2515
).The default param should be the
latest
. If path consist.mq4
, then switchlatest
tolatest-mt4
.This is the workaround for GH-15.
The text was updated successfully, but these errors were encountered: