edit mql5 by visual studio

 
is it possible to edit and compile mt5 by vs? if not , wish metaquotes could consider it, vs is really good and convenient tool.  
 
aluok3:
is it possible to edit and compile mt5 by vs? if not , wish metaquotes could consider it, vs is really good and convenient tool.  

You can setup mq5 extension for processing by VS. To compile MQL source codes from VS - use this documentation regarding command line :

"C:\Program Files\TradingPlatform\metaeditor64.exe" /compile:"C:\Program Files\TradingPlatform\MQL5\Scripts\myscript.mq5"
Compiling - Creating Programs - MetaEditor Help
Compiling - Creating Programs - MetaEditor Help
  • www.metatrader5.com
Any file (*.MQ4, *.MQ5 or *.MQH) can be compiled, but an executable file (*.EX4 or *.EX5) can be generated only as a result of the compilation of the main MQ4 or MQ5 file of a program. Compiled executable EX4/EX5 files can be distributed without source MQ4, MQ5 or MQH files. Debugging is impossible without them. It is recommended not to...