Articles, Library comments - page 12

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
Relative Price Channel : mt4 version of original indicator Author: Nikclay Khrushchev
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: MQL5 Wizard Techniques you should know (Part 11): Number Walls . Number Walls are a variant of Linear Shift Back Registers that prescreen sequences for predictability by checking for convergence. We look at how these ideas could be of use in MQL5. For a few time-series, it
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
Check out the new article: Introduction to MQL5 (Part 3): Mastering the Core Elements of MQL5 . Explore the fundamentals of MQL5 programming in this beginner-friendly article, where we demystify arrays, custom functions, preprocessors, and event handling, all explained with clarity making every line
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: Ready-made templates for including indicators to Expert Advisors (Part 2): Volume and Bill Williams indicators . In this article, we will look at standard indicators of the Volume and Bill Williams' indicators category. We will create ready-to-use templates for indicator
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:...
Trend Dashboard Indicator : Trend Dashboard Indicator MetaTrader 5 indicator — a multi-timeframe indicator that is based on three standard indicators: Stochastic oscillator, RSI (Relative Strength Index), and CCI (Commodity Channel Index). It displays current trend directions for M1, M5, M15, M30
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
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...