Hamed Vahabi
Hamed Vahabi
shared author's Denis Kirichenko article
very good
MQL5 Cookbook - Trading signals of moving channels
MQL5 Cookbook - Trading signals of moving channels

The article describes the process of developing and implementing a class for sending signals based on the moving channels. Each of the signal version is followed by a trading strategy with testing results. Classes of the Standard Library are used for creating derived classes.

shared author's Vladimir Karputov article
very good idea
Area method
Area method

The "area method" trading system works based on unusual interpretation of the RSI oscillator readings. The indicator that visualizes the area method, and the Expert Advisor that trades using this system are detailed here. The article is also supplemented with detailed findings of testing the Expert Advisor for various symbols, time frames and values of the area.

shared author's Jaspreet Singh Saini code
 Currency Strength EA
This EA opens Buy or Sell trades in strongest or weakest pair. It cannot be backtested. Kindly use it on Demo account first & use it on your own risk.
shared author's Louis Stoltz code
 CSV signals to Expert
How to load csv signals into your expert
good
PettreMelitz
PettreMelitz
Requesting help: Reading dynamic CSV file into EA
Hello,  I am in the process of developing an Excel spreadsheet that analyzes 17 currency pairs and outputs "buy" or "sell" signals. The signals are based on multiple conventional indicators (MACD, RSI, CCI, MA's, BANDS etc) that I have hard
hi. I have a same problem with you. i have a csv signal file an i need a ea program that can read an open position from the signal file. can you send a ea program? thanks
Florent
Florent
Multiple trades open on different symbols in Strategy Tester ?
Hello, I'm using Strategy Tester with a multiple currency EA but I can't figure out how it works in detail. There is this article that introduce Multiple Currency EA but it doesn't go into details . Ok there is an option to say "Take all symbols
shared author's MetaQuotes article
very good artilce
Functions for Money Management in an Expert Advisor
Functions for Money Management in an Expert Advisor

The development of trading strategies primarily focuses on searching for patterns for entering and exiting the market, as well as maintaining positions. If we are able to formalize some patterns into rules for automated trading, then the trader faces the question of calculating the volume of positions, the size of the margins, as well as maintaining a safe level of mortgage funds for assuring open positions in an automated mode. In this article we will use the MQL5 language to construct simple examples of conducting these calculations.

shared author's sangmane code
very good . thanks
 Export to Excel in Real Time
Export text to Excel in real time using native DDE library provided by Windows
shared author's Sergey Pavlov article
convert to mql5. good way
Migrating from MQL4 to MQL5
Migrating from MQL4 to MQL5

This article is a quick guide to MQL4 language functions, it will help you to migrate your programs from MQL4 to MQL5. For each MQL4 function (except trading functions) the description and MQL5 implementation are presented, it allows you to reduce the conversion time significantly. For convenience, the MQL4 functions are divided into groups, similar to MQL4 Reference.

shared author's Mladen Rakic code
perfect
 Instantaneous Trend Line
Instantaneous Trend Line is one of the series of indicators created by John Ehlres.
shared author's Claude Beaudoin code
perfect
 Graphically display current trend for all time frames in one simple panel
This is a graphical indicator based on slope-direction-trend indicator that has been published under several other forms.
shared author's Andriy Voitenko article
dll
Guide to writing a DLL for MQL5 in Delphi
Guide to writing a DLL for MQL5 in Delphi

The article examines the mechanism of creating a DLL module, using the popular programming language of ObjectPascal, within a Delphi programming environment. The materials, provided in this article, are designed to primarily target beginner programmers, who are working with problems, which breach the boundaries of the embedded programming language of MQL5, by connecting the outside DLL modules.

shared author's Vladimir Mametov article
best
Automatic construction of support and resistance lines
Automatic construction of support and resistance lines

The article deals with automatic construction of support/resistance lines using local tops and bottoms of price charts. The well-known ZigZag indicator is applied to define these extreme values.

Hamed Vahabi
Registered at MQL5.community