How do I install app with PowerShell

App Installer works just fine most of the time but in rare cases, it cannot complete the app installation. PowerShell may be helpful then.

  1. Open an elevated Windows PowerShell (Start -> right-click PowerShell -> Run as administrator)
  2. Type in the command below and run it:
    add-appxpackage https://tvd-packages.tradingview.com/stable/latest/win32/TradingView.msix
  3. If there are no errors in the console, then open the Start menu and look for TradingView application - it should be there