Technical queries about trading strategy set up

Created at 16 Sep 2019, 10:48
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!
PA

pacault.romain

Joined 13.08.2019

Technical queries about trading strategy set up
16 Sep 2019, 10:48


Hi ,

 

  • From the PLC part (CAlgo) of the CTrader graphical interface, is it possible to create projects with several "classes"? I only see one for each algo.

 

  • Where are the controllers running, locally or on your servers?

 

  • If we decided to do the algos in Java, what solutions for the deployment? Do you have a cloud offering hosting Java, or would we have to go through an AWS platform?

 

Thanks a lot for your help and feedback


@pacault.romain
Replies

PanagiotisCharalampous
16 Sep 2019, 10:59

Hi pacault.romain,

Thanks for posting in our forum. See below my answers to your questions

From the PLC part (CAlgo) of the CTrader graphical interface, is it possible to create projects with several "classes"? I only see one for each algo

Yes, if you edit the cBot in Visual Studio then you will have access to the project and you will be able to add more classes.

 Where are the controllers running, locally or on your servers?

If with the terms controllers you mean cBots, then they run locally.

 If we decided to do the algos in Java, what solutions for the deployment? Do you have a cloud offering hosting Java, or would we have to go through an AWS platform?

You cannot use Java in cTrader Automate. If you want to use Java, you can consider using our Open API.

Best Regards,

Panagiotis 


@PanagiotisCharalampous

pacault.romain
16 Sep 2019, 11:16

Thanks a lot ! 


@pacault.romain

pacault.romain
16 Sep 2019, 13:23

RE:

Panagiotis Charalampous said:

Hi pacault.romain,

Thanks for posting in our forum. See below my answers to your questions

From the PLC part (CAlgo) of the CTrader graphical interface, is it possible to create projects with several "classes"? I only see one for each algo

Yes, if you edit the cBot in Visual Studio then you will have access to the project and you will be able to add more classes.

 Where are the controllers running, locally or on your servers?

If with the terms controllers you mean cBots, then they run locally.

 If we decided to do the algos in Java, what solutions for the deployment? Do you have a cloud offering hosting Java, or would we have to go through an AWS platform?

You cannot use Java in cTrader Automate. If you want to use Java, you can consider using our Open API.

Best Regards,

Panagiotis 

Since the controllers run locally , how is it possible to make running automate 24/24 ? what could it be solution ?

(if i turn off my computer, the automate & algos stop to run i guess)

Regards

R


@pacault.romain