Articles, Library comments - page 4

Check out the new article: Custom Indicators (Part 1): A Step-by-Step Introductory Guide to Developing Simple Custom Indicators in MQL5 . Learn how to create custom indicators using MQL5. This introductory article will guide you through the fundamentals of building simple custom indicators and
Check out the new article: Using PSAR, Heiken Ashi, and Deep Learning Together for Trading . This project explores the fusion of deep learning and technical analysis to test trading strategies in forex. A Python script is used for rapid experimentation, employing an ONNX model alongside traditional
  Experts: Grid EA Pro  (17   1 2)
Grid EA Pro : A professional Grid advisor works according to RSI ( Relative Strength Index ) indicators. And has the function of Reducing the Drawdown on the account by overlapping unprofitable orders. The chart displays information about the profit. It can be a very useful tool, For manual trading
Check out the new article: MQL5 Wizard Techniques you should know (Part 37): Gaussian Process Regression with Linear and Matern Kernels . Linear Kernels are the simplest matrix of its kind used in machine learning for linear regression and support vector machines. The Matérn kernel on the other hand
FastStochastic: The Fast Stochastic indicator is one of modifications of a popular stochastic oscillator Fig.1 The FastStochastic indicator Author: Nikolay Kositsin
Swing High Low and Fibonacci Retracement Indicator : This is an indicator that combines swing high/low and Fibonacci Retracement to identify potential buying zones. Author: Minh Hieu Hoang
Polychromatic Momentum - extended: Denis Meyers that invented Polychromatic Momentum, describes it as: Momentum is defined as the difference, or percent change, between the current bar and a bar some lookback period in the past. The major problem with using momentum based indicators is...
Check out the new article: Neural Networks Made Easy (Part 87): Time Series Patching . Forecasting plays an important role in time series analysis. In the new article, we will talk about the benefits of time series patching. The Transformer architecture, which originated in the field of natural
  Experts: Simple Order Panel  (15   1 2)
Simple Order Panel : Source code of simple order panel Author: Manuel Alejandro Cercos Perez
Trend Strength Index : The Trend Strength Index indicator measures strength of current trend. Author: steigein
Market Watch Panel Utilitiy : A real-time monitoring tool for MetaTrader 5 that displays key financial data, allows quick symbol switching, and customizable symbol lists. Save and reload symbols, reset lists, and customize text and panel colors for a personalized trading experience. Author: Tien
Check out the new article: Turtle Shell Evolution Algorithm (TSEA) . This is a unique optimization algorithm inspired by the evolution of the turtle shell. The TSEA algorithm emulates the gradual formation of keratinized skin areas, which represent optimal solutions to a problem. The best solutions
Check out the new article: Example of CNA (Causality Network Analysis), SMOC (Stochastic Model Optimal Control) and Nash Game Theory with Deep Learning . We will add Deep Learning to those three examples that were published in previous articles and compare results with previous. The aim is to learn
Check out the new article: MQL5 Wizard Techniques you should know (Part 38): Bollinger Bands . Bollinger Bands are a very common Envelope Indicator used by a lot of traders to manually place and close trades. We examine this indicator by considering as many of the different possible signals it does
Reversing Martingale EA: Very popular but dangerous strategy which doubles the stakes after each loosing trade. Finally, if there is enough margin it will reverse into the direction of the current price move and will eventually close in profit. The EA is automatically generated with Mission...
Smart MA Trailing Stop EA - MT4 : Smart MA Trailing Stop EA automatically adjusts stop losses based on your selected MA period and distance between SL and MA. Author: Kommoju Sahityananda Devi
  Indicators: Volume Average  (14   1 2)
Volume Average: Long known volume analysis method. In capital markets, volume, or trading volume, is the amount (total number) of a security (or a given set of securities, or an entire market) that was traded during a given period of time. In the...
Stoch RSI MT4 : The Stochastic RSI indicator (Stoch RSI) is essentially an indicator of an indicator. It is used in technical analysis to provide a stochastic calculation to the RSI indicator. This means that it is a measure of RSI relative to its own high/low range over a user defined period of
New article Payments and payment methods is published: MQL5.community built-in services offer great opportunities both to MQL5 developers and ordinary traders with no programming skills. But all these features can't be implemented without in-house secure payment system, that provides a convenient
New article Creating Custom Criteria of Optimization of Expert Advisors is published: The MetaTrader 5 Client Terminal offers a wide range of opportunities for optimization of Expert Advisor parameters. In addition to the optimization criteria included in the strategy tester, developers are given...
Check out the new article: Creating an MQL5-Telegram Integrated Expert Advisor (Part 6): Adding Responsive Inline Buttons . In this article, we integrate interactive inline buttons into an MQL5 Expert Advisor, allowing real-time control via Telegram. Each button press triggers specific actions and
Check out the new article: Permuting price bars in MQL5 . In this article we present an algorithm for permuting price bars and detail how permutation tests can be used to recognize instances where strategy performance has been fabricated to deceive potential buyers of Expert Advisors. Permuting
Fractal_RSI_HTF: The Fractal_RSI indicator with the timeframe selection option available in the input parameters. Author: Nikolay Kositsin
Load Server History: Load history form server Set the option at 1. Author: Lam K
Check Last Closed Trade (Profit / Type / Symbol etc.) : Select the last closed deal (trade) to further work. Author: Hapu Arachchilage Tharindu Lakmal
  Libraries: MT4Orders  (50   1 2 3 4 5)
MT4Orders: Parallel use of the MetaTrader 4 and MetaTrader 5 order systems. Author: fxsaber
CounterTrend Ema V1 : 3 Ema moving averages identify trend change with rsi confirm Author: Paul Conrad Carlson
Adaptive SMA : improved version of the standard Simple moving average indicator with a lower delay Author: Andrei Khrushchev
New article Learn how to design a trading system by Ichimoku has been published: Here is a new article in our series about how to design a trading system b the most popular indicators, we will talk about the Ichimoku indicator in detail and how to design a trading system by this indicator. In this
Hi all, any body help me