Articles, Library comments - page 91

New article DIY multi-threaded asynchronous MQL5 WebRequest has been published: The article describes the library allowing you to increase the efficiency of working with HTTP requests in MQL5. Execution of WebRequest in non-blocking mode is implemented in additional threads that use auxiliary charts...
New article Automata-Based Programming as a New Approach to Creating Automated Trading Systems is published: This article takes us to a whole new direction in developing EAs, indicators and scripts in MQL4 and MQL5. In the future, this programming paradigm will gradually become the base standard...
Deviation Rate BIAS MT4 : Stock trading indicators. BIAS. Author: Hung Wen Lin
Forex market sessions identification : This script highlights Forex sessions for Sydney, Tokyo, London and New York with colored rectangles, according to the user time definitions. Author: Murilo Falleiros
New article Combinatorics and probability for trading (Part V): Curve analysis has been published: In this article, I decided to conduct a study related to the possibility of reducing multiple states to double-state systems. The main purpose of the article is to analyze and to come to useful
RegularExpressions in MQL4 for working with regular expressions: Regular expressions provide a formal language for quick and flexible processing of texts. Each regular expression is a pattern (mask), for which the regular expression engine tries to find matches in the source text. A pattern consists...
High Low Lines : Add High and Low lines based on number of previous bars defined in input field Author: Dark Ryd3r
AMA smoothed RSI - floating levels: AMA smoothed RSI - floating levels Author: Mladen Rakic
Inverse Fisher Transform RSI by John Ehlers unsmoothed version for MT4 : Developed by John Ehlers, the RSI-based inverse Fisher Transform is used to help clearly define trigger points. The normal RSI indicator is calculated and adjusted so that the values are centered around zero. The inverse
New article Graphics in DoEasy library (Part 90): Standard graphical object events. Basic functionality has been published: In this article, I will implement the basic functionality for tracking standard graphical object events. I will start from a double click event on a graphical object. Compile
  Experts: MAMACD  (2)
MAMACD: A strategy based on iMA (Moving Average, MA) and iMACD (Moving Average Convergence/Divergence, MACD). Author: Vladimir Karputov
Histogram Bid and Ask prices: The statistical distribution of Bid and Ask prices on the chart as a histogram. Author: Sergey Pavlov
RSI accumulated (floating levels): RSI accumulated (floating levels). Author: Mladen Rakic
Martingale EA : This EA demonstrates how to implement martingale based on signals from any indicator. Author: Satyam Shivam
MACD-RSI: Relative Strength Index(RSI) indicator applied to Moving Average Convergence/Divergence(MACD) clearly shows the current price divergence. Short period reversals (1, 5, 15 min.) are also clearly seen. Crossover of MACD signal line and RSI is an additional signal for market entry, in this...
Simple 2MA I: "Simple 2MA I" naked trading price action EA draws 2 mini Trend Lines with "Fractals" on chart and trades with the trend,has Trailing Stop Loss &Take Profit works with all time frames major forex pairs and stocks NASDAQ. Author: Aharon Tzadik
New article Universal regression model for market price prediction (Part 2): Natural, technological and social transient functions has been published: This article is a logical continuation of the previous one. It highlights the facts that confirm the conclusions made in the first article. These
New article Electronic Tables in MQL5 is published: The article describes a class of dynamic two-dimensional array that contains data of different types in its first dimension. Storing data in the form of a table is convenient for solving a wide range of problems of arrangement, storing and...
Risk Reward Tool : Risk Reward Tool calculates Risk reward like 1:2 1:3 1:4 and 1:5 Author: Dark Ryd3r
Basic file handling in MQL : This code helps beginners in MQL4, specially those migrating from C++ to perform some basic fie operation. Author: Satyam Shivam
One click close : The code is used to demonstrate how one can create a button on the chart and assign a function to it. The code is used to delete all orders after clicking on the button. The deletion takes care of various scenarios and shows error messages. Author: Satyam Shivam
#MarketPrice: Really helps in trading Author: Eugene
Multi Moving Average: It shows the information about 4 Moving Averages in a separate window. Author: Александр
Candlestick models for GBP/JPY for 9 years: An Expert Advisor uses the Candlestick Models for trading: Blending Candlesticks (Engulfing) and Hammer(inverted Hammer)/Shooting Star models Author: Max
Hotkeys_CycleTimeFrames_v1.0 : cycle timeframes using hotkeys 'N','M' prev,next timeframe Author: NickBixy
New article Combinatorics and probability for trading (Part IV): Bernoulli Logic has been published: In this article, I decided to highlight the well-known Bernoulli scheme and to show how it can be used to describe trading-related data arrays. All this will then be used to create a self-adapting
Forex_Spread_Meter: MetaTrader 5 indicator that displays the spread meter on the chart. Author: amrali
BBSqueeze Dark Indicator: Indicator shows buy and sell regions based on combination of Bollinger bands and Keltner channels. Author: gopal krishan doda
New article Price Action. Automating the Inside Bar Trading Strategy has been published: The article describes the development of a MetaTrader 4 Expert Advisor based on the Inside Bar strategy, including Inside Bar detection principles, as well as pending and stop order setting rules. Test and...
Updated Nevalyashka: The Expert Advisor reverses the orders after closing. Author: Vladimir Khlystov