Update SystemHelper.cs

Changed uk.tradingview.com  -- >  www.tradingview.com
This commit is contained in:
HojouFotytu 2021-02-12 00:10:40 +09:00 committed by GitHub
parent 0aa36bac86
commit b637a12e6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -536,7 +536,7 @@ namespace Core.Helper
string result = "#";
if (platform.Equals("TradingView"))
{
result = "https://uk.tradingview.com/symbols/" + market.ToUpper() + "/?exchange=" + exchange.ToUpper();
result = "https://www.tradingview.com/symbols/" + market.ToUpper() + "/?exchange=" + exchange.ToUpper();
}
else if (platform.Equals("TradingViewFutures"))
{