PanagiotisCharalampous's avatar
PanagiotisCharalampous
26 follower(s) 0 following 1006 subscription(s)
Replies

PanagiotisCharalampous
20 Apr 2021, 15:38

Hi Yuval,

Try setting the properties below to true

            _watcher.IncludeSubdirectories = true;
            _watcher.EnableRaisingEvents = true;

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
20 Apr 2021, 15:38

Hi Yuval,

Try setting the properties below to true

            _watcher.IncludeSubdirectories = true;
            _watcher.EnableRaisingEvents = true;

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
20 Apr 2021, 14:26

Hi yomm0401,

Check this discussion regarding margin calculation.

Best Regards,

Panagiotis 

Join us on Telegram 

 


@PanagiotisCharalampous

PanagiotisCharalampous
20 Apr 2021, 12:44

Hi JerryTrader,

Can you please provide us with some code to reproduce this behavior?

Best Regards,

Panagiotis 

Join us on Telegram 

 


@PanagiotisCharalampous

PanagiotisCharalampous
20 Apr 2021, 11:15

Hi ctid2032775,

Any loop will generate a high CPU demand, that is the purpose of the CPU anyway, to do things as fast as possible.

Could you reproduce the freezing of the frontend?

Yes but this is expected, since cBots are executed on the same thread as the main UI. We will change this in future versions, allowing resource intensive Automate code to be executed on separate threads, thus not blocking the UI.

Is this a "normal" behavior and needs to be prohibited by the cBot functionality (e. g. reducing the number of logged information or regularly deleting the log)?

The responsibility for efficient programming lies on the developer. If your code, consumes a lot of resources and causes the hosting application to be unresponsive, then you need to optimize your code.

If yes - is there a way to realize a "rolling" log (i. e. deleting "older" messages when the size of the log exceeds a certain amount of text)?

If I am not mistaken, there is a limit to how many messages can be printed inside cTrader.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
20 Apr 2021, 08:21

Hi ctid2032775,

I am not sure what do you expect to happen or what do you mean by "primitive" functionality. It is one million instructions that need to be executed and the result stored in memory and logged in a file. I would expect some load on the computer.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
20 Apr 2021, 08:14

Hi Phil,

You can real all about investing in strategies here. Let me know if you still have any questions.

Best Regards,

Panagiotis 

Join us on Telegram 

 

 


@PanagiotisCharalampous

PanagiotisCharalampous
19 Apr 2021, 12:33

Hi christoph.keller,

To investigate this further, we will need to have the cBot code and optimization parameters. Can you provide them for us?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
19 Apr 2021, 11:27 ( Updated at: 19 Apr 2021, 11:28 )

Hi meonzoom2804,

If you have a Spotware cTrader Beta account, send us an email at community@spotware.com using your cTrader ID email and we will delete the account for you.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
19 Apr 2021, 10:24

Hi c3techcz,

Can you try disabling the deal map as well?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
19 Apr 2021, 10:15

Hi newrick1962,

The top toolbar cannot be moved.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
19 Apr 2021, 10:10

Hi ctid2032775,

Can you share your cBot code? We will need it to investigate further.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
19 Apr 2021, 09:00

Hi AFMT11,

From which country are you trying to download and install cTrader?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
19 Apr 2021, 08:52

Hi arturbrylka,

You can check the cBot's RunningMode.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
19 Apr 2021, 08:49

Hi meonzoom2804,

You need to reach out to your broker regarding this.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
19 Apr 2021, 08:40

Hi b5670710,

Symbols are offered by the broker. You cannot add them yourself. Please contact your broker regarding this.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
19 Apr 2021, 08:39

Hi Yuval,

You can monitor if a file has changed and then act accordingly. Check FileSystemWatcher.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
19 Apr 2021, 08:33

Hi Martin,

Have a look at this indicator. It contains a lot of the Elliot Wave patterns.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
19 Apr 2021, 08:29

Hi wanjirumaya,

I understood the issue very well. As I wrote above, the pip position is set by the brokers, not by cTrader. Please talk to your brokers.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
19 Apr 2021, 08:23

Hi Sameh,

Unfortunately at the moment I do not have a live account with FxPro to be able to check. Did you try this with different brokers?

I think sharing the bot code won't be useful at this point since we know now the historical prices do differ

Usually this is not the case but you cannot exclude this from happening e.g. a temporary interruption of the feed on one of the two environments can cause a price gap, hence different price feeds. This is something you need to check since you have access to both accounts.

 And do you think any change in code can cancel out the differences when the underlying data is not identical?

No, you cannot expect the cBot to work the same way if the underlying price feed is different.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous