Articles, Library comments - page 88

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
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
iStochasticOfOsc : The Stochastic of all oscillator-like indicators, included in MetaTrader 5 client terminal. Indicators included: AD , ADX , ADXW , ATR , BEARS , BULLS , BWMFI , CCI , CHAIKIN , DEMARKER , FORCE , GATOR , MACD , MFI , MOMENTUM , OBV , OSMA , RSI , RVI , STDDEV , STOCHASTIC , TRIX ;
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
Divergence_Candles : Indicator of candlestick divergences. Author: Scriptor
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
Yaanna : Yaanna is the simplest indicator of the overbought/oversold states. Yaanna is a confirmatory indicator that must be used for a main signal check. We should sell or close long positions when the indicator value is above 100. We should buy or close short positions when the indicator value is
Ichimoku: Ichimoku EA trades with "Ichimoku " and "Parabolic" indicators works with all time frames major forex pairs. Author: Aharon Tzadik
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
DayOfWeekLabels : The indicator shows days of the week on the price chart. Author: Scriptor
  Indicators: SuperTrend  (15   1 2)
SuperTrend : SuperTrend indicator. Is possible to use DRAW_FILLING by "Show_Filling" input. Author: FxGeek Show_Filling=false: Show_Filling=true (DRAW_FILLING)
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
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
Testinator for testing massive combinations of trade setups : Welcome to the Binary Testinator. The Purpose of this EA is for testing different Indicators to optimize a trade scenario. Everyone has an opinion on what is the best trade setup, and advice is never ending! Better if you test it out
New article Multiple indicators on one chart (Part 02): First experiments has been published: In the previous article "Multiple indicators on one chart" I presented the concept and the basics of how to use multiple indicators on one chart. In this article, I will provide the source code and will
New article Category Theory in MQL5 (Part 7): Multi, Relative, and Indexed Domains has been published: Category Theory is a diverse and expanding branch of Mathematics which is only recently getting some coverage in the MQL5 community. These series of articles look to explore and examine some of its
Example of using an ONNX model to recognize handwritten numbers : This Expert Advisor does not trade. A simple panel, implemented using the standard Canvas library, allows you to draw digits with the mouse. The trained mnist.onnx model is used to recognize the digits. Author: Slava
Check out the new article: Developing a Replay System — Market simulation (Part 14): Birth of the SIMULATOR (IV) . In this article we will continue the simulator development stage. this time we will see how to effectively create a RANDOM WALK type movement. This type of movement is very intriguing
Check out the new article: Neural networks made easy (Part 39): Go-Explore, a different approach to exploration . We continue studying the environment in reinforcement learning models. And in this article we will look at another algorithm – Go-Explore, which allows you to effectively explore the