Fixed TradingView links

This commit is contained in:
djbadders 2021-02-28 14:47:23 +00:00
parent 7d91a6e018
commit 1080f37377
1 changed files with 1 additions and 1 deletions

View File

@ -542,7 +542,7 @@ namespace Core.Helper
} }
else else
{ {
result = "https://uk.tradingview.com/?symbol=" + exchange.ToUpper() + ":" + market.ToUpper(); result = "https://uk.tradingview.com/chart/?symbol=" + exchange.ToUpper() + ":" + market.ToUpper();
} }
} }
else else