How to use VSC for mql5! Step by step tutorial

Поділитися
Вставка
  • Опубліковано 23 сер 2024

КОМЕНТАРІ • 101

  • @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 6 місяців тому

      Amazing video, thank you

  • @castelobtc
    @castelobtc 2 місяці тому

    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!

  • @mohsensrn6262
    @mohsensrn6262 3 дні тому

    That was very helpful.
    Thank you

  • @shaunhendricks6056
    @shaunhendricks6056 11 місяців тому

    I like your style and structure of coding

  • @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 👍

  • @PathikritGhosh007
    @PathikritGhosh007 20 днів тому

    Thank you. This was very useful!

  • @fredysoto8547
    @fredysoto8547 Рік тому

    Your Channel is growing!! YES!!!

  • @sideshowben1982
    @sideshowben1982 Рік тому +1

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

  • @XaviAndreu
    @XaviAndreu Рік тому +3

    I love this new content

  • @OdieO745
    @OdieO745 11 місяців тому

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

  • @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

  • @norbertholsken2116
    @norbertholsken2116 Рік тому

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

  • @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.

  • @youtraders
    @youtraders Рік тому

    Thanks for tutorial ❤ recommended for learning

  • @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.😇

  • @Centronimation
    @Centronimation 4 місяці тому

    Man you rock

  • @jithendras5199
    @jithendras5199 4 місяці тому

    GOOD INFO

  • @ivanshane8248
    @ivanshane8248 Рік тому

    Thank you! this is a nicer IDE :)

  • @DAVA_MC
    @DAVA_MC 6 місяців тому

    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  5 місяців тому

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

  • @hisatnam
    @hisatnam 9 місяців тому

    Thanks Toby!!

  • @cleverubiagegeCvland
    @cleverubiagegeCvland 11 місяців тому

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

  • @AqualataCode
    @AqualataCode Рік тому

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

  • @amirghadiri8104
    @amirghadiri8104 8 місяців тому

    Great card, thank you

  • @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.

  • @danibaig
    @danibaig Рік тому

    Please make video on how to make trading panel

  • @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..

  • @hvfx5739
    @hvfx5739 10 місяців тому

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

  • @gcs3495
    @gcs3495 Рік тому

    thanks bro

  • @kamilzawislak64
    @kamilzawislak64 Рік тому

    good content!

  • @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 ;)

  • @hichamlaaraj
    @hichamlaaraj 5 місяців тому

    👌

  • @LION0500
    @LION0500 11 місяців тому

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

  • @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

  • @roofoo8053
    @roofoo8053 Рік тому +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.

  • @youtraders
    @youtraders 4 місяці тому

    how to generate template ser

  • @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 10 місяців тому

      Hi @peschu3659 hast du schon das Probleme behoben?

  • @freenrg888
    @freenrg888 5 місяців тому

    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  5 місяців тому

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

  • @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?

  • @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"
      ]
      }

  • @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!!

  • @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

  • @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

  • @shagarcool
    @shagarcool 8 місяців тому

    Great tool

  • @user-uk6ql2qf1f
    @user-uk6ql2qf1f Рік тому

    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.

  • @jakebudin4354
    @jakebudin4354 Рік тому

    vs code hypeee!

  • @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 : (