Load Assembly Error
Created at 05 Sep 2017, 13:44
CT
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
Replies
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() ThanksTrader Team
@ctid362975
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