To add a new post, please log in or register
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...
Other
  • 12257
  • 24
  • 23
Besarion Turmanauli, 17 January 2017, 20:11
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...
Other
  • 3065
  • 31
  • 3
Stanislav Korotky, 11 January 2017, 16:26
main aaj subah se laga tha ke mujhe mql5 jaisa koi website mile so mil gaya...
Other
  • 31
niranjan kumar, 8 January 2017, 20:54
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...
Other
  • 202
  • 3
Stanislav Korotky, 19 December 2016, 13:02
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...
Other
  • 242
  • 1
Stanislav Korotky, 12 December 2016, 19:28
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...
Other
  • 276
  • 2
  • 1
Stanislav Korotky, 12 December 2016, 19:28
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...
Other
  • 74
David Moore II, 8 December 2016, 02:32
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...
Other
  • 658
  • 25
  • 2
Stanislav Korotky, 23 November 2016, 15:14
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...
Other
  • 1086
  • 21
  • 2
Stanislav Korotky, 21 November 2016, 09:38
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...
Other
  • 532
  • 5
  • 4
Stanislav Korotky, 14 November 2016, 14:23 #metatrader 4
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...
Other
  • 1093
  • 5
Stanislav Korotky, 14 November 2016, 14:23 #metatrader 4
Exception handling is a powerfull and useful mechanism of modern OOP...
Other
  • 477
  • 8
  • 3
Stanislav Korotky, 8 November 2016, 14:54
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...
Other
  • 496
  • 1
  • 1
Stanislav Korotky, 8 November 2016, 14:54
What's the #1 way to become wealthy in today's World? I'll give you a clue. It's 100% different from what it used to be. It's also become far easier. That's why I'm doing a LIVE Training, I'm going to reveal exactly how the new wave of Entrepreneurs are getting rich these days...
Other
  • 45
Muhammad Elbermawi, 8 November 2016, 08:00
I analysed the profitability of expert advisor ichimoku for 6 months at Strategy Tester. GBPUSD trading test using expert advisor ichimoku showes the profit of $2576. - random delay - every tick based on real ticks - H1 timeframe...
Other
  • 253
  • 2
Chang Suk Chung, 2 November 2016, 04:00
MQL code performance is important in many aspects. For example, if your expert adviser is well optimized you could pay much less for it running in the cloud. Or you can eliminate a situation when your terminal becomes unresponsive for a while while it calculates a heavy indicator...
Other
  • 467
  • 1
  • 1
Stanislav Korotky, 25 October 2016, 22:01
For Better or Worse, the Market Provides “Win or lose, everybody gets what they want out of the market. Some people seem to like to lose, so they win by losing” – Ed Seykota What’s yourrealaim when you trade? Most people would saymakingmoney, but most people don’t see the bigger picture...
Other
  • 97
Dean Hyde, 25 October 2016, 09:08
For those who are not sure when you set Offset GMT. Therefore I will give several examples. Example 1: Time in the terminal = 14.00, and GMT=11.00; then GMT_offset = 3 Example 2: Time in the terminal = 9.00, and GMT=11...
Other
  • 6235
  • 5
  • 7
Konstantin Kulikov, 22 October 2016, 22:28
When it comes to OOP, there should be an hierarchy of classes. And most of hierachies are built from a single base class. This is very powerful feature. It allows you to store objects in various containers, such as vectors, queues, lists, and process them consistently in batch tasks...
Other
  • 667
  • 6
  • 3
Stanislav Korotky, 21 October 2016, 13:28
KillerTrend Ichimoku is an expert advisor based on ichimoku kinko hyo indicator. This trading robot finds a critical event about Kijun-sen and Senkou Span. Below is the test result and GBPJPY graph for last 6 months(2016.04.20~10.19...
Other
  • 268
  • 2
Chang Suk Chung, 20 October 2016, 06:59