Articles, Library comments - page 111

New article Graphical Interfaces I: Form for Controls (Chapter 2) has been published: This article is the continuation of the first part of the series about graphical interfaces. The first article Graphical Interfaces I: Preparation of the Library Structure (Chapter 1) considers in detail what this
Heikin Ashi Lines : A simpler way to display Heikin Ashi Author: Fernando Carreiro
New article Graphical Interfaces I: Preparation of the Library Structure (Chapter 1) has been published: This article is the beginning of another series concerning development of graphical interfaces. Currently, there is not a single code library that would allow quick and easy creation of high
New article Expert Advisor featuring GUI: Creating the panel (part I) has been published: Despite the fact that many traders still prefer manual trading, it is hardly possible to completely avoid the automation of routine operations. The article shows an example of developing a multi-symbol signal
Candlestick Wick Imbalance : Candlestick Wick Imbalance Author: Rajesh Kumar Nait
  Experts: e-Regr  (7)
e-Regr : e-Regr — MetaTrader 5 Expert Advisor. Trading by i-Regr (Regression Channel). Extensive use of the standard library classes. Author: Vladimir Karputov
New article Optimization. A Few Simple Ideas has been published: The optimization process can require significant resources of your computer or even of the MQL5 Cloud Network test agents. This article comprises some simple ideas that I use for work facilitation and improvement of the MetaTrader 5
New article Comparative Analysis of 10 Trend Strategies has been published: The article provides a brief overview of ten trend following strategies, as well as their testing results and comparative analysis. Based on the obtained results, we draw a general conclusion about the appropriateness
ZigZag Indicator with Extra Features: Taking a Closer Look at the Workings of the ZigZag Indicator. Author: Fernando Carreiro
Martingale Trade Simulator : a Simple Visual Strategy Tester / Manual Trade Training using Martingale. Author: DADALI ARWALY
  Libraries: AccurateTimer  (32   1 2 3 4)
AccurateTimer : Increased accuracy of the standard timer. Author: fxsaber
Martingale Trade Simulator : a Simple Visual Strategy Tester / Manual Trade Training using Martingale. Author: DADALI ARWALY
Check out the new article: Neural networks made easy (Part 54): Using random encoder for efficient research (RE3) . Whenever we consider reinforcement learning methods, we are faced with the issue of efficiently exploring the environment. Solving this issue often leads to complication of the
Check out the new article: Developing a Replay System — Market simulation (Part 19): Necessary adjustments . Here we will prepare the ground so that if we need to add new functions to the code, this will happen smoothly and easily. The current code cannot yet cover or handle some of the things that
Check out the new article: Developing a Replay System — Market simulation (Part 18): Ticks and more ticks (II) . Obviously the current metrics are very far from the ideal time for creating a 1-minute bar. That's the first thing we are going to fix. Fixing the synchronization problem is not
Hikkake Pattern (Inside Day False Breakout) : Hikkake Pattern (Inside Day False Breakout) indicator is a trading strategy based on false breakouts. Translated into MQL5 code from Dan Chesler's article published in April 2004, Active Trader Magazine "Trading False Moves with the Hikkake Pattern". The
New article Scraping bond yield data from the web has been published: Automate the collection of interest rate data to improve the performance of an Expert Advisor. Automated trading is based almost entirely on technical indicators that use past price action to forecast future price action. However
Multi time frame example by recursion : The purpose of this indicator is to demonstrate newbie friendly way a structure of a multi time frame indicator based on recursion. A function which is responsible of the indicator calculation itself can be replaced easily. A functionality which is responsible
Day Trader Market Profile: The indicator ыimulates the full structure of the market profile system that described by "James Dalton" in his book "Mind Over Markets". Author: Bassam Maamoon
Check out the new article: Market Reactions and Trading Strategies in Response to Dividend Announcements: Evaluating the Efficient Market Hypothesis in Stock Trading . In this article, we will analyse the impact of dividend announcements on stock market returns and see how investors can earn more
Volume trader : A trading system based on the tick volume of bars. Author: Vladimir Karputov
Check out the new article: Data label for time series mining (Part 4):Interpretability Decomposition Using Label Data . This series of articles introduces several time series labeling methods, which can create data that meets most artificial intelligence models, and targeted data labeling according
  Indicators: GMMA  (15   1 2)
GMMA : Daryl Guppy is a professional trader and author of "Trend Trading" , "Trading Tactics" and "Better Stock Trading: Money and Risk Management" . He leads seminars on trading in Australia, Asia, China and USA. Guppy Multiple Moving Average (GMMA) is an indicator based on the relationships
Candle Time Count Down : Current Candle To Close in x Time Author: Chioma Obunadike
MA mass cloud : Clouds formed by the masses of Moving Averages of different periods. Author: okome_ken
AutoRefresh : Some indicators experience a bug where the plot drops horizontally or the buffer doesn't update on the chart. The problem can be solved by refreshing the chart. This will refresh the chart in the background by a user defined refresh period. The default is 1 which means it will be
New article The price movement model and its main provisions (Part 1): The simplest model version and its applications has been published: The article provides the foundations of a mathematically rigorous price movement and market functioning theory. Up to the present, we have not had any
ATR Trailing Stop with 1 Buffer only : This is an edit of the Mod_ATR_Trailing_Stop by MQL5 user @Scriptor found here https://www.mql5.com/en/code/20423 . MT5 indicator .mql5 and .ex5 files, report any bugs, I'll fix. Author: Phil_GMT
Check out the new article: Neural networks made easy (Part 53): Reward decomposition . We have already talked more than once about the importance of correctly selecting the reward function, which we use to stimulate the desired behavior of the Agent by adding rewards or penalties for individual
Check out the new article: Developing a Replay System — Market simulation (Part 16): New class system . We need to organize our work better. The code is growing, and if this is not done now, then it will become impossible. Let's divide and conquer. MQL5 allows the use of classes which will assist in