Toolkit for Traders
Toolkit for Traders
  • 23
  • 340 902
MQL5 Programming Tutorial 1.02 - Setting Up Your Tools
I am so excited to bring to you the second in a 12-part series that will teach you how to get started coding indicators and expert advisors for Meta Trader 5.
Welcome to the second installment of our MQL5 expert advisor tutorial series! In this video, we'll be focusing on the Meta Trader Development environment, an essential tool for coding expert advisors in MQL5. We'll take a detailed look at the various components of the development environment, including the code editor and provide tips and tricks for using each effectively. If you're just starting out with MQL5 programming, this is a great video to get up to speed on the development environment. Make sure to watch the first video in the series before diving in.
Join the T4T community and get all indicators, EAs, and Source Code free at www.toolkitfortraders.com
If you like the video, don't forget to like and subscribe, and also join in the conversation at www.toolkitfortraders.com where we'll be releasing all the free downloadable indicators and EAs, as well as the source code for this course.
Toolkit for Traders is dedicated to giving traders free expert advisors, indicators, and education to make your trading a success. I have seen too many scams and been burnt by false promises. I want to create a space where we can share love and encourage each other as we learn to trade. Our website is www.toolkitfortraders.com​ we hope to see you there!
---Disclaimer---
I am not a registered financial adviser and hold no formal qualifications to give financial advice. Everything that is provided in this video is purely for educational purposes only. All information here should be independently verified, researched, and confirmed.
Trading foreign currencies can be a challenging and potentially profitable opportunity for investors. However, before deciding to participate in the Forex market, you should carefully consider your investment objectives, level of experience, and risk appetite. Most importantly, do not invest money you cannot afford to lose.
Переглядів: 5 752

Відео

