Articles, Library comments - page 38

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
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
Check out the new article: Data label for time series mining (Part 3):Example for 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 to needs can make
Check out the new article: Category Theory in MQL5 (Part 23): A different look at the Double Exponential Moving Average . In this article we continue with our theme in the last of tackling everyday trading indicators viewed in a ‘new’ light. We are handling horizontal composition of natural
Check out the new article: Alternative risk return metrics in MQL5 . In this article we present the implementation of several risk return metrics billed as alternatives to the Sharpe ratio and examine hypothetical equity curves to analyze their characteristics. The graphic below represents a
News Detector for Mt4 & MT5 : One code that works for both Mt4 and Mt5 combined. Salient features of the code: -Filter News by High, Low or Medium Volatility -Filter By currencies -Filter by News Keyword -Auto GMT offset check -Dashboard to show upcoming News (Can be enabled or disabled) -Lines on
Double Bolling Band Signal : Let follow previous EA by this link https://www.mql5.com/en/code/46630 Author: Lo Thi Mai Loan
Candles, arbitrary seconds: This is an indicator that generates simulated data for any period - but in seconds Author: Automated-Trading
RSI Candles - Smoothed: Combination of 4 RSI values (RSI of High, Low, Open and Close) displayed as candles. This version has additional option to enable prices pre-smoothing prior to be used in calculation, which makes it an RSI-of-MA combination. To avoid prices pre-smoothing, use...