Articles, Library comments - page 14

Check out the new article: Royal Flush Optimization (RFO) . The original Royal Flush Optimization algorithm offers a new approach to solving optimization problems, replacing the classic binary coding of genetic algorithms with a sector-based approach inspired by poker principles. RFO demonstrates
Check out the new article: MQL5 Wizard Techniques you should know (Part 85): Using Patterns of Stochastic-Oscillator and the FrAMA with Beta VAE Inference Learning . This piece follows up ‘Part-84’, where we introduced the pairing of Stochastic and the Fractal Adaptive Moving Average. We now shift
SL-TP Values : Indicator displays the value of defined stop loss and or take profit in the deposit currency. Note: It calculates an estimated value based on a simple calculation and does not take into account brokerage commissions. Author: Livio Alves
Check out the new article: Implementation of the Augmented Dickey Fuller test in MQL5 . In this article we demonstrate the implementation of the Augmented Dickey-Fuller test, and apply it to conduct cointegration tests using the Engle-Granger method. Simply put an ADF test is a hypothesis test, that
Check out the new article: Implementing a Rapid-Fire Trading Strategy Algorithm with Parabolic SAR and Simple Moving Average (SMA) in MQL5 . In this article, we develop a Rapid-Fire Trading Expert Advisor in MQL5, leveraging the Parabolic SAR and Simple Moving Average (SMA) indicators to create a
This indicator is a tool for identifying daily levels or other timeframes by identifying the ceiling and floor of the candle and the desired timeframe, and showing us a series of adjustment lines that the price reacts to! : Helps you predict turning points. Author: Wanton
New article Drawing Dial Gauges Using the CCanvas Class has been published: We can find dial gauges in cars and airplanes, in industrial production and everyday life. They are used in all spheres which require quick response to behavior of a controlled value. This article describes the library of
Check out the new article: Introduction to MQL5 (Part 23): Automating Opening Range Breakout Strategy . This article explores how to build an Opening Range Breakout (ORB) Expert Advisor in MQL5. It explains how the EA identifies breakouts from the market’s initial range and opens trades accordingly
Check out the new article: Building a Trading System (Part 5): Managing Gains Through Structured Trade Exits . For many traders, it's a familiar pain point: watching a trade come within a whisker of your profit target, only to reverse and hit your stop-loss. Or worse, seeing a trailing stop close
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
OHLC Candles with extreme tick price tracking : This is an OHLC candlestick chart which records the highest ask and lowest bid on each new bar Author: Conor Mcnamara
Volume Profile + Range v6.0 : Volume Profile + Range v6.0 (former TPO). Distribution of deals by price levels at a given time interval. Displayed as a histogram. Author: Olexiy Polyakov
Check out the new article: Price Action Analysis Toolkit Development (Part 46): Designing an Interactive Fibonacci Retracement EA with Smart Visualization in MQL5 . Fibonacci tools are among the most popular instruments used by technical analysts. In this article, we’ll build an Interactive
Check out the new article: Introduction to MQL5 (Part 24): Building an EA that Trades with Chart Objects . This article teaches you how to create an Expert Advisor that detects support and resistance zones drawn on the chart and executes trades automatically based on them. When the market starts
Check out the new article: Neural Networks in Trading: An Agent with Layered Memory (Final Part) . We continue our work on creating the FinMem framework, which uses layered memory approaches that mimic human cognitive processes. This allows the model not only to effectively process complex financial
Next price predictor using Neural Network: An indicator that uses a Feed Forward Neural Network to predict the next few open prices. The network is trained using a Backpropagation method. The training is set up automatically, resulting in a self-trained network and a self-learning indicator...
Check out the new article: MQL5 Wizard Techniques you should know (Part 84): Using Patterns of Stochastic Oscillator and the FrAMA - Conclusion . The Stochastic Oscillator and the Fractal Adaptive Moving Average are an indicator pairing that could be used for their ability to compliment each other
Zigzag Custom Timeframe : It's the classic zigzag with a timeframe input to display a HTF zigzag on a LTF chart Author: Conor Mcnamara
EasyAndFastGUI library for creating graphical interfaces : The EasyAndFastGUI library allows creating graphical interfaces for custom MQL programs. Author: Anatoli Kazharski
Check out the new article: Dialectic Search (DA) . The article introduces the dialectical algorithm (DA), a new global optimization method inspired by the philosophical concept of dialectics. The algorithm exploits a unique division of the population into speculative and practical thinkers. Testing
Check out the new article: MQL5 Trading Toolkit (Part 1): Developing A Positions Management EX5 Library . Learn how to create a developer's toolkit for managing various position operations with MQL5. In this article, I will demonstrate how to create a library of functions (EX5) that will perform
Japanese Candlestick Patterns : The indicator displays on charts the patterns created by the Japanese candlesticks. It is possible to change colors and also enable or disable alerts. Bearish: SS 2,3,4 = Shooting Star E_star = Evening Star E_Doji = Evening Doji Star DCC = Dark Cloud Pattern S_E =
Check out the new article: Biological neuron for forecasting financial time series . We will build a biologically correct system of neurons for time series forecasting. The introduction of a plasma-like environment into the neural network architecture creates a kind of "collective intelligence,"
Check out the new article: Self Optimizing Expert Advisors in MQL5 (Part 15): Linear System Identification . Trading strategies may be challenging to improve because we often don’t fully understand what the strategy is doing wrong. In this discussion, we introduce linear system identification, a
Check out the new article: Price Action Analysis Toolkit Development (Part 5): Volatility Navigator EA . Determining market direction can be straightforward, but knowing when to enter can be challenging. As part of the series titled "Price Action Analysis Toolkit Development", I am excited to
Check out the new article: Price Action Analysis Toolkit Development (Part 6): Mean Reversion Signal Reaper . While some concepts may seem straightforward at first glance, bringing them to life in practice can be quite challenging. In the article below, we'll take you on a journey through our
Fair Value Gap (FVG) Indicator : The Fair Value Gap (FVG) Indicator identifies price gaps that occur when there is an imbalance between buying and selling pressure. It highlights areas where price is likely to return to fill the gap, providing potential trade entry points based on market
  Libraries: BestInterval  (283   1 2 3 4 5 ... 28 29)
BestInterval : The library for calculating the best trading interval. Author: fxsaber
Check out the new article: Risk Management (Part 1): Fundamentals for Building a Risk Management Class . In this article, we'll cover the basics of risk management in trading and learn how to create your first functions for calculating the appropriate lot size for a trade, as well as a stop-loss
Manual Scalping With Keyboard : A lightweight tool for manual scalping in MT5 using keyboard shortcuts Author: Thibauld Charles Ghislain Robin