Articles, Library comments - page 42

New article Population optimization algorithms: Monkey algorithm (MA) has been published: In this article, I will consider the Monkey Algorithm (MA) optimization algorithm. The ability of these animals to overcome difficult obstacles and get to the most inaccessible tree tops formed the basis of the
RSI Candles: One possible way of normalizing prices into a known bound. This is a RSI of High, Low, Open and Close displayed as color candles in it's own sub-window. The interesting is that the prices are reflected in a very close manner to a known 0 to 100 range and that opens a lot of new...
New article How to detect trends and chart patterns using MQL5 has been published: In this article, we will provide a method to detect price actions patterns automatically by MQL5, like trends (Uptrend, Downtrend, Sideways), Chart patterns (Double Tops, Double Bottoms). Trends detection Uptrend
Password Manager : Generates, creates and stores passwords for your account. Author: Igor Gerasimov
Previous Candle Breakdown 3: "Previous Candle Breakdown" Expert Advisor. Author: Vladimir Karputov
Change TPSL By Percentage : The Expert will help you change the TP/SL of all open orders by setting the TP/SL based on the input percentage value. Author: Sathyam Saravanan
BSI Trend and Channel : This indicator shows trend line and channels using the BSI Indicator. Original work of https://www.mql5.com/en/code/13615 Author: Livio Alves
MA Grid Trade : Around the moving average index to set grid. Author: Xiao Hua Feng
Market library for MT4 : Library for Market functions Author: Khalid
SetColorFiboLevels: The script creates the Fibonacci levels graphic object with a large number of settings. Author: Nikolay Kositsin
Camarilla Points : Indicator Camarilla Points "Stocks & Commodities V. 31:3 (pg. 10-15)" Author: Andrei Novichkov
Tick Speed Indicator : This indicator was created to see how long does it take to reach 100 ticks. So this indicator is a seconds / "centick" (centick = 100 ticks). It helps you trade orders flow. Author: Pablo Jaguanharo Carvalho Pinheiro
The Breakout Strength Meter for strongest breakouts - MT4 : The breakout strength meter is a trading tool that is used to identify which currencies are the strongest to breakout, and which currencies are the weakest to breakout Author: Rodi Chamii
SmoothAlgorithms: A library of averaging algorithms, the algorithms were described in details in the article "Averaging Price Series for Intermediate Calculations Without Using Additional Buffers" ‌ Author: Nikolay Kositsin
  Libraries: mt-R  (8)
mt-R: Libraries for the interaction of МТ4/5 with R Author: СанСаныч Фоменко
Subtract Time : You learn how to subtract time, insert it manually in a string format, tick counter and see output on comment function. Author: Pablo Jaguanharo Carvalho Pinheiro
New article Neural networks made easy (Part 34): Fully Parameterized Quantile Function has been published: We continue studying distributed Q-learning algorithms. In previous articles, we have considered distributed and quantile Q-learning algorithms. In the first algorithm, we trained the
ADX System: The Expert Advisor is based on the signals of the iADX (Average Directional Movement Index) indicator. Author: Vladimir Karputov
Exponential Commodity Channel Index : Commodity Channel Index using exponential moving averages. Author: Fernando Carreiro
New article Testing Visualization: Account State Charts has been published: Enjoy the process of testing with charts, displaying the balance - now all the necessary information is always in view! I think, it is not only my wish to view the information about the account stateduring testing in the...
Custom Moving Average Levels: A Moving Average indicator, for which the values of two levels can be specified from the code. Author: Vladimir Karputov
Exponential Commodity Channel Index : Commodity Channel Index using exponential moving averages. Author: Fernando Carreiro
ZZLevels: The ZZLevels indicator uses the Simple ZigZag to find the boundaries of the flat, as well as the support and resistance levels. Author: Oleg Shenker
New article Multi-symbol balance graph in MetaTrader 5 has been published: The article provides an example of an MQL application with its graphical interface featuring multi-symbol balance and deposit drawdown graphs based on the last test results. If the EA has already been tested before clicking...
New article Alan Andrews and his methods of time series analysis has been published: Alan Andrews is one of the most famous "educators" of the modern world in the field of trading. His "pitchfork" is included in almost all modern quote analysis programs. But most traders do not use even a fraction
Calc Profit Loss on LinePrice: The calculation of profit/loss in the deposit currency at the desired symbol price level on all open orders. Author: Mikhail Maloyarov
New article Population optimization algorithms: Harmony Search (HS) has been published: In the current article, I will study and test the most powerful optimization algorithm - harmonic search (HS) inspired by the process of finding the perfect sound harmony. So what algorithm is now the leader in
CandleColorMidPoint: Colored Middle Point of candles Author: Scriptor
Risk Manager EA : This is a simple EA that will buy/sell pullbacks while managing your given risk parameters. You need to decide on a direction, and the EA will do the rest. Author: Noah Kurtz
New article Category Theory in MQL5 (Part 6): Monomorphic Pull-Backs and Epimorphic Push-Outs 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