The CGV class simplifies the work with global variables of MetaTrader 5 client terminal. Class methods: GlobalVariableSet GlobalV...
Showing posts with label MetaTrader 5 Libraries. Show all posts
Showing posts with label MetaTrader 5 Libraries. Show all posts
MetaTrader 5 Libraries | Working with sockets in MQL5
0
This example will show you how to implement the realtime ticks transfer from MetaTrader 5 client terminal to external server applicat...
MetaTrader 5 Libraries | Keywords and aliases of MQL5
0
The MQL5 keywords and aliases for autoreplace are presented. Note: Maybe I had missed something, if you have found such keywords plea...
MetaTrader 5 Libraries | Functions to simplify work with orders
0
This is a class that will allow to open, close and modify your position by placing orders with really simple commands and configurati...
MetaTrader 5 Libraries | CIniFile class
0
This class will help you if you need to use the Windows *.ini files. It has a standard interface with simple methods. Using the libr...
MetaTrader 5 Libraries | OptimReport v2.15
0
If you want to optimize your Expert Advisor using your own characteristics, you can use "Custom max" mode via OnTester() f...
MetaTrader 5 Libraries | Hash functions library
0
General purpose hash functions: adler32 CRC-32 (fast, table implementation) MaHash8v64 (fast, table implementation) All three functio...
MetaTrader 5 Libraries | cIntBMP - a library for creation of BMP images
0
This class is designed for creation of bmp images. Examples: An example of DrawTriangle() method An example of DrawRectangle() ...
MetaTrader 5 Libraries | MQL5 Wizard - Candlestick Patterns Class
0
The MQL5 Wizard allows creating ready-made Expert Advisors based on the Standard library classes delivered together with the client t...
MetaTrader 5 Libraries | cIntSpeech
0
Example of use of speech engine. cIntSpeech.mqh (cIntSpeech class) should be located in MQL5/Include. sSpeechExample.mq5 is an exampl...
MetaTrader 5 Libraries | sToken
0
MetaTrader 5 Libraries | sToken
RobotFX
17.11.25
The script contains a class, that can be used to solve mathematical and logical expressions, defined as string. The script has two c...
MetaTrader 5 Libraries | CDownLoadHistory class
0
The CDownLoadHistory class provides the methods of historical data downloading in two modes: "visual" and "silent...
MetaTrader 5 Libraries | The class of a module of trade signals, on "inner bar breakthrough" in trend direction
0
MetaTrader 5 Libraries | The class of a module of trade signals, on "inner bar breakthrough" in trend direction
RobotFX
15.11.25
The MQL5 Wizard provides an opportunity to create a strategy using different modules. For example, the main module can be written by ...
Tags:
"inner,
bar,
breakthrough",
class,
direction,
MetaTrader 5 Libraries,
module,
signals,,
trade,
trend
MetaTrader 5 Libraries | Module of Trade Signals, based on BrainTrend1 indicator
0
The original version of BrainTrend1 has 4 parameters, but only 2 of them are used in this module of trade signals (ATR period and St...
MetaTrader 5 Libraries | Module of Trade Signals, based on BrainTrend2 indicator
0
A Lime candle of BrainTrend2 indicator is a signal to open a long position, a Magenta candle is a signal to open a short position. Th...
MetaTrader 5 Libraries | Module of Trade Signals, based on Chande Momentum Oscillator
0
MetaTrader 5 Libraries | Module of Trade Signals, based on Chande Momentum Oscillator
RobotFX
14.11.25
The signals are formed at completed bars. Chande Momentum Oscillator is used as a custom indicator for module of trade signals. The D...
Tags:
based,
Chande,
MetaTrader 5 Libraries,
Module,
Momentum,
Oscillator,
Signals,,
Trade
MetaTrader 5 Libraries | Module of Trade Signals, Based on T3 Indicator
0
The signals are formed at completed bars. T3 indicator is used as a custom indicator for module of trade signals. The downward cross...
MetaTrader 5 Libraries | MyComment - new comments added without deleting existing ones.
0
MetaTrader 5 Libraries | MyComment - new comments added without deleting existing ones.
RobotFX
13.11.25
This function outputs a comment in the top left corner of a chart. New comments are added as a new line without deleting existing on...
MetaTrader 5 Libraries | Matrix operations library
0
The library provides simple matrix operations: addition, subtraction, multiplication, inversion. The matrix.mqh must be placed to ter...