change TV link to UK

This commit is contained in:
HojouFotytu 2021-02-18 18:19:42 +09:00
parent c2718c7dbd
commit 925e2a4926
1 changed files with 2 additions and 2 deletions

View File

@ -538,11 +538,11 @@ namespace Core.Helper
{
if (exchange.Equals("binancefutures", StringComparison.InvariantCultureIgnoreCase))
{
result = "https://www.tradingview.com/chart/?symbol=BINANCE:" + market.ToUpper() + "PERP";
result = "https://uk.tradingview.com/chart/?symbol=BINANCE:" + market.ToUpper() + "PERP";
}
else
{
result = "https://www.tradingview.com/?symbol=" + exchange.ToUpper() + ":" + market.ToUpper();
result = "https://uk.tradingview.com/?symbol=" + exchange.ToUpper() + ":" + market.ToUpper();
}
}
else