Articles, Library comments - page 27

Check out the new article: Integrating MQL5 with data processing packages (Part 1): Advanced Data analysis and Statistical Processing . Integration enables seamless workflow where raw financial data from MQL5 can be imported into data processing packages like Jupyter Lab for advanced analysis
Fibonacci Bollinger Bands (MQL5 Version) - Converted from Pine Script by Rashad : This Fibonacci Bollinger Bands indicator is a conversion from Pine Script (by Rashad) to the MQL5 language. Author: Rama Destrian Hartadi
Candle Size : The indicator searches for candles on the price chart that are larger than the size specified in the settings and marks them on the chart. Author: Evgeniy Chumakov
Simplified "EuroSurge" Expert Advisor (EA) for MetaTrader 4 (MT4) : This expert opens trades based on signals from multiple technical indicators. Author: Bernard Petrus Le Roux
Support and Resistance: The "Support and Resistance" indicators shows the support and resistance levels using the Fractals indicator. The calculation of support levels is based on the "Fractals down", the calculation of the resistance levels is based on the "Fractals up" of the Fractals indicator...
Check out the new article: Generative Adversarial Networks (GANs) for Synthetic Data in Financial Modeling (Part 1): Introduction to GANs and Synthetic Data in Financial Modeling . This article introduces traders to Generative Adversarial Networks (GANs) for generating Synthetic Financial data
Check out the new article: MQL5 Wizard Techniques you should know (Part 50): Awesome Oscillator . The Awesome Oscillator is another Bill Williams Indicator that is used to measure momentum. It can generate multiple signals, and therefore we review these on a pattern basis, as in prior articles, by
createbot : goodbt Author: Chems-eddine Besseghier
  Experts: TradePanel  (52   1 2 3 4 5 6)
TradePanel: Simple one click trade panel, typically useful for scalpers and day traders. Note: The current chart symbol can be switched by writing the desired one in the symbol box. Author: MhFx7
RSI Dual Cloud EA : Strategy based on custom indicator 'RSI Dual Cloud'. Four types of signals Author: Vladimir Karputov
Check out the new article: Neural networks made easy (Part 76): Exploring diverse interaction patterns with Multi-future Transformer . This article continues the topic of predicting the upcoming price movement. I invite you to get acquainted with the Multi-future Transformer architecture. Its main
ScalpX : ScalpX is an indicator that uses Kalman filters to identify buy and sell opportunities whenever is indicated by the graph. Author: Miguel Angel Marina Garduno
Close by Equity Percent: The EA closes all positions if the equity reaches a certain ratio as related to the balance. Author: Vladimir Karputov
AutoFibo indicator of two last swings based on ZigZag for MT5 : The AutoFibo indicator is an advanced Fibonacci retracement tool that automatically draws Fibonacci levels based on the ZigZag pattern. This indicator is designed to help traders quickly identify potential support and resistance levels
Check out the new article: Developing a multi-currency Expert Advisor (Part 11): Automating the optimization (first steps) . To get a good EA, we need to select multiple good sets of parameters of trading strategy instances for it. This can be done manually by running optimization on different
Check out the new article: Trading with the MQL5 Economic Calendar (Part 3): Adding Currency, Importance, and Time Filters . In this article, we implement filters in the MQL5 Economic Calendar dashboard to refine news event displays by currency, importance, and time. We first establish filter
JMA - Jurik Moving Average : JMA is an indicator which is the transformation of the accumulated background data is the essence of this technical indicator. JMA offers an opportunity to recognize several peculiarities and patterns that are invisible to the naked eye in price dynamics. Based on this
No Loss EA - No Indicator, No Price Action strategy for MetaTrader 4 : This strategy eliminates the need to rely on indicators, candlestick patterns, chart patterns, or any price action. This EA employs a progressive system that I have been using for the past six months and have backtested for over
Check out the new article: Neural Networks Made Easy (Part 94): Optimizing the Input Sequence . When working with time series, we always use the source data in their historical sequence. But is this the best option? There is an opinion that changing the sequence of the input data will improve the
Check out the new article: MQL5 Wizard Techniques you should know (Part 49): Reinforcement Learning with Proximal Policy Optimization . Proximal Policy Optimization is another algorithm in reinforcement learning that updates the policy, often in network form, in very small incremental steps to
Candle ZigZag : Candle ZigZag is an indicator which changes its leg if a candlestick color changes Author: Rajesh Kumar Nait
Check out the new article: Mastering Log Records (Part 1): Fundamental Concepts and First Steps in MQL5 . Welcome to the beginning of another journey! This article opens a special series where we will create, step by step, a library for log manipulation, tailored for those who develop in the MQL5
Check out the new article: Creating a Trading Administrator Panel in MQL5 (Part VII): Trusted User, Recovery and Cryptography . Security prompts, such as those triggered every time you refresh the chart, add a new pair to the chat with the Admin Panel EA, or restart the terminal, can become tedious
  Indicators: DXY Dollar Index  (17   1 2)
DXY Dollar Index: This indicator calculates and displays the Dollar Index and 2 definable moving averages. In order for it to work, the broker must provide prices for all the reference pairs, i.e. EURUSD, USDJPY, GBPUSD, USDCAD, USDSEK, USDCHF. Author: Andy T
Script to extract Candlesticks data from all time frames to CSV. : This MQL5 script exports candlestick data for various timeframes into a CSV file, capturing essential market information like open, high, low, and close prices. It analyzes each candlestick's characteristics, including body and wick
Demo_BitmapOffset (OBJPROP_XOFFSET and OBJPROP_YOFFSET): If you need to show just a part of the image at the moment and hide other, you can use the moving window by specifying the visible area of the image. This is an example of use of the OBJPROP_XOFFSET and OBJPROP_YOFFSET properties. See video...
Check out the new article: Developing a multi-currency Expert Advisor (Part 13): Automating the second stage — selection into groups . We have already implemented the first stage of the automated optimization. We perform optimization for different symbols and timeframes according to several criteria
New article Data Science and Machine Learning (Part 01): Linear Regression has been published: It's time for us as traders to train our systems and ourselves to make decisions based on what number says. Not on our eyes, and what our guts make us believe, this is where the world is heading so, let us
Check out the new article: Developing a Replay System (Part 51): Things Get Complicated (III) . In this article, we will look into one of the most difficult issues in the field of MQL5 programming: how to correctly obtain a chart ID, and why objects are sometimes not plotted on the chart. The
2MA_RSI: This Expert Advisor uses two Moving Averages and RSI indicator. It has two money management systems - fixed lot and martingale. The martingale can be disabled. Author: Fox Rex