Articles, Library comments - page 126

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
back to look old tp : see tp pip Author: Natthchet Khunpluem
SCIPT Edition Modify SL and/or TP mt5 : ok mt5 edit sl and tp Author: Natthchet Khunpluem
Basic Moving Average template: A ready made expert adviser template to use for further development or use 'as is' Author: Kenneth Parling
Power of JPY with average : Power of JPY indicator shows actual strength of currency JPY calculated of 7 pairs that contain JPY. Indicator can be used for strategies based on mean reversion and/or correlation. Included pairs: USD JPY, EUR JPY, GBP JPY, AUD JPY, CAD JPY, NZD JPY, CHF JPY. Author: JAN
Power of CHF with average : Power of CHF indicator shows actual strength of currency CHF calculated of 7 pairs that contain CHF. Indicator can be used for strategies based on mean reversion and/or correlation. Included pairs: EUR CHF, USD CHF, GBP CHF, CAD CHF, AUD CHF, NZD CHF, CHF JPY. Author: JAN
Power of EUR with average : Power of EUR indicator shows actual strength of currency EUR calculated of 7 pairs that contain EUR. Indicator can be used for strategies based on mean reversion and/or correlation. Included pairs: EUR USD, EUR GBP, EUR JPY, EUR AUD, EUR CHF, EUR CAD, EUR NZD. Author: JAN
Power of AUD with average : Power of AUD indicator with average shows actual strength of currency AUD calculated of 7 pairs that contain AUD. Indicator can be used for strategies based on mean reversion and/or correlation. Included pairs: EUR AUD, GBP AUD, AUD USD, AUD CAD, AUD NZD, AUD JPY, AUD
Dsl - DMI oscillator: DSL - DMI oscillator. ‌ Author: Mladen Rakic
PY_Signal : Multi time frame signal Author: Purnama Yasa
Expert adviser licence protection template: Guide 'how to' make different expert adviser license protections Author: Kenneth Parling
Daily Pivot, Resistance and Support Levels Assist : This is an indicator on Daily Pivot Points and Support and Resistance levels. Author: Thilan Perera
BBands Stop v1: Modification of Bollinger Bands trend indicator. It can be used for detecting a trend change, as well as for setting stop orders. It is quite descriptive and easy to use. The indicator changes its color when the chart crosses Bollinger Bands showing trend reversal on the market....
New article How to create 3D graphics using DirectX in MetaTrader 5 has been published: 3D graphics provide excellent means for analyzing huge amounts of data as they enable the visualization of hidden patterns. These tasks can be solved directly in MQL5, while DireсtX functions allow creating
The Puncher: Trades using indicators: iStochastic (Stochastic Oscillator) and iRSI (Relative Strength Index, RSI). Author: Vladimir Karputov
New article Library for easy and quick development of MetaTrader programs (part XII): "Account" object class and collection of account objects has been published: In the previous article, we defined position closure events for MQL4 in the library and got rid of the unused order properties. Here we