Articles, Library comments - page 389

Demo_FileWriteArray: The script demonstrates the example of using the FileWriteArray() function Author: Automated-Trading
Demo_FileGetInteger: The script demonstrates the example of using the FileGetInteger() function Author: Automated-Trading
ATRPivot: ATRPivot generates support and resistance levels considering Average True Range (ATR) indicator. The idea of this indicator was formed based on the ATR Channels indicator code developed by Luis Guilherme Damiani. Author: Nikolay Kositsin
New article The Principles of Economic Calculation of Indicators is published: Calls to user and technical indicators takes up very little space in the program code of automated trading systems. Often it’s simply a few code lines. But it often happens that it is these few lines of code which use up...
MyComment - new comments added without deleting existing ones.: New comments added to a chart without deleting existing ones. Comments also show the current time and the script name. This function can be issued. At the end only the comments of their own will be deleted. Class...
Demo_FileIsEnding: The script demonstrates the example of using the FileIsEnding() function Author: Automated-Trading
Demo_FileFlush: The script demonstrates the example of using the FileFlush() function Author: Automated-Trading
Demo_FileMove: The script demonstrates the example of using the FileMove() function Author: Automated-Trading
The20sv0.20: The semaphore trend signal indicator Fig.1 The The20sv0.20 indicator Author: Nikolay Kositsin
FigurelliSeries: The indicator allows defining the trend direction Fig.1 The FigurelliSeries indicator Author: Nikolay Kositsin
Demo_FileDelete: The script demonstrates the example of using the FileDelete() function Author: Automated-Trading
Demo_FileCopy: The script demonstrates the example of using the FileCopy() function Author: Automated-Trading
Demo_FileFind: The script is a simple example of using the FileFindFirst(), FileFindNext() and FileFindClose() functions Author: Automated-Trading
CCIArrows: The semaphore signal indicator fixing moments of breakthrough of the zero level by the iCCI technical indicator and displaying these moments by color points Fig.1 The CCIArrows indicator Author: Nikolay Kositsin
New article MQL5 Cookbook: Analyzing Position Properties in the MetaTrader 5 Strategy Tester is published: We will present a modified version of the Expert Advisor from the previous article "MQL5 Cookbook: Position Properties on the Custom Info Panel". Some of the issues we will address include...
Object Emulator: Emulator of functions for working with objects. It gives possibility to see the objects after testing in the chart Author: Roffild
TradeBreakOut: The local extremums breakthrough indicator Fig.1 The TradeBreakOut indicator Author: Nikolay Kositsin
Exp_TrendContinuation: The Expert Advisor using the TrendContinuation trend indicator Fig. 1. The instances of history of deals in the chart Author: Nikolay Kositsin
New article Calculation of Integral Characteristics of Indicator Emissions is published: Indicator emissions are a little-studied area of market research. Primarily, this is due to the difficulty of analysis that is caused by the processing of very large arrays of time-varying data. Existing...
ColorJCCX: Smoother Commodity Chanel Index Fig.1 The ColorJCCX indicator Author: Nikolay Kositsin
3rd Generation Moving Average: The Moving Average which uses quite a simple procedure on decreasing temporal lag based on the increase of the Moving Average period Fig.1 The 3rd Generation Moving Average indicator Author: Nikolay Kositsin
PairsTrade_Light: The indicator for pair trading. The simplified variant of the "ind_2_linep1.mq5" indicator Author: Victor
MQL5 Wizard - Trade Signals Based on Price Crossover with Moving Average, confirmed by ADX: MQL5 Wizard allows to create the code of Expert Advisors automatically. See Creating Ready-Made Expert Advisors in MQL5 Wizard for the details. Here we will consider the strategy based on price crossover...
SmPriceBend-T01: The indicator of the first price change derivative or simply trend speed and sign. Fig.1 The SmPriceBend-T01 indicator Author: Nikolay Kositsin
TrendStrength: The indicator to define the global trend Fig.1 The TrendStrength indicator Author: Nikolay Kositsin
MinPriceChange: The indicator of the minimum sum of price changes which forms signals after flat movements and before potential breakthrough in this or that side Author: Serhii Ivanenko
TrendRange: The trend indicator with three states Fig.1 The TrendRange indicator Author: Nikolay Kositsin
New article Creating an Information Board Using the Standard Library Classes and Google Chart API is published: The MQL5 programming language primarily targets the creation of automated trading systems and complex instruments of technical analyses. But aside from this, it allows us to create...
VolatilityPivot: This indicator is calculated on the basis of currency pair volatility displaying the nearest support and resistance level depending on the trend direction Fig.1 The VolatilityPivot indicator Author: Nikolay Kositsin
IncGUI_BitPicA: An updated version of the CBitPic class with the ability to control drawing transparency Author: Dmitry Fedoseev