The most popular forum topics:
- [WARNING CLOSED!] Any newbie question, so as not to clutter up the forum. Professionals, don't go by. Can't go anywhere without you. 77 new comments
- EURUSD - Trends, Forecasts and Implications (Part 2) 42 new comments
- Help is needed to get the "Russian Fires 2010" portal up and running quickly. (russian-fires.ru). 26 new comments
Published article "Creating Multi-Colored Indicators in MQL5".
In this article, we will consider how to create multi-colored indicators or convert the existing ones to multi-color. MQL5 allows to represent the information in the convenient form. Now it isn't necessary to look at a dozen of charts with indicators and perform analyses of the RSI or Stochastic levels, it's better just to paint the candles with different colors depending on the values of the indicators.
New publications in CodeBase
- Free Fuzzy Logic Library functions The API functions to Free Fuzzy Logic Library.
- Heiken Ashi On Adaptive Moving Average This is the Heiken Ashi indicator, based on the averaged Open, High, Low and Close prices, averaged using the Adaptive Moving Average.
- TakeAllProfit TakeAllProfit
The most popular forum topics:
New publications in CodeBase
- An Expert Advisor - Index Moving Average This Expert Advisor uses the Index Moving Average indicator.
- Random ZigZaG Random ZigZaG
- A highly profitable Ea This Ea operate the best setting on a daily time frame
- Easiest RSI Opens position when RSI returns from extreme level.
- Extreme RSI Draws arrows when RSI returns back from extreme zone
The most popular forum topics:
- Your opinion... 112 new comments
- Avalanche 55 new comments
- Help me find a simple script! 48 new comments
Published article "Creating and Publishing of Trade Reports and SMS Notification".
Traders don't always have ability and desire to seat at the trading terminal for hours. Especially, if trading system is more or less formalized and can automatically identify some of the market states. This article describes how to generate a report of trade results (using Expert Advisor, Indicator or Script) as HTML-file and upload it via FTP to WWW-server. We will also consider sending notification of trade events as SMS to mobile phone.
The most popular forum topics:
- EURUSD - Trends, Forecasts and Implications (Part 2) 63 new comments
- Difference between manual and automated trading in MT4 for DCs 63 new comments
- Errors, bugs, questions 48 new comments
New publications in CodeBase
- Index Moving Average The indicator shows the rate of change of the simple moving average.
- Second Easiest Works with open, high, and low prices of the current day.
Published article "Transferring Indicators from MQL4 to MQL5".
This article is dedicated to peculiarities of transferring price constructions written in MQL4 to MQL5. To make the process of transferring indicator calculations from MQL4 to MQL5 easier, the mql4_2_mql5.mqh library of functions is suggested. Its usage is described on the basis of transferring of the MACD, Stochastic and RSI indicators.
Published article "The Optimal Method for Calculation of Total Position Volume by Specified Magic Number".
The problem of calculation of the total position volume of the specified symbol and magic number is considered in this article. The proposed method requests only the minimum necessary part of the history of deals, finds the closest time when the total position was equal to zero, and performs the calculations with the recent deals. Working with global variables of the client terminal is also considered.
Published article "Interview with Nikolay Kositsin: multicurrency EA are less risky (ATC 2010)".
Nikolay Kositsin has told us about his developments. He believes multicurrency Expert Advisors are a promising direction; and he is an experienced developer of such robots. At the championships, Nikolay participates only with multicurrency EAs. His Expert Advisor was the only multicurrency EA among the prize winners of all the ATC contests.
The most popular forum topics:
Published article "How to Write an Indicator on the Basis of Another Indicator".
In MQL5 you can write an indicator both from a scratch and on the basis of another already existing indicator, in-built in the client terminal or a custom one. And here you also have two ways - to improve an indicator by adding new calculations and graphical styles to it , or to use an indicator in-built in the client terminal or a custom one via the iCustom() or IndicatorCreate() functions.
New publications in CodeBase
- The "Night" Expert Advisor An Expert Advisor for trading during the night.
- NRTR The NRTR (Nick Rypock Trailing Reverse) indicator draws the base line (support and resistance) and a target line.
- Modified Brooky Strength Indicator Displays the stength of a currency based on 7 of its crosses. Origianally done by Brooky a few pages back in the code base.
- Easiest ever Easiest daytrade robot ever - does the same what happened yesterday.
- Simple Trend Detector Simple Trend Detector. Use the same as RSI and DeM.
The most popular forum topics:
- Avalanche 114 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. 96 new comments
- Errors, bugs, questions 41 new comments
The most popular forum topics:
Published article "Testing Performance of Moving Averages Calculation in MQL5".
A number of indicators have appeared since the time of first Moving Average indicator creation. Many of them use the similar smoothing methods, but the performances of different moving averages algorithms have not been studied. In this article, we will consider possible ways of use the Moving Averages in MQL5 and compare their performance.
The most popular forum topics:
Published article "Processing of trade events in Expert Advisor using the OnTrade() function".
MQL5 gave a mass of innovations, including work with events of various types (timer events, trade events, custom events, etc.). Ability to handle events allows you to create completely new type of programs for automatic and semi-automatic trading. In this article we will consider trade events and write some code for the OnTrade() function, that will process the Trade event.
The most popular forum topics:
New publications in CodeBase
- Dual Trix 15 and 30 Dual Trix Indicator : 2 Moving Averages.
- AutoMagiCal Auto Magic Nr. Calc The Magic Nr. per ASC II Code from Symbols
- Heat Map The purpose of this indicator is to highlight the price zones that had the most activity : the hotest zones.
The most popular forum topics:
- Crazy house! 115 new comments
- EURUSD - Trends, Forecasts and Implications (Part 2) 80 new comments
- Online trading on Wave Theory (NIROBA method) 58 new comments
Published article "The Use of ORDER_MAGIC for Trading with Different Expert Advisors on a Single Instrument".
This article considers the questions of information coding, using the magic-identification, as well as the division, assembly, and synchronization of automatic trading of different Expert Advisors. This article will be interesting to beginners, as well as to more experienced traders, because it tackles the question of virtual positions, which can be useful in the implementation of complex systems of synchronization of Expert Advisors and various strategies.
New publications in CodeBase
- Bulls Bears Power The indicator determines the bulls or bears prevail on the market and plots their strength.
- Reversal Bar The indicator helps to find the reversal bar of the trend.
- TimerClosingPeriod v.2 The updated version of TimeClosingPeriod indicator, it plots the time, remained to the current bar complete. At the last second it plays the sound file, specified in the input parameters.
- Color Parabolic 2 Color Parabolic 2. The color depends on the acceleration factor.
- The CGV class for working with global variables The CGV class simplifies the work with global variables of MetaTrader 5 client terminal.
- OsMaSter_V0 The Expert Adviser uses the indicator OsMA.
The most popular forum topics:
New publications in CodeBase
- iStochasticOfOsc The Stochastic of all oscillator-like indicators, included in MetaTrader 5 client terminal.
- iUniMA The Universal Moving Average, it allows to select any type of moving average, included in the MetaTrader 5 client terminal.
- iMAFan A Colorful Fan of Moving Averages.
- iHeikenAshiSm The Heiken Ashi indicator with smoothing.
- An Expert Advisor, based on the "Puria method" Forex Strategy An Expert Advisor, based on the "Puria method" Forex Strategy.
- The Hodrick-Prescott Filter The Hodrick-Prescott Filter.
- Universal Ranger Shows low high from the last bar from other timeframe. Timeframe can be changed
- DoubleDragon Simple Momentum x 2