Only one Algo type avaliable after upgrade

Created at 08 Feb 2020, 12:56
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!
JA

jasiczekpiotr

Joined 08.02.2020

Only one Algo type avaliable after upgrade
08 Feb 2020, 12:56


Hello, 

Along with the upgade to the the latest version all my cBots stopped working. 

It turned out that compiler returns: "Unable to load assembly: Assembly must contain single algo type"

I do need below 2 algo types:

using cAlgo.API;
using cAlgo.API.Indicators;

How to merge them or how to reference them for ex. from cAlgo.API.Indicators I do need MovingAverage only.

 

--

Greetings

Piotr

 


@jasiczekpiotr
Replies

jasiczekpiotr
09 Feb 2020, 14:53

RE:

jasiczekpiotr said:

Hello, 

Along with the upgade to the the latest version all my cBots stopped working. 

It turned out that compiler returns: "Unable to load assembly: Assembly must contain single algo type"

I do need below 2 algo types:

using cAlgo.API;
using cAlgo.API.Indicators;

How to merge them or how to reference them for ex. from cAlgo.API.Indicators I do need MovingAverage only.

 

--

Greetings

Piotr

 

I figured it out, treat it as closed thread. 

Thank you

PJ


@jasiczekpiotr