Articles, Library comments - page 69

ColorXADX_HTF : The ColorXADX indicator with the timeframe selection option available in the input parameters. Author: Nikolay Kositsin
MovingAverages.mqh Part II by Wiliam210 : How to use Metaquotes native smoothing functions in MovingAverages.mqh SimpleMAOnBuffer(), ExponentialMAOnBuffer(), SmoothedMAOnBuffer(), and 2 LinearWeightedMAOnBuffer() Author: Gerard Willia G J B M Dinh Sy
Easy to use Hedging Class for MQL5 by Peter Mueller - library for MetaTrader 4 : This EA is a demonstration of how you can implement your own Hedging strategy with the help of the include file. Author: Peter Mueller
Simple Parabolic SAR with alert : This indicator shows a standard parabolic SAR another way. Also it send alert when SAR dot changes side. Author: Raymond Codjia
Root Mean Square : Root Mean Square Author: Mladen Rakic
Trend Dashboard Indicator : Trend Dashboard Indicator MetaTrader 5 indicator — a multi-timeframe indicator that is based on three standard indicators: Stochastic oscillator, RSI (Relative Strength Index), and CCI (Commodity Channel Index). It displays current trend directions for M1, M5, M15, M30
Check out the new article: Multibot in MetaTrader (Part II): Improved dynamic template . Developing the theme of the previous article, I decided to create a more flexible and functional template that has greater capabilities and can be effectively used both in freelancing and as a base for
Check out the new article: Data Science and Machine Learning (Part 24): Forex Time series Forecasting Using Regular AI Models . In the forex markets It is very challenging to predict the future trend without having an idea of the past, Very few machine learning models are capable of making the
New article Manual charting and trading toolkit (Part III). Optimization and new tools has been published: In this article, we will further develop the idea of drawing graphical objects on charts using keyboard shortcuts. New tools have been added to the library, including a straight line plotted
ASCtrend_HTF_Signal : ASCtrend_HTF_Signal shows a trend direction or a signal for performing a deal generated by ASCtrend indicator as a graphic object with colored trend indication or deal direction. Author: Nikolay Kositsin In case there is no entry signal at the current bar, the indicator alerts
Check out the new article: Angle-based operations for traders . This article will cover angle-based operations. We will look at methods for constructing angles and using them in trading. Angle-based operations have been used in trading for a very long time. The main advantage of these operations is
Grid and Martin Gale include file : Enables Programmers to create Martin Gale and Grid Trading strategies with ease. Author: Peter Mueller
New article Trading with Donchian Channels has been published: In this article, we develop and tests several strategies based on the Donchian channel using various indicator filters. We also perform a comparative analysis of their operation. I will not reinvent the wheel and will not create another
Easy to use Hedging Class for MQL5 by Peter Mueller : This EA is a demonstration of how you can implement your own Hedging strategy with the help of the include file. Author: Peter Mueller
  Experts: ROC  (9)
ROC: "ROC" EA Trades with "ROC" indicator, has Trailing Stop Loss &Take Profit works on all time frames major forex pairs and stocks NASDAQ. Author: Aharon Tzadik
Average (Breakeven) Price Indicator: This indicator draws a horizontal line at the Average/Breakeven Price for multiple positions. Author: Agostinho Jorge Oliveira
Auto Scheduler : It's a auto scheduler. Author: danyalyaseen
  Experts: Pending order grid  (13   1 2)
Pending order grid: This EA Opens a grid of Buy Stops and Sell Stops at a specified distance from price. Has Stop Loss, Take Profit and Trailing Stop. Author: Thomas Kjelvik
Check out the new article: Developing a multi-currency Expert Advisor (Part 3): Architecture revision . We have already made some progress in developing a multi-currency EA with several strategies working in parallel. Considering the accumulated experience, let's review the architecture of our
New article Graphical Interfaces X: Word wrapping algorithm in the Multiline Text box (build 12) has been published: We continue to develop the Multiline Text box control. This time our task is to implement an automatic word wrapping in case a text box width overflow occurs, or a reverse word
Support and resistance levels: This a bollinger band indicator with an extra deviation level. If you keep the period at 25 and deviations of 1.0 and 2.0, It will show you all your resistance and support lines. And also overbought and oversold levels. Author: edwin
AllAverages v4.9 : One of the latest version of this indicator at the moment. Huge base of different modifications of moving averages, with multitimesframe function, sending signals to e-mail and push notifications. Author: IVAN ASTAFUROV
Heiken Ashi Smoothed : Heiken Ashi is a very well known indicator. One of the variations that is actually improving the indicator is the "smoothed" version. The logic behind the smoothed version is simple: Instead of using "raw" prices" for calculations, it's using smoothed/filtered/averaged prices
Check out the new article: Neural networks made easy (Part 75): Improving the performance of trajectory prediction models . The models we create are becoming larger and more complex. This increases the costs of not only their training as well as operation. However, the time required to make a
Check out the new article: Building A Candlestick Trend Constraint Model (Part 4): Customizing Display Style For Each Trend Wave . In this article, we will explore the capabilities of the powerful MQL5 language in drawing various indicator styles on Meta Trader 5. We will also look at scripts and
Check out the new article: Neural networks made easy (Part 74): Trajectory prediction with adaptation . This article introduces a fairly effective method of multi-agent trajectory forecasting, which is able to adapt to various environmental conditions. Building a trading strategy is inseparable from
Check out the new article: MQL5 Trading Toolkit (Part 1): Developing A Positions Management EX5 Library . Learn how to create a developer's toolkit for managing various position operations with MQL5. In this article, I will demonstrate how to create a library of functions (EX5) that will perform
Check out the new article: Master MQL5 from beginner to pro (Part II): Basic data types and use of variable . This is a continuation of the series for beginners. In this article, we'll look at how to create constants and variables, write dates, colors, and other useful data. We will learn how to
Check out the new article: Balancing risk when trading multiple instruments simultaneously . This article will allow a beginner to write an implementation of a script from scratch for balancing risks when trading multiple instruments simultaneously. Besides, it may give experienced users new ideas
Check out the new article: Brute force approach to patterns search (Part VI): Cyclic optimization . In this article I will show the first part of the improvements that allowed me not only to close the entire automation chain for MetaTrader 4 and 5 trading, but also to do something much more