MQL5 Programming Tutorial 1.01- The Induction
Переглядів 6 тис.Рік тому
I am so excited to bring to you the first in a 12-part series that will teach you how to get started coding indicators and expert advisors for Meta Trader 5. In this video, we cover the induction to the course - setting out our motivation for learning to code as well as the basic 'stuff' we'll need to get started. Join the T4T community and get all indicators, EAs, and Source Code free at www.t...
Trade Like a Quant - Building a Zorro Trend Trading Algorithm
Переглядів 6 тис.2 роки тому
The third video in the Zorro Trading System series. We look at how you can use Zorro to build a simple FX trend trading algorithm. As you can see Zorro is fantastic for building expert advisors fast and can be used on many different platforms. There's simple inbuilt functions, like valley() and peak() which make looking for signals in the data much easier. You can set the stop loss as a proport...
Learn to Code for Trading in under 40 minutes!
Переглядів 2,3 тис.2 роки тому
In this video I'll be showing you the basics of coding for Zorro in c-lite, so you can follow along with the trading like a quant series of tutorials. We cover variables, loops, if statements and functions in a whistle stop tour of coding. If you're finding it difficult to follow along you can follow my more in-depth tutorials for coding in MQL4 for MetaTrader. After this video, you'll be able ...
Trade like a QUANT - Epic 10 Year Simple Moving Average BackTest!
Переглядів 3,2 тис.2 роки тому
The first in our Trade like a quant series. We're back with something a little different today. I'm showing you a new tool called Zorro Trader, which can supercharge your trading research. This tool is much faster and easier to use than Meta Trader and doesn't have all the distracting flashing symbols. In the video, I show you how easy it is to create a script to backtest the classic SMA crosso...
MQL4 - How to use Custom Indicators in an Expert Advisor - with FREE source code
Переглядів 28 тис.3 роки тому
In this video I show you how to integrate custom MT4 indicators into your expert advisor programming. We insert the low pass filter indicator from a previous video into our EA that we've been coding in the last series. It's actually very simple once you know how and the video shows you step by step how to do it. If you're still not sure you can download the EA and source code for reference, or ...
2 FREE Advanced Trend Indicators
Переглядів 3,8 тис.3 роки тому
Following on from the last video; where we compared the classic moving averages to more modern advanced versions and found that you can seriously reduce lag with modern indicators. In this video, I'm giving away 2 free MT4 indicators for download. All the instructions are in the video on where to download the indicators; install them on Meta Trader 4 and what the input settings do so you can ge...
Which Moving Average is the Best for Forex Trading?
Переглядів 2,9 тис.3 роки тому
Have you ever wondered - which moving average is best for my trading strategy - but not, really, known the difference between them? Well, in this video we look at how to select the best moving average for your forex trading. Most of the resources out there will show you the simple moving average and the exponential MA. However, there is a whole world of newer, more clever moving averages that c...
MQL4 Programming Tutorial - 1.12 The Future
Переглядів 6 тис.3 роки тому
This is the twelfth and final part of the coding tutorial course. I hope you have enjoyed the material thus far and well done for making it all the way here. I n this video we complete the course, and I give what to do next with your new found MQL4 coding skills. We go through the best books I've read to take you further; what more MQL4 topics I will introduce in the advanced programming course...
MQL4 Programming Tutorial 1.11 - Trade Entries
Переглядів 9 тис.3 роки тому
Link to download the code and EAs www.toolkitfortraders.com/download In this, the penultimate part of the MT4 Expert Advisor Course we go over two further ways you can enter trades in your MQL4 code. This is a longer video than usual, but it's worth it as the end result is that you get 3 FREE EAs that you've built and coded yourself, well done. We wrap up our first EA we've been coding based on...
MQL4 Programming Tutorial 1.10 - Risk Management
Переглядів 11 тис.3 роки тому
In this, the tenth part of the MT4 Expert Advisor Course we go over how to implement risk management in your MQL4 code. There's a lot to go through in this video but it's definitely worth it as risk management may be the most important part of your Forex trading. I have added even more detail to the code on the website to this one. I wasn't able to cover everything without making the video real...
MQL4 Programming Tutorial 1.09 - Loops & Lists
Переглядів 11 тис.3 роки тому
In this, the ninth part of the MT4 Expert Advisor Course we go over how to use loops and lists in your MQL4 code. It gets quite complicated in this video as loops and lists are a bit of an advanced coding topic; hence why I've left it to now. We're 75% of the way through the coding course, so if you've made it this far well done! For further detail on how to use while and for loops, try the mql...
MQL4 Programming Tutorial 1.08 - Backtesting & Debugging
Переглядів 16 тис.3 роки тому
In this, the eighth part of the MT4 Expert Advisor Course we go over how to use the use backtesting to visually debug the issues in our EA. The visual backtester can give us really useful clues as to how the EA is working because even when there are no errors on the MQL4 terminal, the logic we have written can produce some unusual results. We spend a lot more time in the actual terminal and met...
MQL4 Programming Tutorial 1.07 - Orders
Переглядів 18 тис.3 роки тому
In this, the seventh part of the MT4 Expert Advisor Course we go over how to use the OrderSend function to open our very first trade with an EA, exciting! 1. How to use the order send function to open a market order 2. Keeping hold of our order ticket number for later 3. Closing the order with the order close function The link the important reference docs for MQL4 OrderSend is here: docs.mql4.c...
MQL4 Programming Tutorial 1.06 - Indicators
Переглядів 20 тис.3 роки тому
It's the sixth part of the MT4 Expert Advisor Course. In this tutorial video, we go over how to use MT4s in-built indicators to make your EA analyze the market for the first time. In this tutorial we cover: 1. How inbuilt MQL4 indicators are used 2. Putting them into our code with an example 3. Using inputs to make the EA indicator customizable. The link the important reference docs for MQL4 in...
MQL4 Programming Tutorial 1.05 - Logic
Переглядів 20 тис.3 роки тому
MQL4 Programming Tutorial 1.05 - Logic
Free MT4 Scalping EA - OGT Dawn Scalper
Переглядів 7 тис.3 роки тому
Free MT4 Scalping EA - OGT Dawn Scalper
MQL4 Programming Tutorial 1.04 - Functions
Переглядів 25 тис.3 роки тому
MQL4 Programming Tutorial 1.04 - Functions
MQL4 Programming Tutorial 1.03 - Variables
Переглядів 29 тис.3 роки тому
MQL4 Programming Tutorial 1.03 - Variables
Free MT4 Expert Advisor - Ichimoku EA with a twist!
Переглядів 17 тис.3 роки тому
Free MT4 Expert Advisor - Ichimoku EA with a twist!
MQL4 Programming Tutorial 1.02 - Setting Up Your Tools
Переглядів 38 тис.3 роки тому
MQL4 Programming Tutorial 1.02 - Setting Up Your Tools
MQL4 Programming Tutorial 1.01- The Induction
Переглядів 55 тис.3 роки тому
MQL4 Programming Tutorial 1.01- The Induction
Welcome to the Toolkit for Traders Youtube Channel
Переглядів 2,8 тис.3 роки тому
Welcome to the Toolkit for Traders UA-cam Channel

