Hi

I'm planning to backtest on Tether from bitfinex, which the data library doc has its symbol as "USTUSD". Yet I received the following error:

During the algorithm initialization, the following exception has occurred: ArgumentException : Symbol can't be found in the Symbol Properties Database: USTUSD at QuantConnect.Securities.SecurityService.CreateSecurity(Symbol symbol, List`1 subscriptionDataConfigList, Decimal leverage, Boolean addToSymbolCache) in /LeanCloud/CI.Builder/bin/Debug/src/QuantConnect/Lean/Common/Securities/SecurityService.cs:line 81 at QuantConnect.Securities.SecurityManager.CreateSecurity(Symbol symbol, List`1 subscriptionDataConfigList, Decimal leverage, Boolean addToSymbolCache) in /LeanCloud/CI.Builder/bin/Debug/src/QuantConnect/Lean/Common/Securities/SecurityManager.cs:line 302 at QuantConnect.Algorithm.QCAlgorithm.AddSecurity[T](SecurityType securityType, String ticker, Nullable`1 resolution, String market, Boolean fillDataForward, Decimal leverage, Boolean extendedMarketHours) in /LeanCloud/CI.Builder/bin/Debug/src/QuantConnect/Lean/Algorithm/QCAlgorithm.cs:line 2266 at QuantConnect.Algorithm.QCAlgorithm.AddCrypto(String ticker, Nullable`1 resolution, String market, Boolean fillDataForward, Decimal leverage) in /LeanCloud/CI.Builder/bin/Debug/src/QuantConnect/Lean/Algorithm/QCAlgorithm.cs:line 1849 at self.symbols = [self.AddCrypto(X in main.py:line 56 ArgumentException : Symbol can't be found in the Symbol Properties Database: USTUSD at QuantConnect.Securities.SecurityService.CreateSecurity(Symbol symbol, List`1 subscriptionDataConfigList, Decimal leverage, Boolean addToSymbolCache) in /LeanCloud/CI.Builder/bin/Debug/src/QuantConnect/Lean/Common/Securities/SecurityService.cs:line 81 at QuantConnect.Securities.SecurityManager.CreateSecurity(Symbol symbol, List`1 subscriptionDataConfigList, Decimal leverage, Boolean addToSymbolCache) in /LeanCloud/CI.Builder/bin/Debug/src/QuantConnect/Lean/Common/Securities/SecurityManager.cs:line 302 at QuantConnect.Algorithm.QCAlgorithm.AddSecurity[T](SecurityType securityType, String ticker, Nullable`1 resolution, String market, Boolean fillDataForward, Decimal leverage, Boolean extendedMarketHours) in /LeanCloud/CI.Builder/bin/Debug/src/QuantConnect/Lean/Algorithm/QCAlgorithm.cs:line 2266 at QuantConnect.Algorithm.QCAlgorithm.AddCrypto(String ticker, Nullable`1 resolution, String market, Boolean fillDataForward, Decimal leverage) in /LeanCloud/CI.Builder/bin/Debug/src/QuantConnect/Lean/Algorithm/QCAlgorithm.cs:line 1849

Please help. Thanks

Cheers
Louis