install nuget package withoug visual studio
Created at 28 Aug 2021, 15:18
install nuget package withoug visual studio
28 Aug 2021, 15:18
i try to use this project.i try to install nuget with vs code. i open the indicator folder that contains sln file and try to install nuget with terminal.but nothing happend. is there any way to install nuget with vscode or ctrader automate to install nuget packages.
in ctrader we could add dll file. is it possible to have this dll ?
i need macd alert indicator.
i think if upload an indicator sample with this nuget package would be great because every one could change that soources without visual studio.
cTrader Automate
@IRCtrader
amusleh
30 Aug 2021, 08:51
Hi,
You can download the DLL files from Github releases: Release 2.2.2 · afhacker/ctrader-alert_popup (github.com)
The release.zip file contains all DLL files.
I strongly recommend you to use Visual Studio for developing indicators/cBots, that's the best IDE for developing .NET on Windows.
In case you are using .NET on a Linux then use VS Code.
For VS Code you can use the Nuget Package Manager GUI extension: Nuget Package Manager GUI - Visual Studio Marketplace
@amusleh