Articles, Library comments - page 99

Check out the new article: Neural networks made easy (Part 62): Using Decision Transformer in hierarchical models . In recent articles, we have seen several options for using the Decision Transformer method. The method allows analyzing not only the current state, but also the trajectory of previous
The simplest RSI-based EA: Sells at downward crossing of 70, buys at the upward crossing of 30. Author: Vladimir Khlystov
Stochastic of RSX : Stochastic that is using RSX as an input for calculations. Author: Mladen Rakic
Moving Averages-14 different types : This is an indicator to calculate 14 types of moving averages based on close price. Author: Yashar Seyyedin
Check out the new article: Developing a Replay System (Part 32): Order System (I) . Of all the things that we have developed so far, this system, as you will probably notice and eventually agree, is the most complex. Now we need to do something very simple: make our system simulate the operation of
  Experts: ADX MACD Deev  (14   1 2)
ADX MACD Deev : An Expert Advisor based on indicators iADX (Average Directional Movement Index, ADX) and iMACD (Moving Average Convergence/Divergence, MACD) Author: Vladimir Karputov
New article Create Your Own Graphical Panels in MQL5 is published: The MQL5 program usability is determined by both its rich functionality and an elaborate graphical user interface. Visual perception is sometimes more important than fast and stable operation. Here is a step-by-step guide to creating
Check out the new article: Developing a Replay System (Part 31): Expert Advisor project — C_Mouse class (V) . We need a timer that can show how much time is left till the end of the replay/simulation run. This may seem at first glance to be a simple and quick solution. Many simply try to adapt and
Check out the new article: Developing a Replay System (Part 30): Expert Advisor project — C_Mouse class (IV) . Today we will learn a technique that can help us a lot in different stages of our professional life as a programmer. Often it is not the platform itself that is limited, but the knowledge
Class For Working With Databases In A Simplified Manner : Short description. Author: Pfunzo Nefal
ATR based Moving Averages : This is an indicator to calculate ATR based moving averages. Author: Yashar Seyyedin
New article MQL5 Cookbook — Macroeconomic events database has been published: The article discusses the possibilities of handling databases based on the SQLite engine. The CDatabase class has been formed for convenience and efficient use of OOP principles. It is subsequently involved in the creation
New article Implementing an ARIMA training algorithm in MQL5 has been published: In this article we will implement an algorithm that applies the Box and Jenkins Autoregressive Integrated Moving Average model by using Powells method of function minimization. Box and Jenkins stated that most time
New article Neural networks made easy (Part 26): Reinforcement Learning has been published: We continue to study machine learning methods. With this article, we begin another big topic, Reinforcement Learning. This approach allows the models to set up certain strategies for solving the problems. We
New article Working with sockets in MQL, or How to become a signal provider has been published: Sockets… What in our IT world could possibly exist without them? Dating back to 1982, and hardly changed up to the present time, they smoothly work for us every second. This is the foundation of network
Check out the new article: Developing a Replay System (Part 29): Expert Advisor project — C_Mouse class (III) . After improving the C_Mouse class, we can focus on creating a class designed to create a completely new framework fr our analysis. We will not use inheritance or polymorphism to create
WPRSI signal : The indicator gives trading signals using colored arrows on a chart. The signals are based on the WPR ( Williams’ Percent Range ) and RSI ( Relative Strength Index ) technical indicators. In case the conditions for buying are fulfilled (when WPR >-20 and RSI > 50), lime up arrows are
Forex Indicator Price Degrees with Trend Alerts: This indicator will write value degrees of the lastest position of price at the current timeframes, and when position and condition of trend status was changed, the indicator will give an alerts. Author: 3rjfx
Check out the new article: MQL5 Wizard Techniques you should know (Part 12): Newton Polynomial . Newton’s polynomial, which creates quadratic equations from a set of a few points, is an archaic but interesting approach at looking at a time series. In this article we try to explore what aspects could
Check out the new article: Integrating ML models with the Strategy Tester (Conclusion): Implementing a regression model for price prediction . This article describes the implementation of a regression model based on a decision tree. The model should predict prices of financial assets. We have
New article MQL5 Wizard techniques you should know (Part 05): Markov Chains has been published: Markov chains are a powerful mathematical tool that can be used to model and forecast time series data in various fields, including finance. In financial time series modelling and forecasting, Markov
Check out the new article: Neural networks made easy (Part 61): Optimism issue in offline reinforcement learning . During the offline learning, we optimize the Agent's policy based on the training sample data. The resulting strategy gives the Agent confidence in its actions. However, such optimism
Acc+BAl+MArg v2: Adds Account Balance, Equity, Margin, Free Margin and Profit to Chart Author: file45
Take Profit based on current profit : Most EAs tend to close orders in take profit based on the distance in pips from the purchase price. However, this MQL4 code is based mainly on the current profit. Author: Luca Cerquatelli
New article An attempt at developing an EA constructor has been published: In this article, I offer my set of trading functions in the form of a ready-made EA. This method allows getting multiple trading strategies by simply adding indicators and changing inputs. The EA created by the constructor
New article Creating a comprehensive Owl trading strategy has been published: My strategy is based on the classic trading fundamentals and the refinement of indicators that are widely used in all types of markets. This is a ready-made tool allowing you to follow the proposed new profitable trading
Check out the new article: Neural networks made easy (Part 46): Goal-conditioned reinforcement learning (GCRL) . In this article, we will have a look at yet another reinforcement learning approach. It is called goal-conditioned reinforcement learning (GCRL). In this approach, an agent is trained to
Check out the new article: Quantization in machine learning (Part 1): Theory, sample code, analysis of implementation in CatBoost . The article considers the theoretical application of quantization in the construction of tree models and showcases the implemented quantization methods in CatBoost. No
STRADDLE NEWS: This EA puts two simultaneously Pending Orders (Buy Stop and Sell Stop), when activated one of two pending orders, the reverse pending order is closed. Author: Danny Benjumea
MQL Plus Enhanced Debugging Support : An (optional) include file to enhance debugging experience. Author: Dominik Egert