Update SystemHelper.cs
Changed uk.tradingview.com -- > www.tradingview.com
This commit is contained in:
parent
0aa36bac86
commit
b637a12e6f
|
@ -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"))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue