Articles, Library comments - page 2

Check out the new article: Python, ONNX and MetaTrader 5: Creating a RandomForest model with RobustScaler and PolynomialFeatures data preprocessing . In this article, we will create a random forest model in Python, train the model, and save it as an ONNX pipeline with data preprocessing. After that
Check out the new article: Design Patterns in software development and MQL5 (Part 3): Behavioral Patterns 1 . A new article from Design Patterns articles and we will take a look at one of its types which is behavioral patterns to understand how we can build communication methods between created
Check out the new article: Color buffers in multi-symbol multi-period indicators . In this article, we will review the structure of the indicator buffer in multi-symbol, multi-period indicators and organize the display of colored buffers of these indicators on the chart. A single-color indicator
Check out the new article: News Trading Made Easy (Part 1): Creating a Database . News trading can be complicated and overwhelming, in this article we will go through steps to obtain news data. Additionally we will learn about the MQL5 Economic Calendar and what it has to offer. In this article, we
New article Neural networks made easy (Part 2): Network training and testing has been published: In this second article, we will continue to study neural networks and will consider an example of using our created CNet class in Expert Advisors. We will work with two neural network models, which show
Check Last Closed Trade (Profit / Type / Symbol etc.) : Select the last closed deal (trade) to further work. Author: Hapu Arachchilage Tharindu Lakmal
Basic GridManager Library : This is a basic library to create and manage grids. Author: Yashar Seyyedin
Global Close Orders Management : Orders Closure Author: Iulian Persinaru
New article MQL5 Programming Basics: Arrays is published: Arrays are an integral part of almost any programming language along with variables and functions. Many novice programmers are often afraid of arrays. It sounds strange but it is true! I can assure you that they are not scary...
Trailing with Close by Button and Profit : This EA help you for Auto set the TP & SL by default parameter, Auto trailing stop & step for any order that you place from any device, Easy way to close all orders with 3 Button "Close All" "Close Profit" "Close Lose", Auto close all orders by profit or
Indicator PriceScale.mq5 - price scale for the visually impaired. : Tortured small print in the terminal? This indicator makes price numbers visible! Author: Aleksandr Slavskii
Simple Yet Effective Breakout Strategy : A simple yet effective donchian channel breakout strategy. This strategy is timeless! Author: Anh Quan Duong
Confluence Detector : It will detect whether there's confluence between the current chart timeframe and two other timeframes. Author: Conor Mcnamara
QuickTradeKeys123 : QuickTradeKeys 123 is a user-friendly Expert Advisor (EA) for MetaTrader 5, enabling traders to execute buy and sell operations quickly by simply pressing the numbers '1' and '2' on their keyboard. Pressing '3' closes all open positions. This EA is ideal for swift trading and
Check out the new article: MQL5 Wizard Techniques you should know (Part 16): Principal Component Analysis with Eigen Vectors . Principal Component Analysis, a dimensionality reducing technique in data analysis, is looked at in this article, with how it could be implemented with Eigen values and
  Experts: Hedging Martingale  (55   1 2 3 4 5 6)
Hedging Martingale: Hedging Martingale opens two trades of buy and sell together,and uses the martingale method. Author: Aharon Tzadik
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
KA-Gold Bot MT5 : KA-Gold Bot is an advanced trading advisor specifically designed for gold, utilizing the powerful combination of the Keltner channel strategy and two exponential moving averages (EMAs) - the 10-period EMA and the 200-period EMA. Principle of Operation: The 10-period EMA represents
Classic and Virtual Trailing : Classic & Virtual Trailing for MT4 Author: Rajeev Ranjan Sharma
New article Data Science and Machine Learning — Neural Network (Part 02): Feed forward NN Architectures Design has been published: There are minor things to cover on the feed-forward neural network before we are through, the design being one of them. Let's see how we can build and design a flexible
Tap4Fibs: Creates Fibonacci Retracement on the chart based on the ZigZag indicator. Tap the "X" or "Z" key to scroll through each swing in the ZigZag, to the right or to the left. For those who do not like clutter on their charts. The indicator can scroll to the right until it disappears from the...
New article How to create a custom indicator (Heiken Ashi) using MQL5 has been published: In this article, we will learn how to create a custom indicator using MQL5 based on our preferences, to be used in MetaTrader 5 to help us read charts or to be used in automated Expert Advisors. The Heiken Ashi
Check out the new article: Population optimization algorithms: Changing shape, shifting probability distributions and testing on Smart Cephalopod (SC) . The article examines the impact of changing the shape of probability distributions on the performance of optimization algorithms. We will conduct
Simple Order Panel : Source code of simple order panel Author: Manuel Alejandro Cercos Perez
Close_all-e: Script that closes orders and (or) deletes pending orders. Author: Vasyl Nosal
  Indicators: iForexSessions  (55   1 2 3 4 5 6)
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
MoveStopLoss : Move the stoploss as the trade moves in your direction at a specific distance. Author: Daniel Opoku
Price Channel Stop: A new variation of a well known price channel indicator. The indicator shows the current estimated trend based on channel period and desired risk. It also shows two levels of values that can be used as a stop loss for orders opened based on this indicator (using the trend...
Check out the new article: Population optimization algorithms: Simulated Isotropic Annealing (SIA) algorithm. Part II . The first part was devoted to the well-known and popular algorithm - simulated annealing. We have thoroughly considered its pros and cons. The second part of the article is devoted