Articles, Library comments - page 53

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
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 Advisor
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: 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
  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
New article MQL5 Cookbook: Development of a Multi-Symbol Indicator to Analyze Price Divergence has been published: In this article, we will consider the development of a multi-symbol indicator to analyze price divergence in a specified period of time. The core topics have been already discussed in
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: William Gann methods (Part II): Creating Gann Square indicator . We will create an indicator based on the Gann's Square of 9, built by squaring time and price. We will prepare the code and test the indicator in the platform on different time intervals. In this article, we
Check out the new article: Neural Networks in Trading: Spatio-Temporal Neural Network (STNN) . In this article we will talk about using space-time transformations to effectively predict upcoming price movement. To improve the numerical prediction accuracy in STNN, a continuous attention mechanism is
Check out the new article: Developing a Replay System (Part 62): Playing the service (III) . In this article, we will begin to address the issue of tick excess that can impact application performance when using real data. This excess often interferes with the correct timing required to construct a
Check out the new article: Bacterial Chemotaxis Optimization (BCO) . The article presents the original version of the Bacterial Chemotaxis Optimization (BCO) algorithm and its modified version. We will take a closer look at all the differences, with a special focus on the new version of BCOm, which
ClockAnalog : 24-hour analog GMT(UTC) market clock displaying in background. The clock displays the Greenwich Mean Time and shows the status of all main stock exchanges according to their schedule. Author: Andrey Aseykin
Check out the new article: Price Action Analysis Toolkit Development (Part 17): TrendLoom EA Tool . As a price action observer and trader, I've noticed that when a trend is confirmed by multiple timeframes, it usually continues in that direction. What may vary is how long the trend lasts, and this
Currency Strength Meter: Currency Strength Meter indicator gets RSI (Relative Strength Index) values from four different instruments of your choice and displays them in indicator window. Features Ability to set custom colors and styles for each instrument, Displays colored labels for instrument...