-
Notifications
You must be signed in to change notification settings - Fork 285
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
Update MtApi.mq4 #238
base: dev
Are you sure you want to change the base?
Update MtApi.mq4 #238
Conversation
Fixed formatting, encoding and trading bug * Converted file from weird UTF-16LE to UTF-8 * Removed blank trailing spaces * Removed tabs and converted mixed 3-tab indentation to 4-spaces * Simplified and reduced the Case statements * Changed old-school "fun() \n {" to "fun() {" formatting, saving 1500 lines.
@eabase please make PR into dev branch. I will merge it into master from dev. |
@vdemydiuk iconv.exe -f UTF-16 -t "ASCII" MtApi.mq4 >MtApi.cpp Or to |
Hi, so when I try compile this file I get 124 errors? is there an error free version? May need to make custom commands. |
Nobody can help you if you don't file a proper bug report of what you did, and what the output is. |
Yeah sry about that. I think the answer is in the readme. |
Fixed formatting, encoding and trading bug