КОМЕНТАРІ

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

    please remove the music,,,,,,,

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

    please remove the music

  • @xechan-otp9464
    @xechan-otp9464 5 днів тому

    How to get environment to begin code in this lession. OMG How

  • @ismailislam2409
    @ismailislam2409 6 днів тому

    Can you please make a video on how to code bounces and taking into consideration other timeframes

  • @MatthewGary-e2v
    @MatthewGary-e2v 9 днів тому

    Lee Larry Martin Deborah Thomas Anthony

  • @JoeCharlotte
    @JoeCharlotte 9 днів тому

    Robinson Elizabeth Lopez Timothy Gonzalez Angela

  • @AzherZarach
    @AzherZarach 15 днів тому

    Davis Lisa Robinson Nancy Allen Ronald

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

    where have you disappeared bro . Come back

  • @tanchohanglawati6568
    @tanchohanglawati6568 26 днів тому

    Thank you so much.

  • @nadz786786786
    @nadz786786786 Місяць тому

    I'm confused about this lesson, you did not tell us the order of how to write the code and what is the structure of the sentences, the same way we learn we need a verb pronounce in a sentence etc

  • @maciha7938
    @maciha7938 Місяць тому

    Thankkkkkk youuuuuuuuuu❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤

  • @cipmike1964
    @cipmike1964 Місяць тому

    I would love to hire you to convert mt4 EA tp mt5

  • @greenfxdestroy23
    @greenfxdestroy23 Місяць тому

    Thanks for first lesson l got it 😊

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

    32:00

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

    sir your link does not open, plz paste link here

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

    9:20

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

    bless you man! this was exactly what I needed..

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

    Please more coding in ZORRO! That would be great!

  • @t-reela7071
    @t-reela7071 2 місяці тому

    Toolkit for traders. Thanks for this amazing content. I have been watching the videos and I have a code I want you to look it. Is it a certain place I can send you my code specifcally?

  • @josephroykruger9856
    @josephroykruger9856 3 місяці тому

    hooked on the first video!! and looking forward to the rest . Thanks!!!

  • @saumikhan2655
    @saumikhan2655 3 місяці тому

    nice sir, plz i need buffer ea free download link thanks, sir

  • @stefankleinhans4895
    @stefankleinhans4895 3 місяці тому

    Hi there, Not sure how active this channel is, but I tried your indicators for NASDAQ100 and still a bit confused as to how to use the indicators in real live trading. Do you have a video on that or can you spare some time just doing a brief how to guide

  • @md10mk
    @md10mk 3 місяці тому

    do you have an instagram account?

  • @TruthHorizon
    @TruthHorizon 3 місяці тому

    The programming tutorial folder does not appear in the Expert Advisor folder in my MT4 platform's navigator section. I've refreshed it multiple times and it still doesn't appear. How do I solve this please?

  • @louis_ci2667
    @louis_ci2667 3 місяці тому

    where are since this last years I am wondering

  • @ba4hagenbrownafaawuah377
    @ba4hagenbrownafaawuah377 3 місяці тому

    please next class??🙏🏾

  • @user-ve4jm9pj3s
    @user-ve4jm9pj3s 3 місяці тому

    Hats off Man!!

  • @bit1919
    @bit1919 3 місяці тому

    Can't thank you enough, you really broke it down sir. But what is happening to your site, there are no activities going on there

  • @mrezaes6839
    @mrezaes6839 3 місяці тому

    good joob

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

    Is the music in the background in the whole lessons ?

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

    Hi there. Is there anyway to get a hold of you via email or WhatsApp? I would really love and appreciate your assistance. I'm new to coding and wrote an EA, but desperately need assistance in learning and learn how to add a trailing stop. Just can't seem to get it. If you could help, it would really be so much appreciated!!!

  • @TirDad-bt3iw
    @TirDad-bt3iw 4 місяці тому

    Hello, How can I contact to developer thru the setting in MT4 ? Thank you

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

    So strange how all the comments are from users with four digits at the end of their username. Are they bought? I dont judge (a littlebit maybe), just curious. Great tutorial anyways! Thanks.

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

      I don’t pay for anything like that so no idea where these come from!

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

    thanks for everything but we're still waiting for your next video

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

    Thnks

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

    Thank you for the course.

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

    Where are the rest of MQL5 programming?😅

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

    I would just like to give you the Chinese translation for your quote for this lesson: 工欲善其事;必先利其器!😊 Thanks for your great effort in generously sharing your knowledge freely!

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

    The lesson are great, i learned a lot 2024 you video is till helping people ❤ But i have encountered a problem I input _point but there is no suggestion and it did not change colour but remain black Why please

  • @Frank-si2jd
    @Frank-si2jd 6 місяців тому

    Hi, thanks for your MQL5 tutorial! I’ve seen most of your MQL4 tutorials which were indeed inspiring. I can only find 2 videos for MQL5, why is that?

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

    I enjoyed the video because i learned all things new. Thank you KING for the useful content.

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

    Nice explanation. As is said by me), a nice explanation is made by a knowledgeable people, by the one who knows well what they explain...

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

    hey where are you i need to ask a question :(

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

    You have give a Great Gift to Traders!! Thanks!

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

    Thanks a lot!!

  • @user-vb8xs9we8l
    @user-vb8xs9we8l 6 місяців тому

    The video is great. Good presented and good content. Unfortunately the code does not work. And there is no possibility to contact you This is an open point since a long time

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

    hi new to this channel, is there any icustom code to capture these indicators in mql4 code please thanks in advance

  • @user-sh2up4up5s
    @user-sh2up4up5s 6 місяців тому

    Where are the rest of the videos. I can only find 2 for the mlq5

  • @user-me3gr5wi5f
    @user-me3gr5wi5f 6 місяців тому

    Thank you, I would definitely like to see a further 201 course, along with all you mentioned such as the empirically superior indicators, backtested strategies and your results. I understand that the zonal recovery system must have taken out a lot from you. Where you were creating the EA for free out of your own time and effort, the populace were selfishly demanding more and more from you without caring, and the 5th version must have been the straw that broke the camel's back. I hope you are doing well.

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

    Very new to coding so probably a newb question but.. why would you create a function with a "void" output? Seems to defeat object of a function