Skip to content

Installation

Ahmad Noman Musleh edited this page Oct 18, 2018 · 9 revisions

NuGet (Recommended)

Open your indicator/cBot with Visual Studio:

Opening cTrader Indicator/cBot with Visual Studio

First of all, change your indicator/cBot ".Net framework" version to 4.5:

Changing cTrader Indicator/cBot .Net Framework Version

Now go to NuGet package manager and search for "cAlgo.API.Alert":

cTrader Indicator/cBot NuGet Package Manager

Click "Install" and wait for it to finish the installation, for installing it from NuGet Package Manager Console use this command:

Install-Package cAlgo.API.Alert

Manually

In case you don't have Visual Studio you can install it on your indicator/cBot manually just by referencing the DLL files, download the DLL files from here:

https://drive.google.com/open?id=1ITAxvnFxJufYW0eCc1H50ULWbSP2T4tc

Or build the DLL files by cloning the project from Github by your self.

Then reference all those DLL files to your cTrader indicator/cBot via cTrader reference manager:

Opening cTrader Indicator Reference Manager

cTrader Indicator/cBot Reference Manager

Clone this wiki locally