Step 1: Download the TradingView Installer
Visit the official TradingView desktop download page:
Click to download the TradingView.msix installation file.
Save it to your default Downloads folder unless prompted otherwise.
Step 2: Download Microsoft.VCLibs Dependency
TradingView requires a Visual C++ runtime package to run.
Download the required file from Microsoft’s official link:
This will download Microsoft.VCLibs.x64.14.00.Desktop.appx, which is a necessary runtime dependency.
Step 3: Locate the Downloaded Files
Both files—TradingView.msix and Microsoft.VCLibs.x64.14.00.Desktop.appx—should now be located in the default downloads folder:
C:\Users\Administrator\Downloads
Step 4: Open PowerShell in Administrator Mode
To install these packages manually:
Right-click on the Start button.
Select Windows Terminal (Admin) or PowerShell (Admin) to open a command window with administrator privileges.
Step 5: Install the Microsoft.VCLibs Dependency
In the PowerShell window, paste the following command to install the VCLibs package:
Add-AppxPackage -Path C:\Users\Administrator\Downloads\Microsoft.VCLibs.x64.14.00.Desktop.appx
Press Enter and wait for the installation to complete.
Step 6: Install the TradingView Application
Now install the TradingView desktop app by entering the following command:
Add-AppxPackage -Path C:\Users\Administrator\Downloads\TradingView.msix
Press Enter and allow the installation to finish.
Step 7: Verify the Installation
Once both packages are installed:
Click the Start menu.
Look for TradingView in your application list.
Launch the app to confirm it opens correctly.