Articles, Library comments - page 18

  Libraries: Math Utils  (45   1 2 3 4 5)
Math Utils: Handy functions for comparison and rounding of floating-point numbers (prices, lots and money). Author: amrali
Lesson 7 Price action Ket hop Volume VSA : This is a lesson on trading using price action combined with volume. Author: Dao Thanh Tan
Trailing stop tutorial using ATR indicator : Trailing stop tutorial using ATR indicator Author: Dao Thanh Tan
Calculate Lot Size and Trailling Stop : This is a lesson on how to: 1. calculate the lot size in each order corresponding to the percentage of balance loss. 2. Trailling and count position buy and sell. The condition buy or sell base on Price action and moving average filter Author: Dao Thanh Tan
Range Ratio : Indicator shows histogram of ratio of sum of lower time frame ranges to current timeframe bar range Author: Nikclay Khrushchev
Risk Manager: The Expert Advisor controls and limits the overall loss for the account, and the loss for every deal. It includes Trailing Stop for the account. Author: Анатолий Сергеев
New article Neural networks made easy (Part 11): A take on GPT has been published: Perhaps one of the most advanced models among currently existing language neural networks is GPT-3, the maximal variant of which contains 175 billion parameters. Of course, we are not going to create such a monster on
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
XWPR_Histogram_Vol_Direct: XWPR_Histogram_Vol indicator shows direction of the histogram bars movement using colored icons on these bars Author: Nikolay Kositsin
XWPR_Histogram_Vol: WPR_Histogram_Vol indicator with additional averaging of the resulting histogram Author: Nikolay Kositsin
Check out the new article: Trailing stop in trading . In this article, we will look at the use of a trailing stop in trading. We will assess how useful and effective it is, and how it can be used. The efficiency of a trailing stop largely depends on price volatility and the selection of the stop
Check out the new article: Modified Grid-Hedge EA in MQL5 (Part IV): Optimizing Simple Grid Strategy (I) . In this fourth part, we revisit the Simple Hedge and Simple Grid Expert Advisors (EAs) developed earlier. Our focus shifts to refining the Simple Grid EA through mathematical analysis and a
Check out the new article: Neural networks made easy (Part 70): Closed-Form Policy Improvement Operators (CFPI) . In this article, we will get acquainted with an algorithm that uses closed-form policy improvement operators to optimize Agent actions in offline mode. The approach to optimizing the
Check out the new article: Causal inference in time series classification problems . In this article, we will look at the theory of causal inference using machine learning, as well as the custom approach implementation in Python. Causal inference and causal thinking have their roots in philosophy
Check out the new article: Introduction to MQL5 (Part 6): A Beginner's Guide to Array Functions in MQL5 . Embark on the next phase of our MQL5 journey. In this insightful and beginner-friendly article, we'll look into the remaining array functions, demystifying complex concepts to empower you to
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
Delete all objects on chart (main window and sub window) with drag and drop : It will delete all objects on the chart when the script is dragged onto the chart Author: Conor Mcnamara
Linear Regression Channel: Linear Regression Channel EA draws "Linear Regression Channel" on chart and trades with its trend,has Trailing Stop Loss &Take Profit works best on all time frames major forex pairs and stocks NASDAQ. Author: Aharon Tzadik
New article Data Science and Machine Learning (Part 11): Naïve Bayes, Probability theory in Trading has been published: Trading with probability is like walking on a tightrope - it requires precision, balance, and a keen understanding of risk. In the world of trading, the probability is everything
Check out the new article: Neural networks made easy (Part 48): Methods for reducing overestimation of Q-function values . In the previous article, we introduced the DDPG method, which allows training models in a continuous action space. However, like other Q-learning methods, DDPG is prone to
Check out the new article: DRAW_ARROW drawing type in multi-symbol multi-period indicators . In this article, we will look at drawing arrow multi-symbol multi-period indicators. We will also improve the class methods for correct display of arrows showing data from arrow indicators calculated on a
Check out the new article: Building A Candlestick Trend Constraint Model(Part 3): Detecting changes in trends while using this system . This article explores how economic news releases, investor behavior, and various factors can influence market trend reversals. It includes a video explanation and
Check out the new article: Developing a multi-currency Expert Advisor (Part 1): Collaboration of several trading strategies . There are quite a lot of different trading strategies. So, it might be useful to apply several strategies working in parallel to diversify risks and increase the stability of
Flat Channel: The Expert Advisor trades in a channel. When a flat channel is found or when the market slows down, the EA places a pending order expecting the channel breakout. Author: Vladimir Karputov
Check out the new article: Population optimization algorithms: Binary Genetic Algorithm (BGA). Part II . In this article, we will look at the binary genetic algorithm (BGA), which models the natural processes that occur in the genetic material of living things in nature. The development of the
TradeStatisticsPanel: The panel for the display of statistical parameters calculated based on the trade history. Author: Andrey Voytenko  
  Indicators: iForexSessions  (62   1 2 3 4 5 6 7)
iForexSessions : Highlights the Forex Market Sessions (Sydney, Tokyo, London, New York). Author: amrali
Hello dev. I wanted to make a bot that interacts with an API i built . Only issue is that WebRequest keeps returning -1. Whet i run the same code in mt5 it is able to GET data from the API. I have googled and rummaged through other peoples code to no avail. I am guessing the issue is in the code of
Check out the new article: MQL5 Wizard Techniques you should know (Part 20): Symbolic Regression . Symbolic Regression is a form of regression that starts with minimal to no assumptions on what the underlying model that maps the sets of data under study would look like. Even though it can be
Trade History Marker : This script will mark trades with arrows and lines Author: Chamal Abayarathne