Articles, Library comments - page 22

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
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
Position Size Calculator : MT5 Indicator for Position Size Calculation Author: ErangaG
Envelopes beginner tutorial By William210 : Envelopes beginner tutorial to learn how to code in MQL5 Author: Gerard Willia G J B M Dinh Sy
Check out the new article: The case for using a Composite Data Set this Q4 in weighing SPDR XLY's next performance . We consider XLY, SPDR’s consumer discretionary spending ETF and see if with tools in MetaTrader’s IDE we can sift through an array of data sets in selecting what could work with a
Horizontal Grid Controller : Horizontal Grid Controller with KeyEvents Author: Rajesh Kumar Nait
RSI Peak & Bottom: It showed the peak/bottom at rsi14 Author: Ahmad Yahya
Ichimoku: Ichimoku EA trades with "Ichimoku " and "Parabolic" indicators works with all time frames major forex pairs. Author: Aharon Tzadik
New article How to Order an Expert Advisor and Obtain the Desired Result is published: How to write correctly the Requirement Specifications? What should and should not be expected from a programmer when ordering an Expert Advisor or an indicator? How to keep a dialog, what moments to pay special...
New article Grokking market "memory" through differentiation and entropy analysis has been published: The scope of use of fractional differentiation is wide enough. For example, a differentiated series is usually input into machine learning algorithms. The problem is that it is...
Singleton - creational design pattern : Ensure one instance of a class with a global point of access Author: DMITRII PECHERITSA
Sample program for async/sync all close. : This is a simple program to compare asynchronous and synchronous all close. It is a sample program, so feel free to modify it for your own testing purposes, such as adding conditions. Author: Sajiro- Yoshizaki
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
New article Data Science and Machine Learning (Part 12): Can Self-Training Neural Networks Help You Outsmart the Stock Market? has been published: Are you tired of constantly trying to predict the stock market? Do you wish you had a crystal ball to help you make more informed investment decisions
Trend Rider Alert : Trend Rider is a combination of several indicators eg super trend, rsi, and macd to assist in spotting and riding trends by showing direction inform of color candles and also showing trailing stop levels, It can be used independently or with additional filters. Author: Andrew
Price Rebound Calculator : This indicator calculates the percentage of the probability of a price reversal from a given size of the maximum rollback based on the history of the chart movement Author: Nikclay Khrushchev
Check out the new article: Developing a Replay System — Market simulation (Part 15): Birth of the SIMULATOR (V) - RANDOM WALK . In this article we will complete the development of a simulator for our system. The main goal here will be to configure the algorithm discussed in the previous article
Equity and Balance as an indicator for MT5 : This is a very easy-to-use indicator that displays the changes in Equity and balance of the trading account as it dynamically moves. Particularly useful on the back tester and good for beginners to read this very easy MQL5 code. Author: TheCoder
prior day close: yesterday market close european market or NYSE close price Author: Ramin Rostami
Candle Timer: Candle Timer shows the time remaining until the end of the candle. Author: Mladen Rakic
Check out the new article: Trade transactions. Request and response structures, description and logging . The article considers handling trade request structures, namely creating a request, its preliminary verification before sending it to the server, the server's response to a trade request and the