Topics
Replies

firemyst
08 Jul 2024, 00:29

Is there a way to prevent that?

Have two different machines where you run your bots. Keep one running the “old” code, and use the other machine as your development machine where you can compile, run, rerun, and do whatever with newer versions of the code.

Or if you're using the cloud option, make sure to turn off the syncing. 


@firemyst

firemyst
07 Jul 2024, 12:56 ( Updated at: 07 Jul 2024, 16:00 )

Have you tried looking at the code to any indicators that are already available?

https://ctrader.com/algos/search/indicators?query=linear+regression+channel

 

 


@firemyst

firemyst
07 Jul 2024, 12:52 ( Updated at: 07 Jul 2024, 16:00 )

 

Out of curiosity, why do you want to know whether a bot is running from the CLI or GUI??

 

 


@firemyst

firemyst
07 Jul 2024, 12:50 ( Updated at: 07 Jul 2024, 16:00 )

Your request would get more traction if you post requests like these in the correct forum:

https://ctrader.com/forum/suggestions

This is a support forum, and Spotware won't come here looking for suggestions to improve their product.


@firemyst

firemyst
07 Jul 2024, 12:49 ( Updated at: 07 Jul 2024, 16:00 )

Your request would get more traction if you post it in the correct forum:

 

https://ctrader.com/forum/suggestions

 

This is a support forum – Spotware isn't coming here to look for suggestions.


@firemyst

firemyst
05 Jul 2024, 11:28

RE: RE: RE: RE: RE: How to delete cBot & Indicator files from cloud.??

TWiLiGHT_FX said: 

TWiLiGHT_FX said: Doesn't work, if I delete the cBot or Indicator off my system & Synchronize, it retails all cBots & Indicators previously Sync'd on their server..

 

Of course it does. Because when you turn sync back on, it syncs everything. I don't think you get to pick and choose which ones sync and which ones don't. 

However, if you have it on a separate computer (another laptop? VPS?) it will only sync what's on that computer. What I do is on VPS I only have the bot I want synced in the cloud; on my local laptop, I run bots I don't want synced in the cloud, and have disabled syncing on my local laptop; syncing is enabled on my VPS. 

 

@PanagiotisCharalampous can you add any clarifications around this?

 


@firemyst

firemyst
05 Jul 2024, 08:03

RE: RE: How to delete cBot & Indicator files from cloud.??

TWiLiGHT_FX said: 

firemyst said: 

I believe you just disable them:

 

This does not delete cBots/Indicators synchronized by mistake.  Can someone at Spotware please let me know how we can remove unwanted cBots & Indicators stored in the cloud please.??  

Sorry I meant delete the cBot, from cTrader itself, wait for everything to sync, then disable the synchronization. 

This means you'll have to reinstall the bot on cTrader after you disable the synchronization when you've deleted everything. 


@firemyst

firemyst
05 Jul 2024, 07:02 ( Updated at: 05 Jul 2024, 08:04 )

I believe you just disable them after deleting them from cTrader. Make sure you have a backup copy. Delete from cTrader like normal when synchronization is ON. When bots are synced and deleted, then disable synchronization:


@firemyst

firemyst
05 Jul 2024, 06:48

I believe you just disable them:


@firemyst

firemyst
05 Jul 2024, 00:42 ( Updated at: 05 Jul 2024, 04:49 )

Have you tried Google or looking?

https://ctrader.com/algos/cbots

 


@firemyst

firemyst
05 Jul 2024, 00:28 ( Updated at: 05 Jul 2024, 04:49 )

Have you tried looking for one?

You can start with either Google or going to the menu at the top of the forums, clicking on “Algorithms”, selecting Indicators, and doing a search. Same with bots.

 

If you can't find one, then you'll have to code one. However, cTrader doesn't give you the ability to have multiple SLs on the same position. Instead, in your code you'll have to draw lines on the chart where the SL is (to see it visually) and in your code have it reduce the volume of the position (or close it all together) when price reaches/passes your SL line.

 

The other thing you should do is look through the Suggestions forum:

https://ctrader.com/forum/suggestions

for other users who have already posted the desired feature and vote for it.

 


@firemyst

firemyst
04 Jul 2024, 03:08 ( Updated at: 04 Jul 2024, 06:39 )

