🔍Regex
A regex, or regular expression, is a sequence of characters that defines a search pattern. It is used for pattern matching within strings, allowing you to find specific text based on defined rules.
To learn how regex works take a look at this site regexone.com or if you are already familiar you can also check this online utility: regex101.com (make sure to select Java on the left side)
Copier filter
The copier filter can be used to allow only specific trades based on the comment or magic number. Here are some examples:
Remarks
Regex is case sensitive
If you have multiple filters, they will be handled with the OR operator
Symbol mapping
Here are some examples regarding the symbol mapping and broker selection:
Remarks
Regex is case sensitive
Permitted symbols
Here are some examples regarding the permitted symbols feature:
Remarks
Regex is case insensitive
Last updated