Articles, Library comments - page 64

New article Canvas based indicators: Filling channels with transparency has been published: In this article I'll introduce a method for creating custom indicators whose drawings are made using the class CCanvas from standard library and see charts properties for coordinates conversion. I'll approach
Check out the new article: Population optimization algorithms: Shuffled Frog-Leaping algorithm (SFL) . The article presents a detailed description of the shuffled frog-leaping (SFL) algorithm and its capabilities in solving optimization problems. The SFL algorithm is inspired by the behavior of
Check out the new article: Pair trading . In this article, we will consider pair trading, namely what its principles are and if there are any prospects for its practical application. We will also try to create a pair trading strategy. Pair trading is a variery of statistical arbitrage first proposed
An Expert Advisor, based on the "Puria method" Forex Strategy : An Expert Advisor, based on the "Puria method" Forex Strategy. Trading rules: Sell when the blue MA crossed two red MAs from above to below and the signal is confirmed by MACD indicator (one bar is closed below the Zero Level). Buy when
New article A system of voice notifications for trade events and signals has been published: Voice assistants have become an integral part of our lives: we often use navigators, voice search and translators. In this article, I will try to develop a simple and user friendly system of voice
Closing all open trades if all one symbol and one trade direction : All open trades must be of same symbol and type, e.g. all GBPUSD and all BUY. This script will close out your position using one large trade to hedge your position then using CloseBy() function to close all trades against the one
Multi_SellLimitOrders_Dlevel : The Multi_Selllimit_orders_Dlevel script file streamlines the process for traders to execute multiple trades at different levels effortlessly. Serving as an updated version of Multi Selllimit orders. Author: Daniel Opoku
Multi_SelllStopOrders_Dlevel : The Multi_SellStop_orders_Dlevel script file facilitates the seamless placement of multiple trades at different levels or layers for traders. Serving as an updated iteration of the Multi Sellstop orders Author: Daniel Opoku
Multi_BuyLimitOrders_Dlevel : The Multi_Buylimit_orders_Dlevel script file facilitates the execution of multiple trades at various levels, providing enhanced convenience for traders. It represents an updated version of the Multi Buylimit orders script. Author: Daniel Opoku
Multi_BuyStopOrders_Dlevel : The Multi_BuyStop_orders_Dlevel script file streamlines the process for traders to execute multiple trades at various levels or tiers. It represents an enhanced version of the Multi BuyStop orders script. Author: Daniel Opoku
Multi_BuyStopOrders_Dlevel : The Multi_BuyStop_orders_Dlevel script file streamlines the process for traders to execute multiple trades at various levels or layers. It represents an enhanced version of the Multi BuyStop orders script. Author: Daniel Opoku
Multi_Buylimit_orders_Dlevel : The Multi_Buylimit_orders_Dlevel script file facilitates the execution of multiple trades at various levels, providing enhanced convenience for traders. It represents an updated version of the Multi Buylimit orders script. Author: Daniel Opoku
Multi_SelllStopOrders_Dlevel : The Multi_SellStop_orders_Dlevel script file facilitates the seamless placement of multiple trades at different levels or layers for traders. Serving as an updated iteration of the Multi Sellstop orders. Author: Daniel Opoku
Multi_SellLimitOrders_DLevel : The Multi_Selllimit_orders_Dlevel script file simplifies the process for traders to execute multiple trades at different levels or layers. An upgrade of the Multi Selllimit orders. Author: Daniel Opoku
CCI Color Levels: Modified iCCI (Commodity Channel Index, CCI) - color highlighting of zones above the UP level and below the DOWN level. Author: Vladimir Karputov
Multi SellLimitOrders & Multi SellStopOrders : Multi Selllimit and Sellstop orders are script files that enable traders to place multiple orders with ease. These orders allow traders to enter the market at a specific price level, or at a specified number of pips away from the current market price
wd.Range_BB : Provides Bollinger Bands with calculating the range bandwidth as the difference in pips between the upper and lower Bands. Bollinger Bands appearance and behavior can be tailored by adjusting period, shift, deviation, and applied price, along with color and line style. The
Price Density - Market Noise Index MT5 : A sophisticated tool that accurately measures market noise Author: Wissam Hussein
Check out the new article: Data Science and Machine Learning (Part 19): Supercharge Your AI models with AdaBoost . AdaBoost, a powerful boosting algorithm designed to elevate the performance of your AI models. AdaBoost, short for Adaptive Boosting, is a sophisticated ensemble learning technique that
Poker_SHOW: An Expert Advisor based on a random number generator. Trend is determined using the iMA (Moving Average, MA) indicator. The EA determines whether or not to enter a position based on the random number generator. It has eight gradations: the Poker combination number parameter:...
Open Trade : This function performs the main logic of opening a trade. Calculates the opening price, take profit levels and stop loss based on symbol information and parameters provided by the user. Prepare a trade request (MqlTradeRequest) with the necessary information, such as symbol, volume
New article MQL5 Cookbook: Multi-Currency Expert Advisor - Simple, Neat and Quick Approach is published: This article will describe an implementation of a simple approach suitable for a multi-currency Expert Advisor. This means that you will be able to set up the Expert Advisor for testing/trading...
Check out the new article: ALGLIB numerical analysis library in MQL5 . The article takes a quick look at the ALGLIB 3.19 numerical analysis library, its applications and new algorithms that can improve the efficiency of financial data analysis. Why choose ALGLIB when working with financial data
Vertical Time Lines: Indicator can draws up to six different vertical lines each at a designated time. Each vertical line can be historically repeated. Author: file45
  Indicators: PivotPoint  (20   1 2)
PivotPoint : Pivot Points are always very useful for trading, this is a simple way to have some idea of where the market is heading during the day. The indicator also provides the first three supports and resistances. The orange line is the pivot point of the day, the red lines are supports and the
SymbolSyncEA : Syncs all chart symbols to symbol of the chart the EA is attached to Author: Max B
New article An Example of a Trading System Based on a Heiken-Ashi Indicator is published: In this article we look into the question of using a Heiken-Ashi indicator in trading. Based on this indicator, a simple trading system is considered and an MQL5 Expert Advisor is written. Trading operations
Sec-WebSocket-Key Generator : Sec-WebSocket-Key Generator Author: Rajesh Kumar Nait
New article Data Science and Machine Learning (Part 08): K-Means Clustering in plain MQL5 has been published: Data mining is crucial to a data scientist and a trader because very often, the data isn't as straightforward as we think it is, The human eye can not understand the minor underlying pattern
Check out the new article: Deep Learning Forecast and ordering with Python and MetaTrader5 python package and ONNX model file . The project involves using Python for deep learning-based forecasting in financial markets. We will explore the intricacies of testing the model's performance using key