The most popular forum topics:
The most popular forum topics:
New publications in CodeBase
- Trader Script 1 It's easy to use, just input your lotsize, stoploss and take profit values (in points) and trade.
- Three Combo Indicator It combines two ema's, rsi and adx to give you buy or sell signals.
- Auto-Fibonacci Create a Fibonacci retracement object automatically on your graph.
New publications in CodeBase
- Jays Candle Display Jays candle display is a multi candle displaying indicator. It displays the swing and body of candles on different timeframes from one minute up to one day.
- Break-even price level (without loss level) The script shows the price level, where total profit for all of the opened positions will be non-negative (without loss level, or break-even price level).
- Jay Digital Parabolic Spy Indicator Displays info about the SAR in relation to the selected candles on four different timeframes.
The most popular forum topics:
The most popular forum topics:
- EURUSD - Trends, Forecasts and Implications (Part 1) 166 new comments
- Why is the normal distribution not normal? 90 new comments
- Tic_Tac Great Idea No More Guessing!!! 52 new comments
New publications in CodeBase
- Elliott Waves Indicator The indicator helps to use the Elliott waves, as described in the book "Trade Chaos" by Bill Williams.
- ArrayVirtualOrders Library for virtual trading.
The most popular forum topics:
New publications in CodeBase
- Object Delete The script deletes objects from the chart.
- Sig_CCI It's based on the simple CCI, it plots arrows for sell and buy signals on the chart.
The most popular forum topics:
- Why is the normal distribution not normal? 60 new comments
- EURUSD - Trends, Forecasts and Implications (Part 1) 55 new comments
- The professional seat of the trader 17 new comments
New publications in CodeBase
- The aggressive semi-automated scalping EA Use on 1M charts. Manually choose Only Long, Only Short or Short and Long depending on market direction. Close open orders moving in the opposite direction.
- ChartPlusChartV3 Program for logging of non-market quotations from brokerage companies with MetaTrader platform. ADDED: Added ability to run your own script automatically in case of non-market quotations have place.
- Simple Expert Advisor Many people asks to post a simple expert advisor. Here is it.
Published article "Meta COT Project - New Horizons for CFTC Report Analysis in MetaTrader 4".

The article is about the use of CFTC report data (Open Interest) in MetaTrader. The article describes the proposed META COT project in details, shows how to load and process the necessary information. The Expert Advisor included into the project will help us analyze the effectiveness of the concept presented in the article. Finally, we'll draw some conclusions and offer useful suggestions.
The most popular forum topics:
The most popular forum topics:
- Intuition testing 67 new comments
- It's impossible to make money on Forox!!! 37 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. 37 new comments
The most popular forum topics:
- EURUSD - Trends, Forecasts and Implications (Part 1) 225 new comments
- It's impossible to make money on Forox!!! 145 new comments
- Non-fitting system - main features 44 new comments
New publications in CodeBase
- Trade-Arbitrage It works without losses. It uses the market inefficiency for the arbitrage.
- 10 points on EURUSD & GBPUSD The strategy is based on breakthrough of the maximum and minimum price values of the previous trading day.
The most popular forum topics:
- It's impossible to make money on Forox!!! 110 new comments
- EURUSD - Trends, Forecasts and Implications (Part 1) 96 new comments
- Intuition testing 82 new comments
Published article "FANN2MQL Neural Network Tutorial".

This article has been made to show you how to use neural networks, via FANN2MQL, using an easy example: teaching a simple pattern to the neuralnetwork, and testing it to see if it can recognize patterns it has never seen.
The most popular forum topics:
- EURUSD - Trends, Forecasts and Implications (Part 1) 104 new comments
- It's impossible to make money on Forox!!! 96 new comments
- Does anyone have a decent advisor for sale? 29 new comments
New publications in CodeBase
- Average Stocastic indicator for several timeframes It shows Stochastics for several timeframes in a single chart, also it calculates the average value.
- Fine Fractal Channel A finer resolution channel made of three bar fractals.
The most popular forum topics:
- Does anyone have a decent advisor for sale? 141 new comments
- Obtaining a stationary BP from a price BP 110 new comments
- EURUSD - Trends, Forecasts and Implications (Part 1) 60 new comments
The most popular forum topics:
- EURUSD - Trends, Forecasts and Implications (Part 1) 64 new comments
- Obtaining a stationary BP from a price BP 54 new comments
- Testing real-time forecasting systems 14 new comments
Published article "Step on New Rails: Custom Indicators in MQL5".

I will not list all of the new possibilities and features of the new terminal and language. They are numerous, and some novelties are worth the discussion in a separate article. Also there is no code here, written with object-oriented programming, it is a too serous topic to be simply mentioned in a context as additional advantages for developers. In this article we will consider the indicators, their structure, drawing, types and their programming details, as compared to MQL4. I hope that this article will be useful both for beginners and experienced developers, maybe some of them will find something new.
Published article "Auto-Generated Documentation for MQL5 Code".

Most Java coders will be familiar with the auto-generated documentation that can be created with JavaDocs. The idea is to add comments into the code in a semi-structured way that can then be extracted into an easy to navigate help file. The C++ world also has a number of documentation auto-generators, with Microsoft's SandCastle and Doxygen being two leaders. The article describes the use of Doxygen to create HTML help file from structured comments in MQL5 code. The experiment worked very well and I believe the help documentation that Doxygen produces from MQL5 code will add a great deal of value.