Multicurrency OnTick (string symbol) event handler – EA MetaTrader 5

Multicurrency OnTick (string symbol) event handler - expert for MetaTrader 5
This is the new implementation of full-featured multi-currency mode in MetaTrader 5. It’s implemented in extended OnTick(string symbol) function.  Benefits: It provides the real multi-currency mode on demo and real accounts. It has simple settings. The events list for OnTick(string symbol): can be configured: NewTick and/or NewBar. The list of symbols can be configured (all … Read more

String – Library of functions for working with strings – library MetaTrader 5

String - Library of functions for working with strings - library for MetaTrader 5
Library of functions for working with strings. The following functions are available: StringToArray (3 overloads): extracting of the same type elements from the string into an array of a necessary type (the StringSplit analog); StringToPeriod and PeriodToString: conversion of time frame names in tabulation at ENUM_TIMEFRAMES and back. The library will refill as often as required. Title: … Read more

String Manipulation Functions – library MetaTrader 5

String Manipulation Functions - library for MetaTrader 5
A collection of useful string manipulation functions Function Description StringAppendIfMissing() Appends the suffix to the end of the string if the string does not already end with the suffix. StringCharAt() Returns the character at the specified index in a string. StringCharCodeAt() Returns a short integer between 0 and 65535 representing the UTF-16 code unit at … Read more