Developing a multi-currency Expert Advisor — source codes from a series of articles – library MetaTrader 5

Developing a multi-currency Expert Advisor — source codes from a series of articles - library for MetaTrader 5
This series of articles is in the process of being written. As we move forward, source codes from new articles will be added to this library. It is recommended to review the code in the order of publication of articles in order to better monitor the development and changes made. At this stage, the general … Read more

Figurelli Series Indicator – indicator MetaTrader 4

Figurelli Series Indicator - indicator for MetaTrader 4
Calculates multiple moving averages trend, looking for divergence, start of reversal and strong trends. Default configuration: 36 moving averages series trends compared each other. If indicator value is 36 or -36 indicates a strong rise/fall trend. You can also configure the distance between the moving averages, or interval (default=6). Figurelli Series Indicator – indicator MetaTrader … Read more

TimeSeries – Function Library for Working with Time Series – library MetaTrader 5

TimeSeries - Function Library for Working with Time Series - library for MetaTrader 5
Function Library for Working with Time Series The following equivalents of MQL4 functions are available: iTime, iOpen, iHigh, iLow, iClose, iHighest, iLowest and iBarshift. Short invocation version is available for all functions (with the current chart’s symbol and period). iHighest and iLowest are available in 2 versions: “from bar X to bar Y” and “from … Read more