Install for Visual Studio

How to install Visual Studio and FundX Algo extension, and create your own indicators and strategies

Visual Studio — is an integrated development environment (IDE) from Microsoft, which includes a code editor with IntelliSense, debugger, supporting source control systems, and many other professional features. The currently supported Visual Studio versions are 2022 and 2019.

You can download Visual Studio from an official website. It requires about 10 minutes to install and 2.5 Gb of free space on your hard drive.

Download the web installer and run it. After initialization, you will be prompted to select the required components. For using with FundX Algo extension we need only the "NET desktop development" workload. You can uncheck optional components also, to reduce installation size:

Minimal required installation

Continue installation and in a few minutes, after downloading and applying required packages, Visual Studio will start automatically:

Default view of Visual Studio 2019

Now we need to install FundX Algo extension from Visual Studio Marketplace. Use "Tools -> Extension and Updates..." main menu item to open Extensions Manager. Type "FundX" into the search box of Online tab and you will find a required extension:

Extensions and Updates window

Click "Download". Visual Studio will ask you for restarting to finish the extension installation process.

To check whether FundX Algo is installed successfully click "File -> New -> Project" menu item, type "Indicator" and you will see a special project type for the blank indicator:

New project window

Now everything is ready to create your first indicator.

Last updated