I also don't like now how all the “Start buttons” for bots are the same color, so you can no longer tell if you're starting a bot for demo or live account based on its color (previously demo accounts had blue buttons and live accounts had green buttons). To compound that, a user can no longer go by the account shown in the top right, but has to look at every account next to every instance they want to start. 

Each bot instance listed now also takes up twice as much height as before, so as you say when you have a lot of bot instances there, it's double the amount of scrolling and such users have to go through now with little additional information.

I would be totally happy if they just rolled back to the latest 4.8 version – at least that would fix the bugs that have been introduced since version 5 and still affecting core functionality.

 

EDIT: I don't know if I add any weight since I have no relation to Spotware other than being a vocal user in these forums :-)

 


@firemyst

firemyst
02 Jul 2024, 02:17 ( Updated at: 02 Jul 2024, 05:27 )

Manually, you change the amount you have:

 

Programmatically, you can follow the example on this page:

https://clickalgo.com/ctrader-market-orders

 


@firemyst

firemyst
28 Jun 2024, 07:07 ( Updated at: 28 Jun 2024, 07:16 )

Have you reviewed and tried the example Spotware provided?

 

https://help.ctrader.com/ctrader-algo/guides/network-access/#how-to-use-network-access

 

If so, what happened?


@firemyst

firemyst
26 Jun 2024, 08:53 ( Updated at: 26 Jun 2024, 09:10 )

RE: RE: RE: RenkoAshi cBot trouble

PanagiotisCharalampous said: 

firemyst said: 

PanagiotisCharalampous said: 

Hi there,

The freeze issue is under investigation. Regarding the SL issue, this usually happens when you are trying to set invalid stop losses i.e. inside the spread or with an invalid price. If you can provide steps to reproduce the problem with valid stop loss prices we are happy to have a look.

Best regards,

Panagiotis

Has Spotware been able to reproduce the freeze issue?

Hi firemyst,

Please stop spamming the entire forum with this issue and keep the conversation in one place. The OP does not mention your issue.

Best regards,

Panagiotis

 

Sorry. My issue is the “Freeze” issue, which the OP in this thread clearly mentioned in their original post (bold italiacs are mine) :

"cBots that run on "Ontick" or "Renko Chart" frequently freeze because the number of bars exceeds the memory."

 

Also, I didn't see an answer to the question if Spotware has been able to reproduce the freezing yet that's been reported?

 

Thank you.

 


@firemyst

firemyst
26 Jun 2024, 07:46 ( Updated at: 26 Jun 2024, 08:27 )

RE: RenkoAshi cBot trouble

PanagiotisCharalampous said: 

Hi there,

The freeze issue is under investigation. Regarding the SL issue, this usually happens when you are trying to set invalid stop losses i.e. inside the spread or with an invalid price. If you can provide steps to reproduce the problem with valid stop loss prices we are happy to have a look.

Best regards,

Panagiotis

Has Spotware been able to reproduce the freeze issue?


@firemyst

firemyst
26 Jun 2024, 07:44 ( Updated at: 26 Jun 2024, 11:44 )

If you actually post this request in the correct forum, they may actually look at it and decide to implement it.

If you want something, post it in Suggestions:

https://ctrader.com/forum/suggestions

Otherwise, it'll probably be ignored here because this forum is for help/technical support.


@firemyst

firemyst
26 Jun 2024, 07:42 ( Updated at: 26 Jun 2024, 07:52 )

Please post this in the Suggestions forum:

https://ctrader.com/forum/suggestions

 

Your post here probably won't be acted upon by Spotware as this forum is for help and/or support, not suggestions.


@firemyst

firemyst
26 Jun 2024, 07:41 ( Updated at: 26 Jun 2024, 07:51 )

You need to post these requests in the suggestion forum:

https://ctrader.com/forum/suggestions

Your suggestions will not be acted upon here by Spotware.


@firemyst

firemyst
26 Jun 2024, 07:39 ( Updated at: 26 Jun 2024, 08:05 )

This issue with freezing while back testing has been reported by others. 

There's also separate threads of the new cTrader ‘freezing’ just running cBots.

It was raised the end of May (nearly a month ago as of this post), and Spotware has yet to resolve the problem. 

Other threads:

https://ctrader.com/forum/ctrader-algo/44014

https://ctrader.com/forum/ctrader-algo/44016

https://ctrader.com/forum/ctrader-support/43974

https://ctrader.com/forum/ctrader-algo/44215

 


@firemyst