Articles, Library comments - page 126

New article Random Walk and the Trend Indicator is published: Random Walk looks very similar to the real market data, but it has some significant features. In this article we will consider the properties of Random Walk, simulated using the coin-tossing game. To study the properties of the data, the...
New article Continuous Walk-Forward Optimization (Part 1): Working with Optimization Reports has been published: The first article is devoted to the creation of a toolkit for working with optimization reports, for importing them from the terminal, as well as for filtering and sorting the obtained
New article Continuous Walk-Forward Optimization (Part 7): Binding Auto Optimizer's logical part with graphics and controlling graphics from the program has been published: This article describes the connection of the graphical part of the auto optimizer program with its logical part. It considers
Design patterns - Prototype (creational) : Create objects by copying a prototype Author: DMITRII PECHERITSA
Reversal: The indicator displays trade opening signals based on the author's 'Reversal' trading system. Author: Sergey Vradiy
  Indicators: Super-signals  (11   1 2)
Super-signals: This indicator is very simple to use: red arrow - sell signal, blue arrow - buy signal. Exceeds its analogues, such as Hi-Lo, Trend and others, by several times. Works on any timeframe and with any currency pair. Author: John Smith 
ZigZag Pointer: The indicator is similar to ASCTrend, in my opinion it is even better. Works by the system: High - Low. Author: John Smith
  Indicators: Signals  (14   1 2)
Signals: A solution for those who can not devote much time to the analysis of the current situation on the Forex market and to making correct and confident decisions, that are an integral part of online trading. Author: John Smith
Trendsignal indicator version 2: Trendsignal indicator with potential area drawn on chart. Author: pankaj bhaban
New article Universal Expert Advisor: Custom Strategies and Auxiliary Trade Classes (Part 3) has been published: In this article, we will continue analyzing the algorithms of the CStrategy trading engine. The third part of the series contains the detailed analysis of examples of how to develop...
New article Ready-made Expert Advisors from the MQL5 Wizard work in MetaTrader 4 has been published: The article offers a simple emulator of the MetaTrader 5 trading environment for MetaTrader 4. The emulator implements migration and adjustment of trade classes of the Standard Library. As a result,...
Chart_Period_Changer: A simple script for switching basic timeframes. It allows to change a chart period using hot keys. Three different versions are attached: Ascending;Descending;On loop. Author: Olegs Kucerenko
Messages Helpers: Various helper functions for sending messages of different types to different sources. U‌sage example: #include <Messages.mqh>// ....debug("Print debug message");debugAlert("Alert debug message");debugMessageBox("Show debug message box");debugNotify("Send debug...
Fundamental Trader DailyFX CSV MQL4: This Expert Advisor trades every news event that is scheduled to release on www.dailyfx.com/calendar for the current week. The EA waits for the next news event to be released, compares the released economic data, determines which currency to trade and...
Moving Averages with Colors: "Classical" MA with a twist: colors change depending on the angle of the slope. Author: Mladen Rakic
Design patterns - Factory Method : An interface for creating an object that defers instantiation to subclasses. They decide which class to instantiate. Author: DMITRII PECHERITSA
Close All Orders by Current Symbol: This EA will show the button that can used to close all orders by the current chart symbol. Author: Gusti Risyadi Noor
New article Creating a "Snake" Game in MQL5 is published: This article describes an example of "Snake" game programming. In MQL5, the game programming became possible primarily due to event handling features. The object-oriented programming greatly simplifies this process. In this article, you...
New article Continuous Walk-Forward Optimization (Part 6): Auto Optimizer's logical part and structure has been published: We have previously considered the creation of automatic walk-forward optimization. This time, we will proceed to the internal structure of the auto optimizer tool. The article
Price Heatmap: This indicator shows price heatmap using price histogram. Author: fxborg
Identify potential Trends/Range (Pivot Points) : The story behind this indicator is really interesting. I've published last week a script called "Identify potential Trends/Range (Pivot Points)" and a huge number of mql5ers contacted me to ask if it is possible to have it as an indicator. So I was
AlliHeik: Trading on indicator Heiken Ashi Smoothed Oscillator. Settings for placing Stop Loss, Take Profit, and Trailing the positions. Author: Vladimir Karputov
Explosion5: Advisor scalper. Trading algorithm: Candle[0]> Candle[1] * 2. Taimeframe - 4H && Day. Author: Vladimir Baskakov
M1MA indicator : M1-based Moving Average. It gives more adequate estimation of average price per bar compared to any standard price type (close, open, median, typical, weighted, etc). Author: Stanislav Korotky
TMS_Arrows: TMS Arrows indicator Author: Scriptor
New article Deep Neural Networks (Part VII). Ensemble of neural networks: stacking has been published: We continue to build ensembles. This time, the bagging ensemble created earlier will be supplemented with a trainable combiner — a deep neural network. One neural network combines the 7 best...
New article Graphical Interfaces X: Updates for Easy And Fast Library (Build 2) has been published: Since the publication of the previous article in the series, Easy And Fast library has received some new features. The library structure and code have been partially optimized slightly reducing CPU...
  Experts: Time trader v2  (17   1 2)
Time trader v2: Opens specified trades at the specified time Author: Tonny Obare
Design patterns - Builder : For a complex object separate its construction from representation. Same construction process can create different representations Author: DMITRII PECHERITSA
Trailing Stop EA: The TrailingStop EA manages an open position with a trader supplied Trailing Stop. If the trailing stop is less than the allowed stop, the EA changes it to the allowed minimum stop. Trader can run the EA on any chart even if the ticket number (s)he supplied is for a different...