Articles, Library comments - page 16

Check out the new article: Automating Trading Strategies in MQL5 (Part 13): Building a Head and Shoulders Trading Algorithm . In this article, we automate the Head and Shoulders pattern in MQL5. We analyze its architecture, implement an EA to detect and trade it, and backtest the results. The
Check out the new article: Day Trading Larry Connors RSI2 Mean-Reversion Strategies . Larry Connors is a renowned trader and author, best known for his work in quantitative trading and strategies like the 2-period RSI (RSI2), which helps identify short-term overbought and oversold market conditions
Martingale EA : This EA demonstrates how to implement martingale based on signals from any indicator. Author: Satyam Shivam
Check out the new article: MQL5 Wizard Techniques you should know (Part 58): Reinforcement Learning (DDPG) with Moving Average and Stochastic Oscillator Patterns . Moving Average and Stochastic Oscillator are very common indicators whose collective patterns we explored in the prior article, via a
Detecting the start of a new bar or candle : Detecting the start of a new bar or candle in an Expert Advisor's OnTick() event handler. Author: Fernando Carreiro
  Libraries: SingleTesterCache  (44   1 2 3 4 5)
SingleTesterCache : Tester's single pass data. Author: fxsaber
Hull Variation: A variation of Hull moving average that allows speed adjusting of the HMA. Author: Mladen Rakic
Check out the new article: Master MQL5 from beginner to pro (Part V): Fundamental control flow operators . This article explores the key operators used to modify the program's execution flow: conditional statements, loops, and switch statements. Utilizing these operators will allow the functions we
New article Interview with Rogério Figurelli (ATC 2012) is published: Today we are going to talk with Rogério Figurelli (figurelli), a regular participant from Brazil that has not missed any Automated Trading Championship since 2007. This year, he also began to sell his Championship's Expert...
RRS Tangled EA : RRS Tangled EA randomly selects currency symbols, lot sizes, and order types for trading. It does not rely on technical indicators or fundamental analysis. Instead, it uses a Randomness in Nature approach to open trades. With proper settings such as Take Profit, Stop Loss, Trailing
Check out the new article: Launching MetaTrader VPS: A step-by-step guide for first-time users . Everyone who uses trading robots or signal subscriptions sooner or later recognizes the need to rent a reliable 24/7 hosting server for their trading platform. We recommend using MetaTrader VPS for
Check out the new article: Neural networks made easy (Part 78): Decoder-free Object Detector with Transformer (DFFT) . In this article, I propose to look at the issue of building a trading strategy from a different angle. We will not predict future price movements, but will try to build a trading
simple mt5 trade copier : simple mt5 trade copier Author: Allan Maurice Mwesigwa
  Indicators: Nina  (4)
Nina: Nina Indicator. Author: Collector
Ranging Market Detector : An indicator which attempts to highlight a ranging market area Author: Conor Mcnamara
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
Half Trend New Alert : Trend indicator. Added alerts (Sound, Alert, email, push) Author: Vladimir Karputov
Trend Zigzag (on ma cross) : A static zigzag which connects the intersections of a moving average crossover Author: Conor Mcnamara
Check out the new article: Neural Network in Practice: Sketching a Neuron . In this article we will build a basic neuron. And although it looks simple, and many may consider this code completely trivial and meaningless, I want you to have fun studying this simple sketch of a neuron. Don't be afraid
Candle Wicks Length Display Indicator MT4 : Candle Wicks Length Display MetaTrader indicator is an indicator that can display the length of candle wicks in pips directly on your chart. You can set the minimum length to be displayed. Alternatively, it can show wick lengths that are less than the
Heiken_Ashi_Smoothed_HTF: Heiken_Ashi_Smoothed indicator with the timeframe selection option available in input parameters Author: Nikolay Kositsin
  Indicators: Channels  (36   1 2 3 4)
Channels: Finds and draws channels using all timeframes from 1 minute to 1 month Author: Nikolay7ko
MicroScalper : Kode ini juga dilengkapi fitur deteksi misfire dan penyesuaian dinamis Author: Zulhamid Ridho
New article Developing a trading Expert Advisor from scratch (Part 7): Adding Volume at Price (I) has been published: This is one of the most powerful indicators currently existing. Anyone who trades trying to have a certain degree of confidence must have this indicator on their chart. Most often
New article The Use of the MQL5 Standard Trade Class libraries in writing an Expert Advisor is published: This article explains how to use the major functionalities of the MQL5 Standard Library Trade Classes in writing Expert Advisors which implements position closing and modifying, pending order
Check out the new article: Build Self Optimizing Expert Advisors in MQL5 (Part 6): Self Adapting Trading Rules (II) . This article explores optimizing RSI levels and periods for better trading signals. We introduce methods to estimate optimal RSI values and automate period selection using grid
Check out the new article: Neural Networks in Trading: Hierarchical Vector Transformer (HiVT) . We invite you to get acquainted with the Hierarchical Vector Transformer (HiVT) method, which was developed for fast and accurate forecasting of multimodal time series. The challenges in autonomous
Fractal Adaptive Moving Average (FrAMA) : Fractal Adaptive Moving Average technical Indicator (FRAMA) was developed by John Ehlers. This indicator is constructed based on the algorithm of the Exponential Moving Average , in which the smoothing factor is calculated based on the current fractal
Check out the new article: From Basic to Intermediate: WHILE and DO WHILE Statements . In this article, we will take a practical and very visual look at the first loop statement. Although many beginners feel intimidated when faced with the task of creating loops, knowing how to do it correctly and
Check out the new article: Feature Engineering With Python And MQL5 (Part III): Angle Of Price (2) Polar Coordinates . In this article, we take our second attempt to convert the changes in price levels on any market, into a corresponding change in angle. This time around, we selected a more