Articles, Library comments - page 26

Check out the new article: Developing a Replay System — Market simulation (Part 07): First improvements (II) . In the previous article, we made some fixes and added tests to our replication system to ensure the best possible stability. We also started creating and using a configuration file for this
A Tool: Horizontal Grid Plotter: Script for horizontal grid lines plotting Author: Airat Safin
A Tool: Vertical Grid Plotter: Script for vertical grid lines plotting Author: Airat Safin
TradeMo : The trade strategy is based on 2 moving averages. To confirm the trend, it uses 2 moving averages crossing and 1 candlestick formation while the moving averages are still crossed. Author: Justin A Larry
Automatic stoploss and takeprofit: Automatic set (woth confirmation) of tp ans sl calcul use buy cost it work for every trade available and for all symbol. You can change the external parameter for tp and sl. I work on a new version where you could choose sl and tp for each symbol Author: cyriac
Check out the new article: Neural networks made easy (Part 41): Hierarchical models . The article describes hierarchical training models that offer an effective approach to solving complex machine learning problems. Hierarchical models consist of several levels, each of which is responsible for
Check out the new article: Understanding order placement in MQL5 . When creating any trading system, there is a task we need to deal with effectively. This task is order placement or to let the created trading system deal with orders automatically because it is crucial in any trading system. So, you
Keltner ATR Bands: The indicator of channel Keltnera. Author: John Smith
Check out the new article: Neural networks made easy (Part 40): Using Go-Explore on large amounts of data . This article discusses the use of the Go-Explore algorithm over a long training period, since the random action selection strategy may not lead to a profitable pass as training time increases
Braid Filter indicator of Robert Hill stocks and commodities magazine 2006 : Braid Filter indicator of Robert Hill stocks and commodities magazine 2006 Author: maximo
  Experts: Kral  (5)
Kral : Expert Advisor Author: Dragan Drenjanin
New article The Price Histogram (Market Profile) and its implementation in MQL5 is published: In this article I will consider Price Histogram - a simplified model of Market Profile, and will describe its implementation in MQL5. Author: Dmitry
  Indicators: M4HA  (5)
M4HA : Trend indicator based on the intersection of adaptive HMA and its smoothed line. I recommend using it together with the flat indicator to determine the beginning of a trend early Author: Nikclay Khrushchev
Support and Resistance Indicator : This Indicator shows the potential breakout/stop levels. Author: Peter Mueller
iVIDyA Simple : Simple EA on 'iVIDyA' indicator Author: Vladimir Karputov
MT5 CCI with shift parameter : The default CCI in MT5 doesn't have the shift parameter. This script implements the shift. Author: Conor Mcnamara
New article Forecasting with ARIMA models in MQL5 has been published: In this article we continue the development of the CArima class for building ARIMA models by adding intuitive methods that enable forecasting. It is well known that ARIMA models rely on temporal dependences in a dataset. Therefore
Ranged Grid Bot EA with pending orders : The EA created sell/buy limit orders according to: - Grid number of orders - Trading range (computed automatically by uwing weekly highs and lows) - Current price Author: Alessio Fabiani
CLS (ClearScreen) : CLS (ClearScreen) delets all object drawn on the chart with key press "C" Author: Rajesh Kumar Nait
Check out the new article: Structures in MQL5 and methods for printing their data . In this article we will look at the MqlDateTime, MqlTick, MqlRates and MqlBookInfo strutures, as well as methods for printing data from them. In order to print all the fields of a structure, there is a standard
Check out the new article: Discrete Hartley transform . In this article, we will consider one of the methods of spectral analysis and signal processing - the discrete Hartley transform. It allows filtering signals, analyzing their spectrum and much more. The capabilities of DHT are no less than
Check out the new article: Launching MetaTrader VPS: A step-by-step guide for first-time users . Everyone who uses trading robots or signal subscriptions sooner or later recognizes the need to rent a reliable 24/7 hosting server for their trading platform. We recommend using MetaTrader VPS for
Check out the new article: StringFormat(). Review and ready-made examples . The article continues the review of the PrintFormat() function. We will briefly look at formatting strings using StringFormat() and their further use in the program. We will also write templates to display symbol data in the
Check out the new article: Neural networks made easy (Part 38): Self-Supervised Exploration via Disagreement . One of the key problems within reinforcement learning is environmental exploration. Previously, we have already seen the research method based on Intrinsic Curiosity. Today I propose to
RSI stop and reverse indicator : This RSI stop and reverse indicator makes use of RSI on price v2 code. If required the RSI level bands can be hidden. Author: maximo
Advisor Based on RSI and Martingale : "This advisor uses the RSI indicator to determine optimal entry and exit points in the market. A unique feature of the advisor is its martingale strategy, which allows for position reversal with an increased lot size during market reversals. The advisor offers
  Libraries: Report  (11   1 2)
Report: The MetaTrader 4/5 library allows generating reports based on the trading history. Author: fxsaber
EMA variation ribbon: EMA variation ribbon Author: Mladen Rakic
New article Neural networks made easy (Part 32): Distributed Q-Learning has been published: We got acquainted with the Q-learning method in one of the earlier articles within this series. This method averages rewards for each action. Two works were presented in 2017, which show greater success when
Check out the new article: Classification models in the Scikit-Learn library and their export to ONNX . In this article, we will explore the application of all classification models available in the Scikit-Learn library to solve the classification task of Fisher's Iris dataset. We will attempt to