Kodlar

Linear Regression Line MetaTrader 4 için

The indicator draws the linear regression line based on the closing prices of the last bars

Makaleler

MQL4 Language for Newbies. Custom Indicators (Part 2) MetaTrader 4 için

This is the fifth article from the series "MQL4 Languages for Newbies". Today we will learn to use graphical objects - a very powerful development tool that allows to widen substantially possibilities of using indicators. Besides, they can be used in scripts and Expert Advisors. We will learn to

MQL4 Language for Newbies. Custom Indicators (Part 1) MetaTrader 4 için

This is the fourth article from the series "MQL4 Languages for Newbies". Today we will learn to write custom indicators. We will get acquainted with the classification of indicator features, will see how these features influence the indicator, will learn about new functions and optimization, and

MQL4 Language for Newbies. Technical Indicators and Built-In Functions MetaTrader 4 için

This is the third article from the series "MQL4 Language for Newbies". Now we will learn to use built-in functions and functions for working with technical indicators. The latter ones will be essential in the future development of your own Expert Advisors and indicators. Besides we will see on a

MQL4 Language for Newbies. Difficult Questions in Simple Phrases. MetaTrader 4 için

This is the second article from the series "MQL4 Language for Newbies". Now we will examine more complex and advanced constructions of the language, learn new options and see, how they can be applied in everyday practice. You will get acquainted with a new cycle type 'while', new condition type

MQL4 Language for Newbies. Introduction MetaTrader 4 için

This sequence of articles is intended for traders, who know nothing about programming, but have a desire to learn MQL4 language as quick as possible with minimal time and effort inputs. If you are afraid of such phrases as "object orientation" or "three dimensional arrays", this article is what you

Strings: Table of ASCII Symbols and Its Use MetaTrader 4 için

In this article we will analyze the table of ASCII symbols and the ways it can be used. We will also deal with some new functions, the principle of operation of which is based on the peculiarities of the ASCII table, and then we will create a new library, which will include these functions. They are

Three-Dimensional Graphs - a Professional Tool of Market Analyzing MetaTrader 4 için

In this article we will write a simple library for the construction of 3D graphs and their further viewing in Microsoft Excel. We will use standard MQL4 options to prepare and export data into *.csv file

Alternative Log File with the Use of HTML and CSS MetaTrader 4 için

In this article we will describe the process of writing a simple but a very powerful library for making the html files, will learn to adjust their displaying and will see how they can be easily implemented and used in your expert or the script