Published article "MQL5 Cookbook: Writing the History of Deals to a File and Creating Balance Charts for Each Symbol in Excel".

When communicating in various forums, I often used examples of my test results displayed as screenshots of Microsoft Excel charts. I have many times been asked to explain how such charts can be created. Finally, I now have some time to explain it all in this article.
The most popular forum topics:
- Econometrics: State-space model forecasting 89 new comments
- Market patterns 29 new comments
- Championship all? :) 25 new comments
New publications in CodeBase
- ATRStops_v1_HTF A trend indicator implemented in the form of NRTR. Timeframe is specified in the input parameters of the indicator.
- Volatility2 A simple indicator that calculates only the volatility of a financial asset
- ATRStops_v1 A trend indicator implemented in the form of NRTR
The most popular forum topics:
- Interesting and Humour 64 new comments
- What's new in MetaTrader 4 and MQL4 - big changes on the way 39 new comments
- Championship all? :) 30 new comments
New publications in CodeBase
- Change To Range Ratio The Change To Range Ratio indicator is used for closing short-term positions and/or for filtering entry points.
- MTF_MACD_Bars A semaphore signal indicator showing the MACD histogram calculated on the timeframe specified in the input parameters
- Tro_Range A simple volatility meter which displays sizes of candlesticks in a separate subwindow
Bestsellers in the Market:
The most popular forum topics:
- Interesting and Humour 65 new comments
- What's new in MetaTrader 4 and MQL4 - big changes on the way 50 new comments
- New Members introduction 42 new comments
Bestsellers in the Market:
The most popular forum topics:
New publications in CodeBase
- Stochastic Fan A fan of Stochastic indicators, the period of which is defined by one of four types of progressions
- ang_AZad_Css The trend indicator drawn in the form of a colored cloud
- RSI Fan A fan of RSI indicators, the period of which is defined by one of the four progressions
Bestsellers in the Market:
The most popular forum topics:
- Interesting and Humour 78 new comments
- What's new in MetaTrader 4 and MQL4 - big changes on the way 71 new comments
- Using neural networks in trading 69 new comments
Bestsellers in the Market:
New publications in CodeBase
- MA Fan A fan of MA indicators, the period of which is defined by one of four types of progressions
- SR_TLB An interpretation of Stieve Nisson's 'Three Line Break' strategy
- Damiani_volatmeter The volatility meter with the indication in the form of a colored cloud
- MQL4 to MQL5 compatibility library Version 1.2 - MQL5\Include\mql4compat.mqh
Published article "Money Management Revisited".

The article deals with some issues arising when traders apply various money management systems to Forex trading. Experimental data obtained from performing trading deals using different money management (MM) methods is also described.
The most popular forum topics:
- Structure rules. Learning how to structure programmes, exploring possibilities, errors, solutions, etc. 59 new comments
- Errors, bugs, questions 41 new comments
- Interesting and Humour 36 new comments
Bestsellers in the Market:
New publications in CodeBase
- JeromeClock The indicator displays the time in different time zones on a chart
- XO The indicator without averaging of the data array, that is a Buy/Sell decision is made in one move.
- Range Ratio An indicator for short term trading, it can be used as a signal for closing a position or as the filter to enter one.
Published article "Another MQL5 OOP Class".

This article shows you how to build an Object-Oriented Expert Advisor from scratch, from conceiving a theoretical trading idea to programming a MQL5 EA that makes that idea real in the empirical world. Learning by doing is IMHO a solid approach to succeed, so I am showing a practical example in order for you to see how you can order your ideas to finally code your Forex robots. My goal is also to invite you to adhere the OO principles.
Published article "Alert and Comment for External Indicators (Part Two)".

Since I published the article "Alert and Comment for External Indicators", I have been receiving requests and questions regarding the possibility of developing an external informer operating based on indicator lines. Having analyzed the questions, I have decided to continue with the subject. Getting data stored in indicator buffers turned out to be another area of interest to users.
The most popular forum topics:
- Interesting and Humour 52 new comments
- New Members introduction 34 new comments
- Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 6. 31 new comments
Bestsellers in the Market:
New publications in CodeBase
- WildersDMI A complex trend indicator that uses ADX for calculations
- Stochastic_HTF A stochastic oscillator with an option for selecting a timeframe for calculations, which may differ from the timeframe on which the indicator is applied
- IINWMARROWS A semaphore signal indicator that uses Moving Averages
Published article "Alert and Comment for External Indicators. Multi-Currency Analysis Through External Scanning".

Alert for multi-currency and multiple time frame analysis of external indicators. The article deals with a method of getting event information in respect of events in external indicators, without having to attach indicators to a chart or open charts themselves. We will call it external scanning.
The most popular forum topics:
- New Members introduction 59 new comments
- Interesting and Humour 59 new comments
- Market patterns 27 new comments
New publications in CodeBase
- AMA_SLOPE The oscillator shows the rate of change of the AMA indicator
- OnChart_RSI The RSI oscillator located directly on the chart
- OnChart_Stochastic A stochastic oscillator located directly on the chart
Bestsellers in the Market:
New publications in CodeBase
- FX5_SelfAdjustingRSI The RSI oscillator with the boundaries of the overbought/oversold areas expressed by Bollinger Bands
- RSICandle The RSI indicator implemented as a sequence of candlesticks
- BBflat_sw A simple interpretation of the Bollinger Bands indicator in a separate window.