Replies

anthonyirwin82
09 Aug 2022, 14:15 ( Updated at: 09 Aug 2022, 14:17 )

RE:

amusleh said:

Hi,

We are working on a cross platform console app that will allow you to run cBots on both Linux and Mac.

Regarding other Automate features like custom indicators you can only use them on a cTrader desktop which will not be available for Mac or Linux because it uses WPF.

 

For the WPF stuff you should check out 

 

It is a cross-platform toolkit that is heavily based on wpf and works on windows, macos and linux.

Also is there any known time frame on being able to run cbots in console as I would love to run on linux vps.

Regards,

Anthony


@anthonyirwin82

anthonyirwin82
28 Oct 2017, 06:47

with the release of .net core 2.0 which supports windows/linux/macos it shouldn't be difficult to port to .net and run your stuff anywhere. Just ditch the graphical gui and make it a web based interface for loading the cbots


@anthonyirwin82

anthonyirwin82
28 Oct 2017, 06:45

yes and to be able to deploy and run on linux servers.


@anthonyirwin82

anthonyirwin82
05 Jan 2017, 15:38

Found Solution To Problem

Hi,

After doing some experimentation I found that the issue was not the custom class library but using the enumeration as a parameter for the robot.

I think this really sucks as I have to use an integer instead and cast that back the enumeration in the OnStart() method. It means that the robot interface for starting the robot has a meaningless number that has to be entered instead of a descriptive word.

I used Enums in MT4 fine and find it rather sad that they are not working in cAlgo which is supposed to be a more advanced system due to using C# programming language.

Anyway thought I would let everyone know what the problem was.

Thanks,

Anthony


@anthonyirwin82