Page 7 of 18 FirstFirst ... 5 6 7 8 9 17 ... LastLast
Results 61 to 70 of 178
Like Tree5Likes

MetaTrader 4 Platform Overview

This is a discussion on MetaTrader 4 Platform Overview within the HowToBasic forums, part of the Announcements category; Mql4 lesson 7 It explains in very simple turns what a function call is and how it's done....

      
   
  1. #61
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,473
    Blog Entries
    2909
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    Mql4 lesson 7

    It explains in very simple turns what a function call is and how it's done.


    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  2. #62
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,473
    Blog Entries
    2909
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    Mql4 lesson 8

    In this lesson we write several functions, and to demonstrate how one function calls another and the flow of information back and forth from Start() to the other functions and back. We also examine the "switch" operator and how it works.


    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  3. #63
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,473
    Blog Entries
    2909
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    Mql4 lesson 9 Part 1

    This is the first video in a series where we make a self-adjusting Moving Average using the MaAdjuster() function we made in video 8, We will build it one line at a time explaining all the terms and functions as we go.You will learn how a moving average is really drawn on your chart and also all about the arrays that are created when you open a chart and what they do.


    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  4. #64
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,473
    Blog Entries
    2909
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    Mql4 lesson 9 Part 2

    This is part 2 of lesson 9. In this video we continue to build our Auto_Adjust_Ma. In this lesson we will Learn how to create an Array and setup our Index that will actuallly draw the line on the chart. We will learn about SetIndexBuffer, SetIndesDrawBegin, SetIndexStyle,SetIndexlabel. Also we learn about drawing arrows and what windings are.
    We explore the iMa() function and put it together one parameter at a time.. finally at the end I explain the difference between the 'Ma_Shift' and the 'Shift' settings in the iMA() function. There are only a few lines of code left to write, but alot of explaing to do about them... enjoy...

    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  5. #65
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,473
    Blog Entries
    2909
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    Mql4 lesson 9 Part 3

    In this video we finish making the Auto_Adjusting_Ma. You get a story about losing your marbles and a new way to use a telephone... All of the mystery of the 'for' loop is demistified.. and what the heck is this IndicatorCounted() thing for


    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  6. #66
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,473
    Blog Entries
    2909
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    Mql4 Lesson 10


    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  7. #67
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,473
    Blog Entries
    2909
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    Mql4 Lesson 11

    In this video we create a couple of functions in our EA and we make one called IsNewCandle() to control how often our code runs.. also it is explained what a 'static' variable is and why and when you would want to use one. Hope you learn something that you can use from it..


    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  8. #68
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,473
    Blog Entries
    2909
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    Mql4 Lesson 12

    In this video we will put the MoveToBreakeve() function into our Ea and also discuss what 'conitnue' means in a for loop. As you will see, it does not mean what you would think.


    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  9. #69
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,473
    Blog Entries
    2909
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    Mql4 Lesson 13

    In this video we write a function that will control a trailing stop for us..


    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  10. #70
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,473
    Blog Entries
    2909
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    Mql4 Lesson 14

    In this video we improve our ordersend funtion to allow user to enter a stoploss or takeprofit of zero it they want. Also there are two step process necessary to place an order with a stoploss and takeprofit on an ECN broker's server.


    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

Page 7 of 18 FirstFirst ... 5 6 7 8 9 17 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •