
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I use VS Code and MetaEditor in parallel. I made a colour scheme for Metaeditor resembling the default dark theme from VS Code.
Hey guys,
I was having a problem where my variables from include paths were not coming in autocomplete list.
I followed the guide here:
https://stackoverflow.com/questions/57458423/vscode-not-recognizing-includes-from-includepath
Installed mingw gcc from:
https://www.mingw-w64.org/downloads/
This one:
Changed my c_cpp_properties.json file properties:
And now auto-complete is working fine for everything :)
My earlier "intelliSenseMode": "windows-msvc-x64",
was causing this problem. Not sure what the exact issue is. But gcc works great :)
Hope it helps others facing similar issue.
Also people facing compilation problems could use the extension compilemql4 in vscode.
I have created a keyboard shortcut for it and it works great. Only problem is that I have to Refresh the Indicators List in MT4 for it to take effect.
Please let me know if someone has found an automatic workaround for this. Thanks :)
Hi
I am using mql tools for compiling without any problem. However, when I include one mqh into another mqh, the intellisense is not working properly, not showing the public methods (I have to set the language to c++ for proper theme color coding). I tried adding the compiler and the intellisense mode to the settings.json, it is not helping. here is the settings.json :
can you help with the problem regarding mqh files not properly being addressed in intellisense?
Hi every one
Do you know how to comment the methods of the Trade class without touching the Trade.mqh file with VSCode?
how to the see the different overload in the hover with a scrollbar for exemple for the function OnInit() ?
Best Reguards,
ZeroCafeine 😊
Hi every one
Do you know how to comment the methods of the Trade class without touching the Trade.mqh file with VSCode?
how to the see the different overload in the hover with a scrollbar for exemple for the function OnInit() ?
Best Reguards,
ZeroCafeine 😊
I've found a solution that isn't professional, but at least allows me to move forward. I make a copy of the Trade.mqh file in which I document all my methods.
Installed vscode and mqltools but the auto complete/suggestions don't work. Anyone got this working ?
Step-1: You need to run your MetaTrader in the portable mode.
and the following steps ?