The most popular forum topics:
- School of Pimpology 49 new comments
- Questions about publication procedures 19 new comments
- How to optimise an advisor correctly 19 new comments
New publications in CodeBase
- Schaff Trend Indicator Schaff Trend.
- NRTR (Nick Rypock Trailing Reverse) The NRTR indicator lies below the chart at rising trends and lies above the chart at descending trends.
- Ravi+AO A simple EA that uses 2 indicators AO and RAVI (attached) in its working. NOT OPTIMIZED!!! Good results on EUR/USD - H1.
- 20_Pips This EA is based on the statistics with an element of Martingale.
New publications in CodeBase
- Open Source Forex The concept of this EA is to monitor several indicators and trade based on a value returned by those indicators.
- WcciPatterns Indicator WcciPatterns. See the description at the indicator's code itself.
Published article "Grouped File Operations".

It is sometimes necessary to perform identical operations with a group of files. If you have a list of files included into a group, then it is no problem. However, if you need to make this list yourself, then a question arises: "How can I do this?" The article proposes doing this using functions FindFirstFile() and FindNextFile() included in kernel32.dll.
The most popular forum topics:
- School of Pimpology 39 new comments
- Questions about publication procedures 33 new comments
- MySIMPLE trading system 22 new comments
New publications in CodeBase
- CCI_Woodies_Paterns_v1 The indicator determines the patterns of the Woodies CCI trading system.
- MA2CCI TS based on the intersection of two MAs filtered by the CCI signals.
- ParMA BB МА on the basis of a parabolic regression with Bollinger bands.
New publications in CodeBase
- Murrey levels The name is self-explanatory. The error that presented in the previous implementations is corrected here.
- up3x1 Investor МТS performs a trading oriented at the panic, publishing of the important economical indexes at the FOREX market.
The most popular forum topics:
- School of Pimpology 41 new comments
- Waddah Attar Win Expert 21 new comments
- How to code? 15 new comments
Published article "Method of Determining Errors in Code by Commenting".

The article describes a method of searching the errors in the MQL4 code that is based on commenting. This method is found to be a useful one in case of problems occuring during the compilation caused by the errors in a reasonably large code.
New publications in CodeBase
- EES Hedger - Take the other side of the trade - buy when you are selling, sell when you are buying Do you have the need to take the opposite side of a trade? Using manual trading or another EA, EES Hedger can immediately take the opposite position as specified in EA parameters. Instructions: For example, you are trading SAR EA on GBPUSD and SAR
- IsConnected An EA that writes the time of disconnections from the server into a file.
- Sidus_v.1 The EA was developed on the basis of the Sidus indicator. It trades on EURUSD H1. Shows good results on the history after optimization. The test was performed on the quotes from http://metaquotes.ru/ and "Alpari" DC.
New publications in CodeBase
- Trend RDS This expert dertemines the trend at a specific time then it goes in the opposite side
- Fractal Levels A regular modification of the fractals by B. Williams.
- Fractal_Level_Xrust It was written at the request of one trader, it draws the horizontal lines at the level of the last fractal upwards and downwards.
The most popular forum topics:
- Waddah Attar Win Expert 53 new comments
- Competition. I will write an expert for free. 25 new comments
- School of Pimpology 18 new comments
New publications in CodeBase
- 3LineBreak An indicator that colors the bars of the bullish trend with the blue color and the bars of the bearish trend with the red color.
- Silver-channels An indicator that is to be placed on the Ichimoku allows to trade both in the trend and in the flat playing mode.
- Kijun-Tenkan+ Draws separately Kijun and Tenkan lines with the drawing forward on a specified number of periods.
- х1 A simple indicatorless system based on the adding of the position with a decreased lot until the reaching of the necessary profit level.
Published article "What about Hedging Daily?".

A trading strategy using hedging system created for trading the intra-day style of GBPJPY / EURJPY and for daily trading.
The most popular forum topics:
- Waddah Attar Win Expert 37 new comments
- Hidden divergence 29 new comments
- School of Pimpology 25 new comments
Published article "All about Automated Trading Championship: Additional Materials of Championships 2006-2007".

We present to you a selection of these materials that are divided into several parts. The present one contains additional materials about automated trading, Expert Advisors development, etc.
The most popular forum topics:
- What is the cumulative probability? 59 new comments
- Hidden divergence 41 new comments
- School of Pimpology 27 new comments
Published article "File Operations via WinAPI".

Environment MQL4 is based on the conception of safe "sandbox": reading and saving files using the language are allowed in some predefined folders only. This protects the user of MetaTrader 4 from the potential danger of damaging important data on the HDD. However, it is sometimes necessary to leave that safe area. This article is devoted to the problem of how to do it easily and correctly.
New publications in CodeBase
- moving average position system In this issue we will view the strategy called Moving Average Position System developed by the reader of our forum, Andrey. The strategy uses the only one indicator and the combined system of capital management.
- SymbolList fromSet The script extracts the list of symbols from the *.set file and saves it as the csv file.
- SymbolList The script swaps out all the symbols available in the Market Watch window into a csv file.
The most popular forum topics:
- SDS - Simple Daily System EA 39 new comments
- Hidden divergence 34 new comments
- NATURAL INTELLIGENCE as the basis of a trading system 32 new comments
Published article "All about Automated Trading Championship: Reporting the Championship 2007".

The present article contains Weekly Reports of the ATC 2007. These materials are like snapshots, they are interesting-to-read not only during the Championship, but years later as well.
New publications in CodeBase
- Altarius_RSI&Stoh I've tested the EA on EUR/USD M15, it uses stochastic and RSI.
- DSS Bressert - double smoothed stochastic (Double Smoothed Stochastic Indicator by Walter Bressert) Indicator of overbuying/overselling
- MA_Gideon2 Indicator MA_Gideon2.
New publications in CodeBase
- File Operations without Limitations Well, the functions of file operations are used in the system library of kernel32.dll. It is this library that we import into the EA. The code is attached.
- RSI_dots Indicator RSI_dots.
- Vector The EA works with 4 symbols.
- Waddah Attar Super Support Resistance It Shows you more than 160 type of Support and Resistance .
Published article "Forecasting Financial Time-Series".

Forecasting financial time-series is a required element of any investing activity. The concept of investing itself - put up money now to gain profits in future - is based on the concept of predicting the future. Therefore, forecasting financial time-series underlies the activities of the whole investing industry - all organized exchanges and other securities trading systems.