Fix market symbol split regexp.
Currently code fails with asset names containing numbers like `BTS:BTSBOTS.S1`. In the ASCII table, between '/' and ':' there is all the digits... ``` _get_assets_from_string(`BTS:BTSBOTS.S1`) = ['BTS', 'BTSBOTS.S', ''] ```
Loading
Please sign in to comment