Articles, Library comments - page 178

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 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
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...
Design patterns - Factory Method : An interface for creating an object that defers instantiation to subclasses. They decide which class to instantiate. Author: DMITRII PECHERITSA
Keltner Channel : The indicator shows the Keltner Channel on a chart. Author: Vladimir Lyopa
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 Comparing different types of moving averages in trading has been published: This article deals with seven types of moving averages (MA) and a trading strategy to work with them. We also test and compare various MAs at a single trading strategy and evaluate the efficiency of each moving
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
AC_Signal : Semaphore, signal indicator based on the values ​​of the Accelerator of Bill Williams with showing alerts, push-notifications, and sending e-mail messages Fig.1 The AC_Signal indicator Author: Nikolay Kositsin
  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...
Forecast Oscillator : Normalized oscillator provided by the signal line and colored dots for making deals. Author: Nikolay Kositsin
RenkoChart: Renko charts on custom symbols Author: Grigoriy Chaunin
Ultimate Moving Average: Moving Average based on Ultimate Oscillator. It calculates weighted average of three simple moving averages. Author: rkdius
New article Library for easy and quick development of MetaTrader programs (part IX): Compatibility with MQL4 - Preparing data has been published: In the previous articles, we started creating a large cross-platform library simplifying the development of programs for MetaTrader 5 and MetaTrader 4
Design patterns - Abstract Factory : Provide an interface for creating families of related or dependent objects without specifying their concrete classes. Author: DMITRII PECHERITSA
The class of a module of trade signals, on "inner bar breakthrough" in trend direction : The strategy is following: when outer (outside) bar appears, it checks the fact of the inner bar breakthrough in trend direction and generates a signal to open position. A module of trade signals is compatible
MACD Candle Indicator for Mt4: Displays colored bars for MACD indicator above or below the zero level. Configurable with alerts. Author: Thomas Hurley
Divergence: Implementation of a trading system based on divergence detection. The Expert Advisor uses signals provided by the DivergenceViewer indicator. Author: Ihor Herasko