-
Notifications
You must be signed in to change notification settings - Fork 6
Installation
Changing Indicator/cBot Access Rights
To be able to access external libraries via your cTrader indicator/cBot you must set the access right to full access:
[Robot(TimeZone = TimeZones.UTC, AccessRights = AccessRights.FullAccess)]
public class AlertTester : RobotNuGet (Recommended)
Open your indicator/cBot with Visual Studio:
First of all, change your indicator/cBot ".Net framework" version to 4.5:
Now go to NuGet package manager and search for "cAlgo.API.Alert":
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
Installing via NuGet is recommended as you will be able to easily update/remove the installed package.
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=1EseTejYN9K7j-yncGCKI62AVsNtLGdS9
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:




