Documentation for this feature will be added soon.
Best regards,
Panagiotis
Hi,
I am desperately wanting to use this feature to stop my purchased cbots before close of market and restarting them after few hours to escape the couple of hours when the spread is too high.
Is the API that enables a cbot to start stop other cbots documented in the API documentation. Please let us know so we can start using this feature.
Thanks in advance.
Here is a short example on how to start a cBot
var robot = ChartRobots.Add("Sample Break Even", "", 1,1);
robot.Start();
as shown in the picture, after run some time market replay works stopped and indicators in the chart missing and there is no response for the function buttons below .
Did you send troubleshooting report?
yes ,i did yet.
excactly ,market replay stopped when kick the reverse positong button .
Thank you, we managed to reproduce the issue and we will fix it in an upcoming update
We will fix the cTrader ID issue in an update. However note that internet connectivity is not allowed for cloud cBots, you should consider this in case your licensing system needs this.
Thank you for reporting this issue. Could you pleasesend us some troubleshooting information the next time this happens? Please paste a link to this discussion inside the text box before you submit it.
Best regards,
Panagiotis
Yes I have aready done so and have not had a response for a while so I posted here on the forum.
Did you paste a link to this discussion inside the text box before you submit it?
HI - having this problem as described, have tried the solution of installing the 3 dotnet versions and editing the PATH, didn't help.
Just checking in really in case there are any developments - I really need to be able to run backtests from my Mac.
Thanks all.
Hi there,
This scenario is not supported for cTrader. If you want to use backtesting, at the moment you can do it by using cTrader on Windows.
Best regards,
Panagiotis
thank you - I do understand the Mac version of cTrader doesn't support backtesting. What I'm trying to do is work out why I can't use the Windows version with Parallels to do that.
Thank you for reporting this issue. Could you pleasesend us some troubleshooting information the next time this happens? Please paste a link to this discussion inside the text box before you submit it.
I have an Algo running in the cloud and when using my mobile app for the same account I don't see the Algo icon in the lower bar. App version 5.0.54493
Make sure your algos have been synchronized to the cloud and that you are using a Spotware account. This option is only available for Spotware demo accounts at the moment.
Best regards,
Panagiotis
Ok. Understood. I am using a live account from FP markets. So it won’t work for this account. What a pity.
Hi there,
If you use a Spotware on the application you will see the Algo option. Then when you start the cBot, you will be able to select which account the cBot needs to run on.
It looks like an issue. Could you pleasesend us some troubleshooting information ? Please paste a link to this discussion inside the text box before you submit it.
Thank you for reporting this issue. Could you pleasesend us some troubleshooting information the next time this happens? Please paste a link to this discussion inside the text box before you submit it.
If you can also record a video demonstrating this issue, it would be helpful
Best regards,
Panagiotis
I'm also having this issue. Indicators initially get displayed, then after a few minutes the disappear. As you can see in the screenshot, there is meant to be an EMA and Stochastic, but neither are displayed. Only started happening with 5.0.21
Hi there,
Please follow my suggestion above and provide us with more information.
I have an Algo running in the cloud and when using my mobile app for the same account I don't see the Algo icon in the lower bar. App version 5.0.54493
Make sure your algos have been synchronized to the cloud and that you are using a Spotware account. This option is only available for Spotware demo accounts at the moment.
PanagiotisCharalampous
22 May 2024, 10:25
RE: RE: allow Algos to start cBots
driftingprogrammer said:
Here is a short example on how to start a cBot
Best regards,
Panagiotis
@PanagiotisCharalampous