Articles, Library comments - page 6

  Indicators: PriceChanges  (11   1 2)
PriceChanges : changing character prices on an interval Author: fxsaber
Second Bars : The indicator draws an arbitrary second timeframe on the chart. Author: Aleksandr Slavskii
Candlestick Analysis EA R1 : This MT5 Expert Advisor combines multi-timeframe candlestick pattern analysis with fundamental event filtering to execute trades with disciplined risk management. Author: jacklmp
Check out the new article: Quantitative approach to risk management: Applying VaR model to optimize multi-currency portfolio using Python and MetaTrader 5 . This article explores the potential of the Value at Risk (VaR) model for multi-currency portfolio optimization. Using the power of Python and
Swing Highs and Lows : Short description. Author: Rajesh Kumar Nait
Highs-Lows: A simple indicator that shows the high and the low of desired time frame on a current chart. Author: Mladen Rakic
  Libraries: MT4Orders  (52   1 2 3 4 5 6)
MT4Orders: Parallel use of the MetaTrader 4 and MetaTrader 5 order systems. Author: fxsaber
Angle and Speed : The indicator shows the angle or average speed of price change. Author: Aleksandr Slavskii
Check out the new article: Neural Networks in Trading: Point Cloud Analysis (PointNet) . Direct point cloud analysis avoids unnecessary data growth and improves the performance of models in classification and segmentation tasks. Such approaches demonstrate high performance and robustness to
Check out the new article: Neural Network in Practice: The First Neuron . In this article, we'll start building something simple and humble: a neuron. We will program it with a very small amount of MQL5 code. The neuron worked great in my tests. Let's go back a bit in this series of articles about
Check out the new article: Introduction to Connexus (Part 1): How to Use the WebRequest Function? . This article is the beginning of a series of developments for a library called “Connexus” to facilitate HTTP requests with MQL5. The goal of this project is to provide the end user with this
Market Profile MT4 : Market Profile MetaTrader indicator — is a classic Market Profile implementation that can show the price density over time, outlining the most important price levels, value area, and control value of a given trading session. This indicator can be attached to timeframes between
Check out the new article: Creating a Trading Administrator Panel in MQL5 (Part IX): Code Organization (IV): Trade Management Panel class . This discussion covers the updated TradeManagementPanel in our New_Admin_Panel EA. The update enhances the panel by using built-in classes to offer a
Check out the new article: Neural Networks in Trading: Hierarchical Vector Transformer (Final Part) . We continue studying the Hierarchical Vector Transformer method. In this article, we will complete the construction of the model. We will also train and test it on real historical data. The training
New article Idleness is the Stimulus to Progress. Semiautomatic Marking a Template has been published: Among the dozens of examples of how to work with charts, there is a method of manual marking a template. Trend lines, channels, support/resistance levels, etc. are imposed in a chart. Surely,...
Check out the new article: Advanced Memory Management and Optimization Techniques in MQL5 . Discover practical techniques to optimize memory usage in MQL5 trading systems. Learn to build efficient, stable, and fast-performing Expert Advisors and indicators. We’ll explore how memory really works in
Uniformity Factor Indicator : This is a simple analytical (non-signal, one-time calculated) indicator that allows you to test the hypothesis that price timeseries represent a "random walk", specifically Gaussian "random walk". This can help to construct a parametric transformation of price
New article How to use ONNX models in MQL5 has been published: ONNX (Open Neural Network Exchange) is an open format built to represent machine learning models. In this article, we will consider how to create a CNN-LSTM model to forecast financial timeseries. We will also show how to use the created
Custom crosshair cursor with synchronization : Synchronized custom crosshair indicator showing price and (server/local) time. Author: Soewono Effendi
Check out the new article: MQL5 Wizard Techniques you should know (Part 59): Reinforcement Learning (DDPG) with Moving Average and Stochastic Oscillator Patterns . We continue our last article on DDPG with MA and stochastic indicators by examining other key Reinforcement Learning classes crucial for
Check out the new article: From Basic to Intermediate: BREAK and CONTINUE Statements . In this article, we will look at how to use the RETURN, BREAK, and CONTINUE statements in a loop. Understanding what each of these statements does in the loop execution flow is very important for working with more
Breakout Finder by LonesomeTheBlue : This is the exact conversion from pine script code by LonesomeTheBlue. Author: Yashar Seyyedin
New article How to Test a Trading Robot Before Buying it from MQL5 Market is published: MQL5 Market allows you to test a trading robot and its features before buying it. Every Expert Advisor offered in MQL5 Market comes with a demo version that can be tested in the Strategy Tester. It is quite...
buysell+sl+tp : script to open a buy position at the current price in the MT5 window with a specified stop loss (in pips) and take profit (in pips) Author: 4kk4
iCHO Trend CCIDualOnMA Filter : Strategy based on the standard indicator iCHO (Chaikin Oscillator, CHO) and custom indicator 'CCIDualOnMA' Author: Vladimir Karputov
VALIDATION MQL5 (By REDPILL FOREX) : Ce code vous permet de passer la validation Mql5, pour les experts Advisor MT5 en toute facilité. Author: Dogo E Sylvain Akpalou
General balance of financial markets. (Balance of the economy.) Application of a trading robot. The generally accepted balance of financial markets is known as 60% stock market and 40% bonds. It is used to create a balance of simple funds. Compilation of investment portfolios. This balance can also
RSI_MAonRSI_Dual : Two indicators iRSI (Relative Strength Index, RSI) smoothed using iMA (Moving Average, MA) Author: Vladimir Karputov
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
  Experts: Virtual Trailing Stop  (58   1 2 3 4 5 6)
Virtual Trailing Stop: Virtual Trailing Stop. Author: Vladimir Karputov