Articles, Library comments - page 138

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 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...
Forecast Oscillator: Normalized oscillator provided by the signal line and colored dots for making deals. Author: Nikolay Kositsin
New article Creating Multi-Colored Indicators in MQL5 is published: In this article, we will consider how to create multi-colored indicators or convert the existing ones to multi-color. MQL5 allows to represent the information in the convenient form. Now it isn't necessary to look at the dozen of...
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
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
mt5 : Short description.robotmt5 Author: tae Khun