Attachment is the user guide , tester reports and set files of Twins Grid System...
With over 5 trillion dollars traded daily, the Forex market provides an incredibly profitable opportunity not only for traders, but also for brokers looking to profit from the industry...
Money is the most honest indicator of interaction with the world. (Morozova). The thesis is clear? How many at you money, such and the relations. The world is neutral. All pluses and minuses occur in your head and a body. It you create the world and restrictions...
When I was introduced to trading 5 years ago I never, at that moment, imagined that I would be at the point where I am today. I was still working about 80+ hours per week, having started off as an ‘on call garbage collector’ if you will...
Many sellers here in "MQL5 Markets" add technical tools (indicators, experts ...etc.) with colorful lines and no value, they do not test the validity of technical rules after their tools. They just want to sell something for nothing. I hate that...
Have you ever wanted to test if your manual strategy is profitable on the long run? Have you ever wondered if your current strategy is profitable? Or are you tired of spending countless hours in front of the computer just waiting for a trading signal to be generated...
Chinese President Xi Jinping offered a vigorous defense of free trade at the World Economic Forum in Davos on Tuesday in a speech that underscored Beijing's desire to play a greater global role as the United States turns inward...
Hello dear traders and EA developers, it's Besso and today we're going to solve an issue many MQL programmers are stuck with: Metaeditor has no ready-to-use color templates or themes and it's really hard to watch the white screen all day and particularly during nights...
If you're distributing some products for MetaTrader 4/5 via the Market, you probably know that a special "welcome" stage of automatic product validation has been added recently by MetaQuotes on the site...
main aaj subah se laga tha ke mujhe mql5 jaisa koi website mile so mil gaya...
The year 2016 is approaching its end, and it seems a proper moment to sum up all events and achievements, success and failures of the past 12 months...
In the first part we have described common OLAP principles and designed a set of classes bringing hypercube functionality in MetaTrader. At the moment we have the base Aggregator class, which does almost all the job. Now we can implement many specific aggregators with minimal efforts...
Normally trader's activity involves analysis of a lot of data. Part of it, and probably most significant part, are numbers. Time series, economic indicators, trading reports should be studied, classified and analyzed...
Simply put: I'm an American, born in America, live in America, speak American English ( only ), and have what is considered the "ideal American accent...
In previous parts we have developed the library Optimystic for self-optimization of EAs on the fly (part 1, part 2) and particle swarm algorithm (part 3) which is more efficient optimization method than brute force approach used in the library intially...
In 2 previous chapters we have studied a library for on the fly optimization of expert advisers (part1, part2). One of drawbacks of the library is its slow method of optimization, because it's nothing else than straightforward iteration over all possible combinations of parameters' values...
In the part 1 we have developed a set of programming interfaces (abstract classes) constituting Optimystic library. In this part we'll implement all classes and embed the library into example EA. The library source code resides in the file Optimystic...
Are you ready for a very very long story? It will be probably most complicated and prolonged publication in the series of MQL OOP so far, but it's surely worth reading, because its main theme is automatic self-optimization of expert advisers on the fly...
Exception handling is a powerfull and useful mechanism of modern OOP...
Today we're starting a patchy subject, which will combine many different things. This is why I decided to split it into parts. Out final goal is exception handling, but before we can address it, we need to prepare a ground...