Articles, Library comments - page 17

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
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: Introduction to MQL5 (Part 1): A Beginner's Guide into Algorithmic Trading . Dive into the fascinating realm of algorithmic trading with our beginner-friendly guide to MQL5 programming. Discover the essentials of MQL5, the language powering MetaTrader 5, as we demystify
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
  Indicators: Auto Fibo  (23   1 2 3)
Auto Fibo: Automatic Fibonacci with ZigZag Base. Author: Hector Pacheco
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
Candle Time Count Down : Current Candle To Close in x Time Author: Chioma Obunadike
New article How to create bots for Telegram in MQL5 has been published: This article contains step-by-step instructions for creating bots for Telegram in MQL5. This information may prove useful for users who wish to synchronize their trading robot with a mobile device. There are samples of bots in...
Check out the new article: MQL5 Wizard Techniques you should know (Part 08): Perceptrons . Perceptrons, single hidden layer networks, can be a good segue for anyone familiar with basic automated trading and is looking to dip into neural networks. We take a step by step look at how this could be
New article New Article Publishing System at the MQL5.community is published: We present you a new article publishing system at the MQL5.community. In the new system, we have tried to make the whole process of article writing clear and comfortable by breaking it into several steps. At each step we...
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
New article MQL5: Create Your Own Indicator is published: By describing creation of True Strength Index, the author shows how to write indicators in MQL5. Author: MetaQuotes
Check out the new article: Neural networks made easy (Part 47): Continuous action space . In this article, we expand the range of tasks of our agent. The training process will include some aspects of money and risk management, which are an integral part of any trading strategy. In our previous
Check out the new article: Developing a Replay System — Market simulation (Part 01): First experiments (I) . How about creating a system that would allow us to study the market when it is closed or even to simulate market situations? Here we are going to start a new series of articles in which we
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
New article Using Self-Organizing Feature Maps (Kohonen Maps) in MetaTrader 5 is published: One of the most interesting aspects of Self-Organizing Feature Maps (Kohonen maps) is that they learn to classify data without supervision. In its basic form it produces a similarity map of input data...
Automatic Chart Refresher : A tool which refreshes the chart automatically and will make active indicators update if something stopped plotting on the chart. Author: phade
New article MetaTrader 5 on Linux is published: In this article, we demonstrate an easy way to install MetaTrader 5 on popular Linux versions — Ubuntu and Debian. These systems are widely used on server hardware as well as on traders’ personal computers. Author: MetaQuotes
Check out the new article: Developing a Replay System — Market simulation (Part 17): Ticks and more ticks (I) . Here we will see how to implement something really interesting, but at the same time very difficult due to certain points that can be very confusing. The worst thing that can happen is
Waddah Attar Explosion: The indicator shows the moments of the market acceleration. Besides, it indicates appropriate time for buying, selling and market exit. Author: Nikolay Kositsin
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
Export trade history to CSV v2: This script will export the trade history from MT5 selected between two dates. The resulting file is CSV that can be opened/imported with any spreadsheet software. Current version 1.0 does not add the takeprofit and stoploss. Any advice to improve this is welcomed....
Check out the new article: Neural networks made easy (Part 52): Research with optimism and distribution correction . As the model is trained based on the experience reproduction buffer, the current Actor policy moves further and further away from the stored examples, which reduces the efficiency of