Archive

Posts Tagged ‘Mql4’

Metatrader Expert Advisor: How It Works

November 14th, 2011 Comments off

Metatrader for expert advisor is developed from the MQL4 language. Basically, the metatrader for expert advisor aims to assist traders and investors initiate well calculated trade operations. The program is designed to help eliminate the unreliability, stress, and other hectic emotions that traders usually have when making forex trading decisions or when initiating strategies. Since the program can help calculate outcome and possible losses and other risks, a trader tends to be more secure. Risks are lessened.

You can choose from different kinds of expert advisor. Depending on the facilities and specifications you need, there is certainly a suitable program. If not, there are metatrade programmers who can develop the application you need. The simplest type of expert advisor is developed from the MQL4 language for MT4 platform. The good thing about applications from the language is that they are very accurate.

Regardless of how many times you use it, the expert advisor will be able to give you accurate results. The good thing about using this kind of application is that you get to match the way you do things with the system. You’ll be able to work simultaneously with the program.

It pays to really learn how the system works. Once you learn how things are not and how things “can” be done, you’ll make a lot of profit. Some metatrader software includes audio alarms; custom indicators along with a comprehensive forex trading system that expertly assist you throughout different forex trading dealings. Some metatrader programs even do the trading in your place. They examine the current situation in the forex trading market and take the necessary course of action.

They do their own market research. There is nothing more convenient than using this application. It’s hassle free and very lucrative. For further details check metatrader websites and forex trading forums.

MQL4 for Dummies

January 22nd, 2010 No comments

MQL4-tutorial
Development of applications for the MetaTrader 4 Client Terminal requires the knowledge of MQL4. This programming language MetaQuotes Language 4 is a fourth-generation language that has also been developed by MetaQuotes Software Corp. from their own many years experience. MQL4 is the first programming language to consider all niceties of trading on financial markets.

This present textbook will help you create your own Expert Advisors, scripts and indicators and incarnate in them your ideas – your trading algorithms. The textbook is intended for a large number of readers without experience in programming that want to learn how to develop automated trading applications for MetaTrader 4 Client Terminal. The textbook is designed in such a method that to make learning MQL4 as convenient and consequent as possible.

Download the MQL4 for Dummies textbook

MetaTrader Tips – Expert Advisor Installation

November 16th, 2009 No comments

MetaTrader Expert Advisors file should have the file extension of .ex4 (compiled code) or .mq4 (sourse code). First it is necessary to copy this file to the folder Experts of the MetaTrader working directory (usually C:\Program Files\MetaTrader Broker Name or MetaTrader).

experts

The second step is to restart MetaTrader. After the restart the expert should be added to the list of experts in the Navigator window. It necessary to stress that the colored icon corresponds to mq4 file. If you have an ex4 file only, an icon in the window Navigator will be grey. The same grey color may mean that the errors in a source code appeared.

expert_errors

navigator1

In order to check errors in the EA, you can press F4, the editor of language MQL4 , and then it is necessary to load the source code of expert into the editor. Press F5 in order to compile the expert advisor. In case of success, the sentence ’0 errors’ will appear in conclusion window. Warnings are not errors and their presence does not hinder the successful compiling.

MQL4 Tutorial – Introductory Course

November 3rd, 2009 No comments

MQL4-tutorialHundreds of thousands of traders worldwide have already judged the MetaTrader 4 Client Terminal on its merits. The use of its embedded programming language, MQL4, lifts traders to a new level of trading – to automated trading. Now, a trader can implement his or her ideas as an application program – write a custom indicator, a script to perform single operations, or create an Expert Advisor – an automated trading system (trading robot).

To view the full article, please visit: http://www.metatraderglobal.com/421/mql4-tutorial-introductory-course/

Download the MQL4 for Dummies textbook

Custom Indicators in MQL5

November 3rd, 2009 No comments

Custom Indicators in MetaTrader 5Finally we’ve got an opportunity to try the new trade terminal – MetaTrader 5. No doubt, it is noteworthy and has many new features as compared to its predecessor. The important advantages of this platform among others are:

  • Essentially modified language allowing now to use the object-oriented programming, still allowing to use the rich advantages of structural programming.
  • The code execution speed, which now is much faster than in MetaTrader 4.
  • Essential increase of possibilities for displaying the necessary information.

  • To view the full article, please visit: http://www.metatraderglobal.com/400/custom-indicators-in-mql5/