How to generate .dll of cAlgo bot

Created at 20 Mar 2015, 00:46
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
CP

cprcrack

Joined 15.02.2015

How to generate .dll of cAlgo bot
20 Mar 2015, 00:46


How can I generate a .dll output library for one cAlgo bot? I need a .dll I can reuse, not a .algo. For some reason a .dll was generated in my bot folder \MACDBot\bin\Debug, but now is not generated anymore for any of my bots.


@cprcrack
Replies

Spotware
27 Mar 2015, 17:07

If you want to reuse some code, it is better to create a class library and reference it in your cBots. You can create a class library using Visual Studio or SharpDevelop.


@Spotware