Articles, Library comments - page 7

DPO - MA modified : change of MA curve to horizontal line and DPO curve shall represent the distance from close price to zero level (or MA curve) Author: Mohamed Hassan Mohamed Hassan Alsherbiny
Check out the new article: Reimagining Classic Strategies in Python: MA Crossovers . In this article, we revisit the classic moving average crossover strategy to assess its current effectiveness. Given the amount of time time since its inception, we explore the potential enhancements that AI can
Check out the new article: Portfolio Optimization in Python and MQL5 . This article explores advanced portfolio optimization techniques using Python and MQL5 with MetaTrader 5. It demonstrates how to develop algorithms for data analysis, asset allocation, and trading signal generation, emphasizing
Close All Orders and Positions : This is a simple script that Closes all Orders and Positions available Author: Omega J Msigwa
DPO - MA modified : main point is changing of MA curve to horizontal line and DPO curve shall represent to distance from close price to zero level or MA curve Author: Mohamed Hassan Mohamed Hassan Alsherbiny
Moving Averages-14 different types : This is an indicator to calculate 14 types of moving averages based on close price. Author: Yashar Seyyedin
Volumes Spread mod : Volumes Spread mod Author: Nicholas C Weber
Copy Objects: The script copy objects (Trendline, Horizontal Line, Rectangle, Fibo) from active chart to all charts in this same symbol. Author: Tadeusz Kiesner
Channel ZZ: A brand-new version of Channel ZZ indicator Author: Андрей
Check out the new article: Developing an MQL5 Reinforcement Learning agent with RestAPI integration (Part 1): How to use RestAPIs in MQL5 . In this article we will talk about the importance of APIs (Application Programming Interface) for interaction between different applications and software
Check out the new article: Introduction to MQL5 (Part 7): Beginner's Guide to Building Expert Advisors and Utilizing AI-Generated Code in MQL5 . Discover the ultimate beginner's guide to building Expert Advisors (EAs) with MQL5 in our comprehensive article. Learn step-by-step how to construct EAs
Check out the new article: Using JSON Data API in your MQL projects . Imagine that you can use data that is not found in MetaTrader, you only get data from indicators by price analysis and technical analysis. Now imagine that you can access data that will take your trading power steps higher. You
New article Better Programmer (Part 07): Notes on becoming a successful freelance developer has been published: Do you wish to become a successful Freelance developer on MQL5? If the answer is yes, this article is right for you. Do not apply for a job that you are not sure how you are going to do
TradeTransaction Class: A base class to simplify coding of trade transactions in MQL5. Author: amrali
Check out the new article: Triangular arbitrage with predictions . This article simplifies triangular arbitrage, showing you how to use predictions and specialized software to trade currencies smarter, even if you're new to the market. Ready to trade with expertise? Arbitrage is very curious, it's
New article The Most Active MQL5.community Members Have Been Awarded iPhones! is published: We have long been planning to encourage the most active MQL5.com participants contributing to the Community development. Therefore, the new rating system has been implemented on the website. Articles, Code
Moving Average Crossover with and without Martingale functionality: The power of Martingale : Moving averages are useless. In fact, some argue that the best way to lose money for a beginner are MA-Price crossover strategies. But is it possible to make it work? Author: Peter Mueller
Check out the new article: Price Driven CGI Model: Theoretical Foundation . Let's discuss the data manipulation algorithm, as we dive deeper into conceptualizing the idea of using price data to drive CGI objects. Think about transferring the effects of events, human emotions and actions on financial
Check out the new article: Automated Parameter Optimization for Trading Strategies Using Python and MQL5 . There are several types of algorithms for self-optimization of trading strategies and parameters. These algorithms are used to automatically improve trading strategies based on historical and
Check out the new article: Using PatchTST Machine Learning Algorithm for Predicting Next 24 Hours of Price Action . In this article, we apply a relatively complex neural network algorithm released in 2023 called PatchTST for predicting the price action for the next 24 hours. We will use the official
Check out the new article: News Trading Made Easy (Part 2): Risk Management . In this article, inheritance will be introduced into our previous and new code. A new database design will be implemented to provide efficiency. Additionally, a risk management class will be created to tackle volume
Check out the new article: Eigenvectors and eigenvalues: Exploratory data analysis in MetaTrader 5 . In this article we explore different ways in which the eigenvectors and eigenvalues can be applied in exploratory data analysis to reveal unique relationships in data. Principal Component Analysis
Check out the new article: Creating a Daily Drawdown Limiter EA in MQL5 . The article discusses, from a detailed perspective, how to implement the creation of an Expert Advisor (EA) based on the trading algorithm. This helps to automate the system in the MQL5 and take control of the Daily Drawdown
New article MQL5 Cookbook: Development of a Multi-Symbol Indicator to Analyze Price Divergence has been published: In this article, we will consider the development of a multi-symbol indicator to analyze price divergence in a specified period of time. The core topics have been already discussed in...
WPR with Bollinger bands: Williams %R, WPR, or just %R, is a technical analysis oscillator showing the current closing price in relation to the high and low of the past N days (for a given N). It was developed by a publisher and promoter of trading materials, Larry Williams. Its purpose is...
RSI Scanner : Simple indicator that will scan thru the symbols in the MarketWatch window to alert you if price is overbought or oversold based on RSI. Author: Conor Dailey
Check out the new article: Mastering ONNX: The Game-Changer for MQL5 Traders . Dive into the world of ONNX, the powerful open-standard format for exchanging machine learning models. Discover how leveraging ONNX can revolutionize algorithmic trading in MQL5, allowing traders to seamlessly integrate
Check out the new article: Neural networks made easy (Part 79): Feature Aggregated Queries (FAQ) in the context of state . In the previous article, we got acquainted with one of the methods for detecting objects in an image. However, processing a static image is somewhat different from working with
4 Sessions: Shows 4 sessions: Pacific, Asian, European, American. Author: Andrew
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