How to use VSC for mql5! Step by step tutorial

Поделиться
HTML-код
  • Опубликовано: 12 дек 2024

Комментарии • 111

  • @trustfultrading
    @trustfultrading  Год назад +11

    Will you use VSC in the future? Hope this was helpful 👍
    Can someone confirm this also works on macOS?

    • @baileywickens3278
      @baileywickens3278 Год назад

      cant get it to work on mac without using paralells which is annoying for me because it slows down my mac

    • @tobiaspucher9597
      @tobiaspucher9597 Год назад

      yes for sure, already did for a long time but without good setup.

    • @DAVA_MC
      @DAVA_MC 9 месяцев назад

      Amazing video, thank you

  • @castelobtc
    @castelobtc 6 месяцев назад

    Excellent... The class was worth it, as I already develop crypto bots in VS Code with Node Js and I didn't know about this MQL5 extension. Congratulations!

  • @shaunhendricks6056
    @shaunhendricks6056 Год назад

    I like your style and structure of coding

  • @sideshowben1982
    @sideshowben1982 Год назад +1

    Great Video as Usual, thanks for making leaning MQL5 so easy, interesting and informative. keep up the great works.

  • @zegorzki
    @zegorzki Год назад

    Yet another great video Toby, thank you! For others (maybe noobs like me!) unable to compile due to a missing script error, I found I needed to disable all other extensions, then restart VSC with MQL Tools enabled. I got all keen with C++ extensions and whatnot and couldn't get it to work until I realised my error. 😤😂 Sooo much better than the standard MetaEditor, true dark mode is worth it by itself for me 👍

    • @trustfultrading
      @trustfultrading  Год назад

      Fantastic! Thanks for the feedback and the tip 👍

  • @XaviAndreu
    @XaviAndreu Год назад +3

    I love this new content

  • @fredysoto8547
    @fredysoto8547 Год назад

    Your Channel is growing!! YES!!!

  • @norbertholsken2116
    @norbertholsken2116 Год назад

    Very cool! Thank you. Would love to switch to VS Code. Will see how it works out.

  • @OdieO745
    @OdieO745 Год назад

    Tobi, great video, thanks for helping me set up my VSC program.

  • @medironza
    @medironza Год назад

    Thanks for this great video. Please we need some video in your high low breakout with grid code function 🙏 and trailing sl 😊

    • @trustfultrading
      @trustfultrading  Год назад

      Thanks, I don't really like mutiple entries/exits.😇

  • @angkolbai1572
    @angkolbai1572 4 дня назад

    hello, why my include and scripts folder does not appear. I mean it is not highlighted.

  • @youtraders
    @youtraders Год назад

    Thanks for tutorial ❤ recommended for learning

  • @namesurname7654
    @namesurname7654 Год назад

    Thanks Toby, I tried to use VSCode for MQL5 for my own while ago but have to leave it because of lack of syntax support. Right now I am wondering how did I miss this plugin :)
    Great vid as always, this weekend beer budget goes to creators of this awesome plugin!
    P.S.
    While ago I was literally one enter click away from sending request to do such vid in the comments.
    You are a some kind of a mind reader? xD Thanks a thousand!

    • @trustfultrading
      @trustfultrading  Год назад

      Thanks! I also tried VSC for mql a few years ago, but have not made the switch. With this nice extension its very easy and convenient. I'm glad that you also think about the developer who offers the whole thing for free. Everyone always wants everything for free nowadays. Thanks for your comment ;)

    • @namesurname7654
      @namesurname7654 Год назад

      @@trustfultrading As time pass by, my personal conclusion is "Only devs pays donations to others devs" :D why? We know the effort too well.

  • @shagarcool
    @shagarcool 11 месяцев назад

    Great tool

  • @maffysmods9718
    @maffysmods9718 Год назад

    Thanks Toby, this isa great video which is greatly appreciated, I have been looking to do this for a long time so thanks very much and keep the the good work

  • @weiSane
    @weiSane Год назад +2

    Hey Toby, I actually realised the ex5 file never gets recompiled when you compile the source code. Only the mqh file is complied. You have to go and recompile with the metaeditor for a .ex5 file to be generated.

    • @trustfultrading
      @trustfultrading  Год назад +1

      There are two ways to compile. Use the "Compile with Script". This will open up the MetaEditor in the background and compiles the EA just fine.

    • @weiSane
      @weiSane Год назад +1

      @@trustfultrading I actually was using the wrong keybinding, I was using the CTR Shift Z which is just for checking syntax highlighting, my another task was using the CTR Shift X binding. it was a problem with the keybindings in the settings.json file. I went and deleted the old keybinding and now CTR Shift X works fine for compiling. Danke Tobey.

    • @trustfultrading
      @trustfultrading  Год назад

      @@weiSane Ok, but there is "Check syntax", "Compile" (Ctrl+Shift+X) and there is "Compile using Script" (Ctrl+Shift+C). Using "Compile" is fine but this will not reload attached EAs. "Compile using Script" will reload already attached EAs since its using the default MetaEditor to compile.

  • @mohsensrn6262
    @mohsensrn6262 3 месяца назад

    That was very helpful.
    Thank you

  • @hvfx5739
    @hvfx5739 Год назад

    Hi Tobi! Can we use another formatter? This kills my code wery often.

  • @nimaghomri
    @nimaghomri 3 месяца назад

    The reason you can't go to the definition of variables, or you have to switch to the main file to compile the project is that you didn't open the .mqproj file of the project. double click it and it will solve the problem.

  • @PathikritGhosh007
    @PathikritGhosh007 4 месяца назад

    Thank you. This was very useful!

  • @DAVA_MC
    @DAVA_MC 9 месяцев назад

    Amazing video! Thanks for sharing, Toby. I wonder how does using VSC “disables” debugging. I would thing that i can always go back to Meta Editor and debug from there. But once I started using VSC - debugging in Meta Editor stopped working.. hmm.. Do i miss something?

    • @trustfultrading
      @trustfultrading  9 месяцев назад

      Of course you can always go back to the MetaEditor. Should work, just like before ;)

  • @LION0500
    @LION0500 Год назад

    Tell!
    Is it possible to create a code in MQL5 that sends any chart towards the take profit position?

  • @cleverubiagegeCvland
    @cleverubiagegeCvland Год назад

    Very nice explanation on using vscode. Can you create an EA with Ichimoku kinko indicator? Thanks

  • @hisatnam
    @hisatnam Год назад

    Thanks Toby!!

  • @adilsumra3830
    @adilsumra3830 Год назад

    Great Video! I started now in VSC.. Make things easier now. But I can not compile "mqh" file. It gives popup error ' To compile, you need to write in first line "mqh" of the document.' Any idea how to solve that..

  • @amirghadiri8104
    @amirghadiri8104 11 месяцев назад

    Great card, thank you

  • @JhonyTygas
    @JhonyTygas Год назад

    Good morning, very good your video, a doubt can we create graphical interfaces with VS CODE for the mql5 EA?

    • @trustfultrading
      @trustfultrading  Год назад +1

      Thanks, yeah the VS CODE is just the code editor. You can create a GUI ;)

  • @AqualataCode
    @AqualataCode Год назад

    Wow wow! Thank you! The MQL editor is... xD

  • @danibaig
    @danibaig Год назад

    Please make video on how to make trading panel

  • @ivanshane8248
    @ivanshane8248 Год назад

    Thank you! this is a nicer IDE :)

  • @brunoyu403
    @brunoyu403 Год назад

    Thanks Toby, i learn a lot from you.
    i got a quick question, my VSC checks my mq5 file using the C/C++ extentison, always gives a warning of the incorrect syantex as it's not C/C++, event the "input" function.
    and i found that MQL tools needs the C/C++ intelliSense extension.... seems it can not be stopped.

    • @trustfultrading
      @trustfultrading  Год назад

      Thanks for watching! Can you post your settings.json file?

    • @brunoyu403
      @brunoyu403 Год назад

      @@trustfultrading thanks for the reply, here is the setting.json
      ======
      {
      "C_Cpp.errorSquiggles": "disabled"
      }
      =========
      and also the VSC can not auto complete the code, neither Mqltick or input...
      maybe there is sth wrong with the setting.
      Thanks in advance for your help

    • @trustfultrading
      @trustfultrading  Год назад

      @@brunoyu403 Ok there is a lot missing there. Have you done step 2 of the MQL Tools guide? Create the config file?

    • @brunoyu403
      @brunoyu403 Год назад

      @@trustfultrading i trid the "create config" many times, but nothing happen. sometimes it popped up an warning that "mql tools configration not found".

    • @trustfultrading
      @trustfultrading  Год назад

      @@brunoyu403 Try to paste this in your settings.json file ( and edit the path):
      {
      "C_Cpp.default.includePath": [
      "${workspaceFolder}/**",
      "${workspaceFolder}/Include"
      ],
      "C_Cpp.default.compilerPath": "",
      "C_Cpp.default.intelliSenseMode": "gcc-x64",
      "C_Cpp.errorSquiggles": "disabled",
      "C_Cpp.autocompleteAddParentheses": true,
      "mql_tools.context": true,
      "files.exclude": {
      "**/*.ex4": true,
      "**/*.ex5": true
      },
      "files.associations": {
      "*.mqh": "cpp",
      "*.mq4": "cpp",
      "*.mq5": "cpp",
      "*.0mqh": "cpp"
      },
      "C_Cpp.default.forcedInclude": [
      "c:\\Users\\Tobias\\.vscode\\extensions\\l-i-v.mql-tools-2.0.1\\data\\mql5_en.mqh"
      ]
      }

  • @PedroLeBoursicoteur
    @PedroLeBoursicoteur 25 дней назад

    Hi every one
    Do you know how to comment the methods of the Trade class without touching the Trade.mqh file with VSCode?
    Best Reguards 😊

  • @DarkKnight_2324
    @DarkKnight_2324 Год назад

    Nice one!
    I wish there was an extension for Intellij

    • @trustfultrading
      @trustfultrading  Год назад

      Thanks, yeah the advantage is that VSC is very popular. Never used Intellij

  • @PathikritGhosh007
    @PathikritGhosh007 3 месяца назад

    Hi Toby, did what you mentioned, but still can't seem to get auto-suggestions while typing in VSCode. Any idea hat to do?

    • @trustfultrading
      @trustfultrading  3 месяца назад

      Hmm, hard to tell. Maybe you can write to the Extension developer about this.

    • @PathikritGhosh007
      @PathikritGhosh007 3 месяца назад

      @@trustfultrading Yes, thank you for your reply. I did the whole setup again after uninstalling VSCode. It's working now! The steps are correct! Something went wrong in my own configuration.

  • @user-sl1id6mx1h
    @user-sl1id6mx1h Год назад

    Thanks Toby , i have a question for you , i have a grid based strategy that uses martingale and it closes trade with basket profit ( eg profit of 10$ per sequance ) , i am trying to find a way to get where exactly my exit level will be ? , can you help me

    • @trustfultrading
      @trustfultrading  Год назад

      Hi, you have to test, what is best. Maybe also use a basket loss?

  • @peschu3659
    @peschu3659 Год назад

    @trustfultrading Vielen Dank für Deine Videos Tobi! They are very helpful to get started quickly with mql/ea programming. One question about the formatting: In vscode I use the option to automatically format the file on save.
    This "destroys" the formatting in variable/input defintions. The best I can achieve at the moment is to keep the comments vertically aligned.
    But I would like to keep the variable names and equal signs vertically aligned. Do you know how to configure this in vscode? There are also some ugly breaks in "if" conditions, when the line gets too long ...
    Would be great to see a video about some fine tuning in vscode. 🙂
    Thanks a lot again for all the work and time you put into these videos!!!

    • @trustfultrading
      @trustfultrading  Год назад

      Hmmm, write me on telegram so you can send me a screenshot.

    • @hvfx5739
      @hvfx5739 Год назад

      Hi @peschu3659 hast du schon das Probleme behoben?

  • @pedrosanchezroca181
    @pedrosanchezroca181 Месяц назад

    any tuto on how to make this work on a Mac?

    • @trustfultrading
      @trustfultrading  23 дня назад

      Sorry no. Let me know if you got it to work or not.

  • @youtraders
    @youtraders 8 месяцев назад

    how to generate template ser

  • @Centronimation
    @Centronimation 8 месяцев назад

    Man you rock

  • @jithendras5199
    @jithendras5199 7 месяцев назад

    GOOD INFO

  • @kamilzawislak64
    @kamilzawislak64 Год назад

    good content!

  • @yourworld...3699
    @yourworld...3699 Год назад

    Hello Toby,,,, Is it possible to get CNBC data using mql5?

    • @trustfultrading
      @trustfultrading  Год назад

      Hi, you can write a web request for any website.
      www.mql5.com/en/docs/network/webrequest

    • @yourworld...3699
      @yourworld...3699 Год назад

      @@trustfultrading thank you

  • @fredysoto8547
    @fredysoto8547 Год назад

    Thanks a lot Tobi, but My Laptop y slow with VSC, so I keep working with MQL5 IDE, is there some issue to follow your Great Videos?.. Regards!!

  • @gcs3495
    @gcs3495 Год назад

    thanks bro

  • @JayBayrak
    @JayBayrak Месяц назад

    cool thx !

  • @Bibiho-l8b
    @Bibiho-l8b Год назад

    hello,i got an error during compile, the error message is "command 'mql_tools.compileFile' not found"

    • @trustfultrading
      @trustfultrading  Год назад

      Hi, I had that too once. I just restarted VSC. Let me know if that helps.

    • @PrasenjitFx
      @PrasenjitFx Год назад

      I am also facing this problem. Restart laptop several times but till now facing same. Is there any other solution

    • @trustfultrading
      @trustfultrading  Год назад

      @@PrasenjitFx What if you just restart VSC? Just close it and open it again?

    • @PrasenjitFx
      @PrasenjitFx Год назад

      @@trustfultrading thanks dear tobi . I restart vsc many times but didn't work but when turn on sync on and log in with GitHub it's working now.

  • @naturewalkingwithyou
    @naturewalkingwithyou Год назад +2

    in MT5 you need to just click on the function and not highlight it to then see the definition of that function. I had the same problem and realised that this was the reason it wasn't working.

  • @kevinnguyen6727
    @kevinnguyen6727 Год назад

    I have been using VSC for a time and gave up, auto-complete is not working, and we cannot call built-in functions. A simple example: assume you declared "CTrade trade;", then in the source code you typed "trade." and it can't show built-in functions like "PositionOpen" so it's very inconvenient to use.

    • @trustfultrading
      @trustfultrading  Год назад

      Hi, had the same problem, but it works. Do not include files from each other.
      Take a look here: github.com/L-I-V/MQL-Tools/issues/21

  • @baileywickens3278
    @baileywickens3278 Год назад

    any idea why some of my colours are not right? i have blue for variables, functions and #... i dont know why most of the colours are the same but yours are so different

    • @trustfultrading
      @trustfultrading  Год назад

      Try a different color theme with ctrl + K and ctrl + T

  • @hichamlaaraj
    @hichamlaaraj 9 месяцев назад

    👌

  • @jakebudin4354
    @jakebudin4354 Год назад

    vs code hypeee!

  • @algorithmictradingsystems
    @algorithmictradingsystems 3 месяца назад

    nice

  • @freenrg888
    @freenrg888 9 месяцев назад

    This is brilliant, Tobias. I have been using VS Code for MQL5 for a while thanks to you.
    However, I have found one issue: When I compile in VS Code the EA's settings (inputs) do not get loaded in the Strategy Tester. I have to re-compile in the MT5 IDE and they they get loaded.
    Did you find this too?
    Everything else works perfectly.
    UPDATE:
    I have added the following in VS Code's keybindings.json:
    ...
    {
    "key": "f7",
    "command": "mql_tools.compileScript",
    "when": "resourceExtname == '.mq4' || resourceExtname == '.mq5' || resourceExtname == '.mqh'"
    },
    ...
    Now I can compile directly in MT5 with Script from VS Code by pressing F7. However, the EA's inputs are still not loaded in the MT5 Strategy tester (it shows inputs for a previously tested EA). I have to actually press F7 in the MT5 IDE and then they do get updated instantly.

    • @trustfultrading
      @trustfultrading  9 месяцев назад

      There is compile and compile using script. With the Script it will open Metaeditor and compile the code there. Try Ctrl + shift + c

  • @Noswebeamus
    @Noswebeamus Год назад

    Right, who knows what the hell they were thinking using that too old GUI!

  • @MQLwithBrian
    @MQLwithBrian Год назад

    For those who use Crossover app to run MT5 and MQL5 on mac, No success. I can edit in VS but can't compile. Maybe for those who directly installed MT5 and MQL5 it will work

    • @trustfultrading
      @trustfultrading  Год назад

      Thank you for the info, may I ask which "crossover app" you are using? And why? Or is the app called "crossover"? ;)

    • @MQLwithBrian
      @MQLwithBrian Год назад

      Newer versions of mac can't run MT5 properly. Alternatively, we can use emulations or install Windows to run .exe files. So Parrallels, Wine, Bootstrap, or Crossover is the option. (CrossOver is stable atleast for my experience). Yeah f*ck macbook 🤣

    • @trustfultrading
      @trustfultrading  Год назад

      @@MQLwithBrian Oh sorry to hear that. But thats really a problem with MT5 not macbook. 😑
      Maybe this helps: github.com/L-I-V/MQL-Tools/issues/8
      Maybe the path has to start with "crossover" or something... idk

  • @ilyaskhan.1994
    @ilyaskhan.1994 Год назад

    Lack of debugger : (