Articles, Library comments - page 14

ATR Channels Indicator : The indicator displaying multi level of ATR Channel. Author: Muhammad Syamil Bin Abdullah
Check out the new article: Automating Trading Strategies in MQL5 (Part 15): Price Action Harmonic Cypher Pattern with Visualization . In this article, we explore the automation of the Cypher harmonic pattern in MQL5, detailing its detection and visualization on MetaTrader 5 charts. We implement an
PriceLines : Script for drawing a price markup. Author: Alexey Volchanskiy
Check out the new article: ALGLIB library optimization methods (Part II) . In this article, we will continue to study the remaining optimization methods from the ALGLIB library, paying special attention to their testing on complex multidimensional functions. This will allow us not only to evaluate
Check out the new article: Automating Trading Strategies in MQL5 (Part 11): Developing a Multi-Level Grid Trading System . In this article, we develop a multi-level grid trading system EA using MQL5, focusing on the architecture and algorithm design behind grid trading strategies. We explore the
Multi Currency Template: This is Multi Currency Expert Advisor Template that can trade according to symbol list (default 6 symbols).For Example, Ichimoku Chinkou Span is used for entry logic.// Main input parametersinput double Lots = 0.01; // Basic lot sizeinput int StopLoss= 50; //Stoploss (in
New article Migrating from MQL4 to MQL5 is published: Many developers have accumulated a lot of indicators and trading strategies written in MQL4. To use them in Metatrader 5, they should be converted to MQL5. It's not so easy to rewrite all programs in MQL5. It would be much easier to convert them
Check out the new article: Price Action Analysis Toolkit Development (Part 26): Pin Bar, Engulfing Patterns and RSI Divergence (Multi-Pattern) Tool . Aligned with our goal of developing practical price-action tools, this article explores the creation of an EA that detects pin bar and engulfing
Check out the new article: Automating Trading Strategies in MQL5 (Part 19): Envelopes Trend Bounce Scalping — Trade Execution and Risk Management (Part II) . In this article, we implement trade execution and risk management for the Envelopes Trend Bounce Scalping Strategy in MQL5. We implement order
Check out the new article: MQL5 Wizard Techniques you should know (Part 68): Using Patterns of TRIX and the Williams Percent Range with a Cosine Kernel Network . We follow up our last article, where we introduced the indicator pair of TRIX and Williams Percent Range, by considering how this
  Experts: MartingailExpert  (15   1 2)
MartingailExpert : The EA uses Martingale. Initial entry by indicator iStochastic (Stochastic Oscillator). Author: Vladimir Karputov
Instantaneous trend line - levels : Instantaneous trend line - using levels for signals filtering Author: Mladen Rakic
Check out the new article: Body in Connexus (Part 4): Adding HTTP body support . In this article, we explored the concept of body in HTTP requests, which is essential for sending data such as JSON and plain text. We discussed and explained how to use it correctly with the appropriate headers. We
  Libraries: SMTP Mail Library  (11   1 2)
SMTP Mail Library : Library for sending mail messages. Author: Andrey Voytenko
Horizontal GridLines : Creates horizontal grid lines on the current chart for price action analysis. Author: Mansukh Patidar
Check out the new article: Developing a Replay System (Part 71): Getting the Time Right (IV) . In this article, we will look at how to implement what was shown in the previous article related to our replay/simulation service. As in many other things in life, problems are bound to arise. And this
Check out the new article: Data Science and ML (Part 42): Forex Time series Forecasting using ARIMA in Python, Everything you need to Know . ARIMA, short for Auto Regressive Integrated Moving Average, is a powerful traditional time series forecasting model. With the ability to detect spikes and
Check out the new article: MQL5 Trading Tools (Part 3): Building a Multi-Timeframe Scanner Dashboard for Strategic Trading . In this article, we build a multi-timeframe scanner dashboard in MQL5 to display real-time trading signals. We plan an interactive grid interface, implement signal
  Indicators: PinBar  (15   1 2)
PinBar : An indicator of pin bars, to be used as a built-in indicator in Expert Advisors. Shows levels specified by the pattern for the open price and stop-loss. Author: Andrew
Baseline: iMA + ATR Bands : Combines a Moving Average with ATR-based upper and lower bands to act as a trend filter and volatility channel. Author: Marteo Gonzales Cosme
Check out the new article: ALGLIB library optimization methods (Part I) . In this article, we will get acquainted with the ALGLIB library optimization methods for MQL5. The article includes simple and clear examples of using ALGLIB to solve optimization problems, which will make mastering the
Check out the new article: Automating Trading Strategies in MQL5 (Part 18): Envelopes Trend Bounce Scalping - Core Infrastructure and Signal Generation (Part I) . In this article, we build the core infrastructure for the Envelopes Trend Bounce Scalping Expert Advisor in MQL5. We initialize envelopes
Check out the new article: How to Create an Interactive MQL5 Dashboard/Panel Using the Controls Class (Part 2): Adding Button Responsiveness . In this article, we focus on transforming our static MQL5 dashboard panel into an interactive tool by enabling button responsiveness. We explore how to
New article Using Discriminant Analysis to Develop Trading Systems is published: When developing a trading system, there usually arises a problem of selecting the best combination of indicators and their signals. Discriminant analysis is one of the methods to find such combinations. The article
Check out the new article: Neural Networks in Trading: Market Analysis Using a Pattern Transformer . When we use models to analyze the market situation, we mainly focus on the candlestick. However, it has long been known that candlestick patterns can help in predicting future price movements. In
  Scripts: MQL5 Program Packer  (22   1 2 3)
MQL5 Program Packer : This is MQL5 project packer: assemble all source and resource files from dependencies into a single ZIP. Author: Stanislav Korotky
Check out the new article: Advanced Memory Management and Optimization Techniques in MQL5 . Discover practical techniques to optimize memory usage in MQL5 trading systems. Learn to build efficient, stable, and fast-performing Expert Advisors and indicators. We’ll explore how memory really works in
AveragePrice : Indicator for calculating the average price of open positions, you can use the magic number if you want to separate the positions of just one robot, but the zero number is for manual operations. Author: Francisco Gomes Da Silva
Swaps Monitor for a Single Symbol : A simple utility for monitoring long and short swaps of a single symbol. If your broker-dealer's swaps are specified in points instead of account currency, this utility automatically converts points into account currency. Swaps are tripled on Wednesday. Horizontal
Check out the new article: Developing a multi-currency Expert Advisor (Part 19): Creating stages implemented in Python . So far we have considered the automation of launching sequential procedures for optimizing EAs exclusively in the standard strategy tester. But what if we would like to perform