scarface Posted November 19, 2009 Report Share Posted November 19, 2009 Dear All, Good day This is our first lesson where we lesson some programming skills. As I mentioned before I'm not professional in programming and coding yet, but I do my best to be in the near future. O.k, here is a small book about programming and coding I have taken from Forex TSD and written by Coders Guru. [spoiler:2vpp51lz]http://www.mediafire.com/?zqk0ewmmwjd[/spoiler:2vpp51lz] ......................................... we will try to simplify some main variables and functions as much as possible. If you have any question, please don't hesitate to ask. Best wishes, Quote a New Year 2011 has come, and the challenge has just started 8-) Link to comment Share on other sites More sharing options...
chetachukwu Posted November 19, 2009 Report Share Posted November 19, 2009 Re: 1st learning course -(Lesson number #1) GOOD IDEA.. bui hope we not only count on codersguru lessons we also need more sorts of lesson from different domains Quote .....SELFISHNESS IS A DISEASE..... Link to comment Share on other sites More sharing options...
saendee Posted November 19, 2009 Report Share Posted November 19, 2009 Re: 1st learning course -(Lesson number #1) ;) I also will be receiving information from different sources give this thread a chance don't just come in & knock :hammer: it before it starts :P Quote Link to comment Share on other sites More sharing options...
scarface Posted November 19, 2009 Author Report Share Posted November 19, 2009 Re: 1st learning course -(Lesson number #1) Hi guys, Thanks for everyone participating in this thread. O.K, now I will begin with very basic steps how to find tools to EA or indicator creation. Every MT4 platform has some properties including MetaEditor as you can see below in the picture #1: http://img412.imageshack.us/img412/2115/meditior.gif If you click on it, a new window is going to pop up as you can see in this picture down #2. You can see the icon NEW that can be used to create or make Indicator or Expert Advisor (EA) http://img412.imageshack.us/img412/8143/meditior1.gif Now, as you notice that in the above picture you have many choices to make in addition to creating EA or indicator. However, in this course we will try to focus only on creating indicators and EAs, and whenever we have time we will go for the rest. what important to know at first in creating as indicator or EA is the following as you can see in the picture#3: http://img256.imageshack.us/img256/8691/meditior2.gif 1- Name of indicator or EA. 2- Autor ( to protect the copyright) 3- Link ( for copyright) 4- Parameters (global variables that you are going to add i.e. StopLoss, Take Profit, Risk, Lot....etc) however, it is not really necessary to do that now because you can do that later when you start writing your code. Then if you are done with writing the initial contents of the EA or indicator, you will have a code similar to this one: In my case, I named the EA as Ram. http://img684.imageshack.us/img684/2373/80871402.jpg If you decided to create indicator, you will see this window popping up after writing the contents: http://img188.imageshack.us/img188/7495/indicator1.jpg From the above picture, you can see there are two types of indicators 1- on the chart 2- out of that chart "in separate window". I hope this introduction is easy to understand. If you have any question please ask. I'm going to add another topic soon for the 2nd lesson. Best wishes, KENG, velainfo, GUPTA and 3 others 6 Quote a New Year 2011 has come, and the challenge has just started 8-) Link to comment Share on other sites More sharing options...
CW2 Posted August 10, 2010 Report Share Posted August 10, 2010 Hi scarface, Maybe You could help me! How can I put an indicator inside the ea code? Thank You in advance. Quote Link to comment Share on other sites More sharing options...
learningfx Posted August 10, 2010 Report Share Posted August 10, 2010 Hi Guy very good and nice topics & lesson for all. I keen to learn, hope more coming Quote Link to comment Share on other sites More sharing options...
MarceloAkira Posted February 9, 2017 Report Share Posted February 9, 2017 I am new to programming, I would like a hint from MQL4, is there any command to join two indicators? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.