Articles, Library comments

New article How to Subscribe to Trading Signals is published: "Signals" in MetaTrader 5 trading platform allow traders to connect to any signal issued by providers. Select and subscribe to any trading signals provider to copy all his or her deals on your account. How to become an investor and...
New article How to Prepare a Trading Account for Migration to Virtual Hosting has been published: MetaTrader client terminal is perfect for automating trading strategies. It has all tools necessary for trading robot developers ‒ powerful C++ based MQL4/MQL5 programming language, convenient...
New article How to Become a Signals Provider for MetaTrader 4 and MetaTrader 5 is published: Do you want to offer your trading signals and make profit? Register on MQL5.com website as a Seller and specify your trading account to offer your signals to traders. Keep in mind that you can create only...
New article Why Virtual Hosting On The MetaTrader 4 And MetaTrader 5 Is Better Than Usual VPS has been published: Renting a virtual server right from the MetaTrader 4 and MetaTrader 5 terminals is the optimal way to ensure uninterrupted work of your trading robots and Signal subscriptions....
New article How to create Requirements Specification for ordering an indicator has been published: Most often the first step in the development of a trading system is the creation of a technical indicator, which can identify favorable market behavior patterns. A professionally developed indicator...
New article Use MQL5.community channels and group chats has been published: The MQL5.com website brings together traders from all over the world. Users publish articles, share free codes, sell products in the Market, perform Freelance orders and copy trading signals. You can communicate with them on
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
Check out the new article: Neural networks made easy (Part 89): Frequency Enhanced Decomposition Transformer (FEDformer) . All the models we have considered so far analyze the state of the environment as a time sequence. However, the time series can also be represented in the form of frequency
Backtesting Trade Assistant Panel : Backtesting Trade Assistant Panel Author: Amirhossein Heydarijokani
  Indicators: iForexSessions  (66   1 2 3 4 5 6 7)
iForexSessions : Highlights the Forex Market Sessions (Sydney, Tokyo, London, New York). Author: amrali
Local Timezones and Local Session Hours : Class to access to the local time for the specified location, as well as time zone information and the local trading session hours. Author: amrali
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
TimeGMT library for the strategy tester : Static class to fix the TimeGMT() function during testing in the strategy tester. Author: amrali
MQL5 Programming for Traders – Source Codes from the Book. Part 7 : The final seventh part of the book discusses the advanced capabilities of the MQL5 API, which will be useful when developing programs for MetaTrader 5. These include custom financial symbols, built-in economic calendar events, and
Economic Calendar CSV : This script saves a predefined set of economic events from the MetaTrader's built-in economic calendar into CSV file. Author: Stanislav Korotky
Check out the new article: How to integrate Smart Money Concepts (OB) coupled with Fibonacci indicator for Optimal Trade Entry . The SMC (Order Block) are key areas where institutional traders initiate significant buying or selling. After a significant price move, fibonacci helps to identify
Fractals - adjustable period and prices: Fractals - adjustable period and prices Author: Mladen Rakic
Dynamic Support and Resistance - for MetaTrader 5 : The "Dynamic Support and Resistance" Indicator is a versatile tool that combines support and resistance levels with real-time market dynamics. By incorporating previous daily highs and lows, it provides valuable insights into market psychology and
SL-TP Values : Indicator displays the value of defined stop loss and or take profit in the deposit currency. Note: It calculates an estimated value based on a simple calculation and does not take into account brokerage commissions. Author: Livio Alves
Check out the new article: Creating an MQL5 Expert Advisor Based on the Daily Range Breakout Strategy . In this article, we create an MQL5 Expert Advisor based on the Daily Range Breakout strategy. We cover the strategy’s key concepts, design the EA blueprint, and implement the breakout logic in
Check out the new article: Developing a multi-currency Expert Advisor (Part 12): Developing prop trading level risk manager . In the EA being developed, we already have a certain mechanism for controlling drawdown. But it is probabilistic in nature, as it is based on the results of testing on
Check out the new article: Reimagining Classic Strategies (Part V): Multiple Symbol Analysis on USDZAR . In this series of articles, we revisit classical strategies to see if we can improve the strategy using AI. In today's article, we will examine a popular strategy of multiple symbol analysis
  Scripts: Close-All  (41   1 2 3 4 5)
Close-All: A script to close all market positions and/or pending orders. Author: amrali
Trade Copier - Open Source - Multiplatform - Transmitter Side: Trade Transmitter will Transmit Trades from MT5 Demo or Real accounts using CSV Files. Each trade request created manually or by other EAs on MT5 terminal will be automatically transmitted. Positions and orders summaries are also
CHistoryPositionInfo Class: A class for easy access to the closed position properties. Author: amrali
HistoryPositionInfo version 2: Returns the profit of a position in points, as well as commission, swaps and profit in money based on the trading history. Author: Vladimir Karputov
Perfect Seconds Chart : Perfect Seconds chart indicator allows you to convert minute candles of live data into seconds. 1. Choose any number of seconds to close a bar with accurate time. 2. This is Live OHLC rates based data, It works even if ticks are not available. 3. No external DLL required, it
  Experts: Grid EA Pro  (18   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
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
Check out the new article: Integrating MQL5 with data processing packages (Part 3): Enhanced Data Visualization . In this article, we will perform Enhanced Data Visualization by going beyond basic charts by incorporating features like interactivity, layered data, and dynamic elements, enabling