Articles, Library comments - page 35

Inverted Chart View : Most Trader have only a Long Feeling. With this Indicator the Chart is shown inverted to find better your short entry points. Author: Jens
Up and Down Indicator : This indicator allows to see the activity of the market. Indicator displays candles in one dimension. Colour is automatically adapted to current tick volume. Author: outkast
Daily Vertical Lines : Draw daily vertical lines plus the day of week labels on the chart. Author: amrali
Check out the new article: MQL5 Wizard Techniques you should know (Part 57): Supervised Learning with Moving Average and Stochastic Oscillator . Moving Average and Stochastic Oscillator are very common indicators that some traders may not use a lot because of their lagging nature. In a 3-part
RRS Non-Directional EA : This is a Non-Directional Bias EA, also known as a Luck EA. This EA does not rely on any technical skills such as indicators, price action, or candle patterns. It offers multiple trading strategies, risk management plans, and other customizable settings. Author: Rajeev
Check out the new article: Automating Trading Strategies with Parabolic SAR Trend Strategy in MQL5: Crafting an Effective Expert Advisor . In this article, we will automate the trading strategies with Parabolic SAR Strategy in MQL5: Crafting an Effective Expert Advisor. The EA will make trades based
  Experts: Fluctuate  (10)
Fluctuate : Swing-based Expert Advisor: the EA sets a pending stop order with an increased lot and in the opposite direction. Author: Vladimir Karputov
New article Grokking market "memory" through differentiation and entropy analysis has been published: The scope of use of fractional differentiation is wide enough. For example, a differentiated series is usually input into machine learning algorithms. The problem is that it is necessary to display
RSI-Crossover_Alert : The simplest semaphore indicator having alerts and providing the possibility to send signals to a mailbox and a smartphone. Author: Nikolay Kositsin
Check out the new article: Creating an MQL5-Telegram Integrated Expert Advisor (Part 2): Sending Signals from MQL5 to Telegram . In this article, we create an MQL5-Telegram integrated Expert Advisor that sends moving average crossover signals to Telegram. We detail the process of generating trading
BarDuration : This is a simple indicator to display histogram of custom bars' durations in minutes. Applicable for renko boxes, PnF, equivolume bars, etc. Author: Stanislav Korotky
Supertrend : A SuperTrend indicator that plots trend direction using ATR volatility to create dynamic support/resistance levels for MetaTrader 5. Author: Salman Soltaniyan
Check out the new article: A New Approach to Custom Criteria in Optimizations (Part 1): Examples of Activation Functions . The first of a series of articles looking at the mathematics of Custom Criteria with a specific focus on non-linear functions used in Neural Networks, MQL5 code for
Check out the new article: Reimagining Classic Strategies: Crude Oil . In this article, we revisit a classic crude oil trading strategy with the aim of enhancing it by leveraging supervised machine learning algorithms. We will construct a least-squares model to predict future Brent crude oil prices
Check out the new article: Tabu Search (TS) . The article discusses the Tabu Search algorithm, one of the first and most well-known metaheuristic methods. We will go through the algorithm operation in detail, starting with choosing an initial solution and exploring neighboring options, with an
CLOSE ALL CHARTS : EXCEPT CHART ATTACHED ON Author: Paul Conrad Carlson
Check out the new article: Creating a Trading Administrator Panel in MQL5 (Part IX): Code Organization (III): Communication Module . Join us for an in-depth discussion on the latest advancements in MQL5 interface design as we unveil the redesigned Communications Panel and continue our series on
Check out the new article: Developing a multi-currency Expert Advisor (Part 17): Further preparation for real trading . Currently, our EA uses the database to obtain initialization strings for single instances of trading strategies. However, the database is quite large and contains a lot of
Check out the new article: Neural Networks in Trading: A Complex Trajectory Prediction Method (Traj-LLM) . In this article, I would like to introduce you to an interesting trajectory prediction method developed to solve problems in the field of autonomous vehicle movements. The authors of the method
Check out the new article: From Basic to Intermediate: Passing by Value or by Reference . In this article, we will practically understand the difference between passing by value and passing by reference. Although this seems like something simple and common and not causing any problems, many
Dealing with time (2) functions : Calculate DST for USA, EUR, AUD and RUB and the offset time of the broker from the 70's until 2030 and the automatically even in the Strategy Tester of MQ. Author: Carl Schreiber
Valid_Swing_HighLow : The Valid Swing HighLow indicator Author: Scriptor
New article MQL5 Cookbook: Sound Notifications for MetaTrader 5 Trade Events has been published: In this article, we will consider such issues as including sound files in the file of the Expert Advisor, and thus adding sound notifications to trade events. The fact that the files will be included
Copy chart ( template to all charts ) : Copy chart attached to all other charts open Author: Paul Conrad Carlson
New article Websockets for MetaTrader 5 has been published: Before the introduction of the network functionality provided with the updated MQL5 API, MetaTrader programs have been limited in their ability to connect and interface with websocket based services. But of course this has all changed, in
  Libraries: Timer  (4)
Timer : Callback interface for timer Author: Kuzma Shevelev
  Libraries: JSON  (7)
JSON : Serialization and deserialization of the JSON format Author: Kuzma Shevelev
Check out the new article: Data Science and ML (Part 34): Time series decomposition, Breaking the stock market down to the core . In a world overflowing with noisy and unpredictable data, identifying meaningful patterns can be challenging. In this article, we'll explore seasonal decomposition, a
Check out the new article: An introduction to Receiver Operating Characteristic curves . ROC curves are graphical representations used to evaluate the performance of classifiers. Despite ROC graphs being relatively straightforward, there exist common misconceptions and pitfalls when using them in
Check out the new article: Developing a Replay System (Part 60): Playing the Service (I) . We have been working on just the indicators for a long time now, but now it's time to get the service working again and see how the chart is built based on the data provided. However, since the whole thing is