The most popular forum topics:
- EURUSD - Trends, Forecasts and Implications (Part 2) 110 new comments
- Errors, bugs, questions 15 new comments
- [Archive c 17.03.2008] Humour [Archive to 28.04.2012] 15 new comments
New publications in CodeBase
- is7n_trend.mq5 (new) This trend indicator is based on moving averages.
- An Expert Advisor template This code is a template of an Expert Advisor, written by Valery Mazurenko (notused) for ATC-2010.
- RSI Mirror Another simple, powerfull and profitable Mirror Indicator.
- MA_Mirror EA Based on the idea of pramono72 I wrote an Expert Advisor for it. It may also server as a simple way to write expert advisors using an include file and very few code lines.
The most popular forum topics:
- EURUSD - Trends, Forecasts and Implications (Part 2) 120 new comments
- Errors, bugs, questions 22 new comments
- Martingale: the maximum possible chain of continuous losses/profits 16 new comments
Published article "Interview with Valery Mazurenko (ATC 2010)".
![Interview with Valery Mazurenko (ATC 2010)](https://c.mql5.com/2/0/notused_ava.png)
By the end of the first trading week, Valery Mazurenrk (notused) with his multicurrency Expert Advisor ch2010 appeared on the top position. Having treated trading as a hobby, Valery is now trying to monetize this hobby and write a stable-operating Expert Advisor for real trading. In this interview he shares his opinion about the role of mathematics in trading and explains why object-oriented approach suits best to writing multicurrency EAs.
The most popular forum topics:
- Martingale: the maximum possible chain of continuous losses/profits 122 new comments
- EURUSD - Trends, Forecasts and Implications (Part 2) 69 new comments
- Alternative and common approaches in the construction of TC 48 new comments
Published article "Guide to Testing and Optimizing of Expert Advisors in MQL5".
![Guide to Testing and Optimizing of Expert Advisors in MQL5](https://c.mql5.com/2/0/Testing_Optimization_Guide_MQL5__1.png)
This article explains the step by step process of identifying and resolving code errors as well as the steps in testing and optimizing of the Expert Advisor input parameters. You will learn how to use Strategy Tester of MetaTrader 5 client terminal to find the best symbol and set of input parameters for your Expert Advisor.
New publications in CodeBase
- Moving Average Mirror Entry BUY after Red Line crossing up the Blue Line and exit before the Red Line crossing down the Blue Line. Opposite position : entry SELL after Red Line crossing down the Blue Line.
- BandsFilter Полосы Боллинджера на основе цифровых фильтров
The most popular forum topics:
- Zero sample correlation does not necessarily mean there is no linear relationship 63 new comments
- EURUSD - Trends, Forecasts and Implications (Part 2) 62 new comments
- [WARNING CLOSED!] Any newbie question, so as not to clutter up the forum. Professionals, don't go by. Can't go anywhere without you. 52 new comments
Published article "The "New Bar" Event Handler".
![The "New Bar" Event Handler](https://c.mql5.com/2/0/new_bar_born.png)
MQL5 programming language is capable of solving problems on a brand new level. Even those tasks, that already have such solutions, thanks to object oriented programming can rise to a higher level. In this article we take a specially simple example of checking new bar on a chart, that was transformed into rather powerful and versatile tool. What tool? Find out in this article.
The most popular forum topics:
- Market model: constant throughput 102 new comments
- Iron tips 69 new comments
- [WARNING CLOSED!] Any newbie question, so as not to clutter up the forum. Professionals, don't go by. Can't go anywhere without you. 49 new comments
The most popular forum topics:
Published article "Technical Analysis: What Do We Analyze?".
![Technical Analysis: What Do We Analyze?](https://c.mql5.com/2/0/tech_analysis_MQL5__1.png)
This article tries to analyze several peculiarities of representation of quotes available in the MetaTrader client terminal. The article is general, it doesn't concern programming.
Published article "Interview with Berron Parker (ATC 2010)".
![Interview with Berron Parker (ATC 2010)](https://c.mql5.com/2/0/Berron_ava.png)
During the first week of the Championship Berron's Expert Advisor has been on the top position. He now tells us about his experience of EA development and difficulties of moving to MQL5. Berron says his EA is set up to work in a trend market, but can be weak in other market conditions. However, he is hopeful that his robot will show good results in this competition.
The most popular forum topics:
Published article "Evaluation of Trade Systems - the Effectiveness of Entering, Exiting and Trades in General".
![Evaluation of Trade Systems - the Effectiveness of Entering, Exiting and Trades in General](https://c.mql5.com/2/0/Measure_Trade_Efficiency_MQL5.png)
There are a lot of measures that allow determining the effectiveness and profitability of a trade system. However, traders are always ready to put any system to a new crash test. The article tells how the statistics based on measures of effectiveness can be used for the MetaTrader 5 platform. It includes the class for transformation of the interpretation of statistics by deals to the one that doesn't contradict the description given in the "Statistika dlya traderov" ("Statistics for Traders") book by S.V. Bulashev. It also includes an example of custom function for optimization.
The most popular forum topics:
The most popular forum topics:
- EURUSD - Trends, Forecasts and Implications (Part 2) 65 new comments
- The future of automated trading: round two 49 new comments
- Does any of the TA work on tick charts? 49 new comments
The most popular forum topics:
- The future of automated trading: round two 56 new comments
- Why don't traders want to put even one profitable Expert Advisor on the web? 52 new comments
- [Archive c 17.03.2008] Humour [Archive to 28.04.2012] 31 new comments
The most popular forum topics:
- Zero sample correlation does not necessarily mean there is no linear relationship 76 new comments
- EURUSD - Trends, Forecasts and Implications (Part 2) 59 new comments
- Online trading on Wave Theory (NIROBA method) 37 new comments
The most popular forum topics:
- [Archive c 17.03.2008] Humour [Archive to 28.04.2012] 71 new comments
- The future of automated trading: round two 62 new comments
- EURUSD - Trends, Forecasts and Implications (Part 2) 60 new comments
New publications in CodeBase
- QQE [v02] and QQE multi-timeframe [v02] QQE - Qualitative Quantitative Estimation MA on RSI, Difference of MA on RSI and MA of MA of ATR of MA of RSI
- ytg_ADX_V1 It uses the values of ADX indicator for trading.
- EA_RSI_MA This EA is based on the indicator RSI_MA. EA designed for EURUSD, D1.
Published article "Analyzing Candlestick Patterns".
![Analyzing Candlestick Patterns](https://c.mql5.com/2/0/candlestick_research_MQL5__1.png)
Construction of Japanese candlestick chart and analysis of candlestick patterns constitute an amazing area of technical analysis. The advantage of candlesticks is that they represent data in such a manner that you can track the dynamics inside the data. In this article we analyze candlestick types, classification of candlestick patterns and present an indicator that can determine candlestick patterns.
The most popular forum topics:
New publications in CodeBase
- Simple Expert Advisor based on the Simple Moving Average and ADX This simple Expert Advisor uses Simple Moving Average and ADX indicators.
- Ichimoku Oscillator The oscillator, based on Ichimoku indicator.