Load Assembly Error

Created at 05 Sep 2017, 13:44
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!
CT

ctid362975

Joined 31.08.2017

Load Assembly Error
05 Sep 2017, 13:44


Hi Guys,

I have the following error on cAlgo in the Build report:

Unable to load assembly : Unsopported parameter type int64

But within visual Studio it build without error 

I believe a int64 is a type of long.

 

Thanks,

Harry


@ctid362975
Replies

Spotware
05 Sep 2017, 15:22

Dear Trader,

Thanks for your post. cBots currently do not support parameters of type long. This will be added in a future release of cAlgo. Please use int.

Best Regards,

cTrader Team


@Spotware

ctid362975
05 Sep 2017, 15:32

RE:

Spotware said:

Dear Trader,

Thanks for your post. cBots currently do not support parameters of type long. This will be added in a future release of cAlgo. Please use int.

Best Regards,

c

Convert.ToInt64()

Thanks

Trader Team


@ctid362975