Articles, Library comments - page 127

New article How to create 3D graphics using DirectX in MetaTrader 5 has been published: 3D graphics provide excellent means for analyzing huge amounts of data as they enable the visualization of hidden patterns. These tasks can be solved directly in MQL5, while DireсtX functions allow creating
The Puncher: Trades using indicators: iStochastic (Stochastic Oscillator) and iRSI (Relative Strength Index, RSI). Author: Vladimir Karputov
New article Library for easy and quick development of MetaTrader programs (part XII): "Account" object class and collection of account objects has been published: In the previous article, we defined position closure events for MQL4 in the library and got rid of the unused order properties. Here we
Volatility Scanner : Volatility Scanner in raw form for number of currency pairs. Author: JAN OPOCENSKY
PSAR trader v1.1: Trades when the first parabolic sar dot occurs signaling a new trend Author: Tonny Obare
Jurik Velocity: Jurik velocity ("smoother moment") with added choice of prices. Author: Mladen Rakic
Programming patterns - Twin : Modeling multiple inheritance with the Twin pattern. Author: DMITRII PECHERITSA
Ehlers Fisher transform (original): Ehlers Fisher transform (as originally described in the book) Author: Mladen Rakic
Indicator Data to CSV file: This indicator gathers indicator data and prints them in the csv file. Author: Mustafa Doruk Basar
New article MQL as a Markup Tool for the Graphical Interface of MQL Programs. Part 1 has been published: This paper proposes a new conception to describe the window interface of MQL programs, using the structures of MQL. Special classes transform the viewable MQL markup into the GUI elements and
Jurik smooth on chart generic trend: Jurik smooth on chart generic trend Author: Mladen Rakic
Oracle: According to the author it is the best forecast indicator. The oracle which can be trusted more than analysts Fig.1 The Oracle indicator Author: Nikolay Kositsin
New article The Optimal Method for Calculation of Total Position Volume by Specified Magic Number is published: The problem of calculation of total position volume of the specified symbol and magic number is considered in this article. The proposed method requests only the minimum necessary part of...
Rsi Ichimoku Indicator: Ichimoku indicator based on RSI values that displays in your sub-window. Author: marc weedbrook
Exponential moving average: Exponential moving average Author: Mladen Rakic
Ichimoku Kinko Hyo System: An EA fully based on the Ichimoku Kinko Hyo system. Author: mjprater
StochasticAlerts: StochasticAlerts is base of the Indicator Stochastic Oscillator by MetaQuotes Software Corp. with alert and email alert and option to display trader info and signal. Author: Roberto Jacobs
Base64 Class : //|This a library for a quick and easy encryption and decryption using //|base64. The usage is very simple and can be done in a few lines of //|code. <<< //|The return value of a method is the required output. <<< //|Feel free to use this library at your convenience.If it is
MACD Sample: The MACD Sample EA is included in the standard pack of the MetaTrader 5 client terminal and is an example of the EA that trades using the MACD indicator. The file of the MACD Sample.mq5 Expert Advisor is located in terminal_data_folder\MQL5\Experts\Examples\MACD\". This Expert Advisor...
Programming patterns - Facade : Provide a unified interface to a set of interfaces in a subsystem. Author: DMITRII PECHERITSA
Precision trend (histo): Precision trend (histo) - MetaTrader 4 Author: Mladen Rakic
Overlay Chart Modified to not repaint on each bar: Used to compare 2 currencies on one chart, the Original indicator will recenter its calculation on every bar, and hence the price will keep shifting up and down and so the historical relative values do not remain constant. This indicator was...
New article Optimization management (Part I): Creating a GUI has been published: This article describes the process of creating an extension for the MetaTrader terminal. The solution discussed helps to automate the optimization process by running optimizations in other terminals....
Bar Time Count Down : This indicator is to count down the remaining time as the format HH:MM:SS Author: Ziheng Zhuang
OHLC Check: Checking a trading system: Close > Open → BUY signal, Close < Open → SELL signal. Author: Vladimir Karputov
Profit and Losses represented in Pips : Simple script to see your current Profit Losses in Pips. Author: Arturo Minor
Pan PrizMA Sin leverage 72: Building a moving line by a polynomial of the 4th degree. Extrapolate a sine curve and its axis. One value on each bar is removed from the drawn lines and a sliding line of extrapolated values is drawn, which is not redrawn. Author: Aleksey Panfilov
AFL Winner: The oscillator for intraday trading. ALF Winner serves for definition of a trend by formed characteristic reversed parts of the indicator in the interval of 0/100. For intraday trading input parameters values should be decreased, for example, to Period=2, Average=4 values. Author:...
Programming patterns - Composite : Compose objects into tree structures to represent part-whole hierarchies. Author: DMITRII PECHERITSA
Ask Bid Ticks: "Ask Bid Ticks" stores all tick-by-tick data of ask and bid prices to a txt file. It uses local time with milliseconds for catching the time of each tick in high precision. You can use it for microstructure analysis, and see the real nature of market. Author: Erdem Sen