Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Forex expert advisor practice coding in MT4
Rating: 4.3 out of 5(11 ratings)
112 students

Forex expert advisor practice coding in MT4

practice breakout strategy coding in mql4 programming language
Last updated 1/2023
English

What you'll learn

  • choosing the right strategy for coding the example her (the breakout strategy)
  • choosing the the necessary commands only for that strategy
  • where to find and how to use that necessary commands
  • how to sell that expert advisor for your customers
  • how to put that expert in vps (virtual server ) so as to trade while you are sleeping
  • how to make you expert in provisional view by adding visual effects ( in this course it is the lightning and thunder sound )
  • how to correct each coding error buy adding the necessary checking commands

Course content

4 sections63 lectures3h 29m total length
  • brief description about the course contents3:45

    this the first lecture and you will see me talking about the course contents in brief description .

    hop you will understand the idea behind the  breakout strategy and what orders type i will put in . this strategy is so famous between traders and most of times it is profitable .

    after completing the course feel free to make changes as you like .

    i suggest trying to use movable sell stop order instead of sell order . i left this option up to you so as to examine your skills after my course 

  • presentation3:52

    this lecture gives the students basic information's about price candles data and brief description about the strategy we planing to code in this course , students will know the breakout basics and what orders we will put after that breakout , and know some deference's between market sell order and pending buystop orders     

  • commands list from 1 to 102:46

    here we will list only the necessary commands to code the breakout strategy they are 10 but they are very important to code any other strategy if you learn them well , you must know you dont have to learn all the 2000 commands in mq4 language to code a single strategy , but these 10 will make you capable to code most of them

  • order send deep explanation3:44

    order send is the main command for any expert adviser , without this command we cant send any order types ,the main reason to used expert adviser is to send trading orders , in this lecture you will learn the 11 elements of order send command in details because you will use all these element in your future and current comings

  • orders modify2:11

    order modify is the second priority command in expert advisor coding it used to change or ad parameters to the opened orders by order send like adding take profits or stop looses or change the open prices for pending orders , in this lecture you will learn its elements in details 

  • order select function3:11

    order select used to select an order from trading pool or history pool , trading pool contains only market opened orders (sell and buy ) that not closed yet ,also contains the inactivated pending orders (buystop-buylimit-sellstop-selllimit ) ..

    history pool contains closed market orders and the deleted pending

    you will learn how use this command correctly inside the for looping command ,

    also order select used to pick the wanted candle on chart using the searcher inside the for looping

  • if statement command2:11

    you will learn in this lecture the if statement function that is used to make conditions logic comparison , if these logic comparison come to true it will make a trading decision otherwise it will do somthing else like printing comment or stop trading all that according to our needs ,all these conditions my or my not separated by else or else if many times       

  • for looping and object create ,object move , object delete commands4:20
  • #property and #resources commands2:46

    # property used to protect and profs your ownership of the expert advisor by put some of your personal information's on the main window this command must be putted in global scope part , these information contains your link , icon, version , the name of the product or ant sentences you want to put in

    # resource used to convert .bpm pictures and audio files to a code that can be read by the machine we will use this command to put our visual effects on chart   

  • small commands2:40

Requirements

  • basic knowledge about forex trading and using meta trader 4

Description

price breakout exist  periodically in any financial market charts because the price always moved in waves forms .these waves move some times fast or slow according to supply and demands rules ,whenever it beaked the support and resistance levels this called breakout move     

these waves repetitively breaking important price levels like the tops , bottoms ,trends lines , Fibonacci  levels   daily pivots levels or any else  . this course will teach you how to code the most successful and widely used forex strategy using only 10 commands , you will learn also visual effect coding to make your mt4 window nice and amazing with the lightning and thunder sound alerting .you will learn the strategy tester secrets and how to host your expert advisor in VPS .

you will learn the protection against theft  technique.and also how to optimize you expert advisor when passing through the optimization process 

you will be professional if you understand these 10 commands correctly. if you eager to learn coding you can after this course to code the most known complicated strategies using these 10 commands or a little more .

this course  gives you the ability to understand the rest mql4 commands by just see the free programs in your mt4 terminal ,     

Who this course is for:

  • who dont have any knowledge about forex expert advisor , who want to code his own strategy , who want to trade 24 hours per day but dont have the time for that , who want to sell his strategy for customers , who want to be a professional coder , who want to test many strategies in short time they are all suitable for this course