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
I have a futures account and these are the names of the trading symbols
@es , @m2k , @eu6 . . . . .
when i call MT5.Marketwatch() i get two vectors
MT5.Marketwatch()
MT5.Marketwatch() [1] "c(\"CLE\", \"DB\", \"DSX\", \"ENQ\", \"EP\", \"EU6\", \"GCE\", \"GLE\", \"MES\", \"RTY\", \"DD\")" [2] "c(\"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"EURUSD\")"
when i try to get get mt5R::MT5.BidAskBook(sSymbol = "@EU6") i get error Error in if (server_resp == "") return(NULL) : argument is of length zero
get mt5R::MT5.BidAskBook(sSymbol = "@EU6")
Error in if (server_resp == "") return(NULL) : argument is of length zero
how to fix it ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a futures account and these are the names of the trading symbols
@es , @m2k , @eu6 . . . . .
when i call
MT5.Marketwatch()
i get two vectors
when i try to get
get mt5R::MT5.BidAskBook(sSymbol = "@EU6")
i get error
Error in if (server_resp == "") return(NULL) : argument is of length zero
how to fix it ?
The text was updated successfully, but these errors were encountered: