Strings
Strings are a data type that represents sequences of characters. They are used to store and manipulate text data, such as trading pair names, log messages, or any other textual information required in your trading algorithm. Strings in HaasScript are similar to those in many other programming languages.