Articles, Library comments - page 44

Check out the new article: Neural Networks in Trading: Hierarchical Feature Learning for Point Clouds . We continue to study algorithms for extracting features from a point cloud. In this article, we will get acquainted with the mechanisms for increasing the efficiency of the PointNet method. As
Check out the new article: Introduction to MQL5 (Part 15): A Beginner's Guide to Building Custom Indicators (IV) . In this article, you'll learn how to build a price action indicator in MQL5, focusing on key points like low (L), high (H), higher low (HL), higher high (HH), lower low (LL), and lower
EMA_BB_VA : Exponential Moving Average - Bollinger Bands Volatility Adjusted by Jose Silva. Input parameters: STDPeriod - Period of StdDev indicator; EMAPeriods - Period of EMA indicator; Sensitivity - Sensitivity from-100 to 100%; Price - Applied price. Author: Дмитрий
Withdrawal Tracking : This is a piece of code to add to an existing Expert advisor to track withdrawals from your account where the EA is running. It helps the user to monitor his or her withdrawals from a particular account. Author: Daniel Opoku
Check out the new article: From Basic to Intermediate: The Include Directive . In today's article, we will discuss a compilation directive that is widely used in various codes that can be found in MQL5. Although this directive will be explained rather superficially here, it is important that you
  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
Check out the new article: Sentiment Analysis and Deep Learning for Trading with EA and Backtesting with Python . In this article, we will introduce Sentiment Analysis and ONNX Models with Python to be used in an EA. One script runs a trained ONNX model from TensorFlow for deep learning predictions
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
RPoint : The chart layout in X-points reversal Fig.1 The RPoint indicator Author: Nikolay Kositsin
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,...
  Indicators: iCrossAD  (12   1 2)
iCrossAD : iCrossAD signal indicator. It shows possible reversals or price roll-backs. Author: Artyom Trishkin
Exp_WPR_Slowdown : Trading system based on the signals of the WPR_Slowdown indicator. Author: Nikolay Kositsin
  Indicators: FivePattern  (97   1 2 3 4 5 ... 9 10)
FivePattern : This indicator shows М & W Wave Patterns by Merrill and support/resistance levels on a chart. The indicator is recalculated on each new history bar (to save CPU time when rendering objects). The names of all objects are pseudo-random. The indicator calculates the predicted 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
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
OHLC_Volume_Histo : The OHLC Volume Histogram indicator Author: Scriptor
Breakout Finder by LonesomeTheBlue : This is the exact conversion from pine script code by LonesomeTheBlue. Author: Yashar Seyyedin
iCHO Trend CCIDualOnMA Filter : Strategy based on the standard indicator iCHO (Chaikin Oscillator, CHO) and custom indicator 'CCIDualOnMA' Author: Vladimir Karputov