A data type representing a sequence of characters (text). In forex coding, strings hold symbol names (like "EURUSD"
), comments for orders, or log messages. For example, C# uses string
, while MQL uses string
type. String operations (concatenation, substring) are used when forming labels or parsing data.