The most popular forum topics:
- EURUSD - Trends, Forecasts and Implications (Part 3) 152 new comments
- end of 2011. - Beginning of the second wave of the crisis 78 new comments
- Questions from a "dummy" 37 new comments
Published article "MQL5 Wizard for Dummies".

In early 2011 we released the first version of the MQL5 Wizard. This new application provides a simple and convenient tool to automatically generate trading robots. Any MetaTrader 5 user can create a custom Expert Advisor without even knowing how to program in MQL5.
The most popular forum topics:
New publications in CodeBase
- Exposure This script reads all opened position and calculates their exposure for each currency.
- Line Order LineOrder gives you the ability to place an order by using the horizontal line object from the toolbar menu. You can also control stop loss and take profit buy moving its horizontal lines.
- MTF MACD scalper This is a Multi time frame indicator based on the MACD. I was attempting to see if I could get a good entry on the M5 chart, and make the MACD values of the H1,H4,D align with the M5.
The most popular forum topics:
- EURUSD - Trends, Forecasts and Implications (Part 3) 76 new comments
- Let's go SetLastError!!! 62 new comments
- Trade from 25 pips per day on signals 30 new comments
The most popular forum topics:
- EURUSD - Trends, Forecasts and Implications (Part 3) 88 new comments
- [Archive c 17.03.2008] Humour [Archive to 28.04.2012] 27 new comments
- Learning and writing together in MQL5 26 new comments
The most popular forum topics:
- EURUSD - Trends, Forecasts and Implications (Part 3) 205 new comments
- Trade from 25 pips per day on signals 57 new comments
- How is the expected payoff calculated? 46 new comments
New publications in CodeBase
- sTimeToVariables The script converts the time, represented as datetime variable into the year, month, day, hour, minutes and seconds.
- VSA by the master the market e-book this indicator is from the e-book master the market of Tom Williams, calling VSA method. It plots many arrow sign of the weakness and strength definition. Just point the mouse out at the sign, then the definition will show.
The most popular forum topics:
- EURUSD - Trends, Forecasts and Implications (Part 3) 157 new comments
- Eurusd/gbpusd 22 new comments
- Alert needed on profitable phenomenon 15 new comments
The most popular forum topics:
- EURUSD - Trends, Forecasts and Implications (Part 3) 119 new comments
- Learning and writing together in MQL5 25 new comments
- Eurusd/gbpusd 21 new comments
New publications in CodeBase
- Send Price Quotes By Email (Up to 50 quotes of your choice) The purpose of this EA is to receive by email the price quotes of the symbol selected and daily % change, as well as some information about your account. You can insert up to 50 different symbols of any type (FOREX, CFD).
- Source Code This is first EA I am providing for everyone to see and work upon. This is written by me. This EA should be used on EURUSD 15min with initial capital of $1000.
- Stop Loss Mover This EA automatically moves your stop loss to break even at a predefined level.
The most popular forum topics:
- EURUSD - Trends, Forecasts and Implications (Part 3) 67 new comments
- Eurusd/gbpusd 36 new comments
- Your most effective strategy? 18 new comments
The most popular forum topics:
- Your most effective strategy? 105 new comments
- Yusuf's floodwaters 78 new comments
- [Archive!] Any rookie question, so as not to clutter up the forum. Professionals, don't pass it by. Couldn't go anywhere without you - 2. 70 new comments
The most popular forum topics:
- Which days of the week are good for trading 64 new comments
- EURUSD - Trends, Forecasts and Implications (Part 3) 56 new comments
- Avalanche 29 new comments
Published article "Statistical Estimations".

Estimation of statistical parameters of a sequence is very important, since most of mathematical models and methods are based on different assumptions. For example, normality of distribution law or dispersion value, or other parameters. Thus, when analyzing and forecasting of time series we need a simple and convenient tool that allows quickly and clearly estimating the main statistical parameters. The article shortly describes the simplest statistical parameters of a random sequence and several methods of its visual analysis. It offers the implementation of these methods in MQL5 and the methods of visualization of the result of calculations using the Gnuplot application.
The most popular forum topics:
- EURUSD - Trends, Forecasts and Implications (Part 3) 109 new comments
- [Archive! 30 new comments
- What's not the Grail? 20 new comments
The most popular forum topics:
- EURUSD - Trends, Forecasts and Implications (Part 3) 65 new comments
- Which days of the week are good for trading 51 new comments
- [Archive! 19 new comments
New publications in CodeBase
- Regression Analysis This indicator compares four types of regression (linear, quadratic, logarithmic and exponential) and chooses the one that best fits the data analyzed.
- Kaufman Efficiency Ratio Kaufman Efficiency Ratio (also called "generalized fractal efficiency") according to Perry Kaufman books "Smarter Trading" and "New Trading Systems & Methods".
- Kaufman Volatility Kaufman Volatility indicator according to Perry Kaufman book "Smarter Trading: Improving Performance in Changing Markets".
The most popular forum topics:
- EURUSD - Trends, Forecasts and Implications (Part 3) 101 new comments
- exit from a location +martingale 46 new comments
- Catching a reversal or correction 34 new comments
The most popular forum topics:
New publications in CodeBase
- DRAW_COLOR_CANDLES The DRAW_COLOR_CANDLES style (as DRAW_CANDLES) draws candlesticks based on values of four indicator buffers, containing Open, High, Low and Close prices. In additions it allows you to specify color for each candlestick from a given set.
- DRAW_COLOR_BARS The DRAW_COLOR_BARS style draws bars based on values of four indicator buffers, containing Open, High, Low and Close prices. This is the advanced version of the DRAW_BARS style, that allows you to specify individual color for each bar from predefined color set.
- DRAW_COLOR_ZIGZAG The DRAW_COLOR_ZIGZAG style draws lines of different colors by values of two indicator buffers. This is the color version of the DRAW_ZIGZAG style and allows you to specify individual color for each line from predefined color set.
The most popular forum topics:
The most popular forum topics:
- EURUSD - Trends, Forecasts and Implications (Part 3) 74 new comments
- [Archive!] Any rookie question, so as not to clutter up the forum. Professionals, don't pass it by. Couldn't go anywhere without you - 2. 38 new comments
- A sub-workshop to fill in the FAQ (frequently asked questions). Let's help comrades! 26 new comments
Published article "MQL5 Wizard: New Version".

The article contains descriptions of the new features available in the updated MQL5 Wizard. The modified architecture of signals allow creating trading robots based on the combination of various market patterns. The example contained in the article explains the procedure of interactive creation of an Expert Advisor.