Replies

PanagiotisCharalampous
23 Nov 2020, 09:00

Hi capezanrares,

You first need to define what do you mean with speed. Can you provide us with an example of what result would you expect to see?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
20 Nov 2020, 15:33

Hi notzen,

We have not done any changes regarding this yet. I would advise you to test the server before committing to it.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
20 Nov 2020, 09:52

Hi samuel.jus.cornelio,

I am not sure what do you need exactly. If you need the if statement, then it would look something like

if (sign.LastValue(1) > Symbol.Bid)
.
.
.
.
.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
20 Nov 2020, 09:49

Hi Jakub,

No we do not because the backtesting process is not a problem that can benefit by GPU acceleration. If your cBot code can benefit from GPU acceleration then you need to enable your code to execute on GPU.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
20 Nov 2020, 09:44

Hi there,

There is no easy way to do this. You need to either track the changes in DownFractal/UpFractal and figure out which one was the last to change or write your own custom indicator.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
19 Nov 2020, 15:52 ( Updated at: 21 Dec 2023, 09:22 )

Hi equantfx,

You can disable both from settings

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
19 Nov 2020, 13:59

Hi mywebsidekicks,

As per the error 

The project file "C:\Users\irmsc\pp\FIX API Library\FIX API Library.csproj" was not found.

Can you confirm that file is there and it is not locked by any other process e.g. antivirus or something else?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
19 Nov 2020, 13:56

Hi SmartArtsStudio,

See here.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
19 Nov 2020, 13:53

Hi pac.ros,

You should contact Multicharts regarding this issue.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
18 Nov 2020, 15:21

Hi Nobody,

I guess that the problem is here

If you notice the series have only 96 bars but your are looking for a 420 moving average. You should make sure that you have at least as much bars as the moving average period else load more using LoadMoreHistory() method. Let me know if this resolves the problem.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
18 Nov 2020, 14:26

Hi notzen,

Just click on the time counter and drag it to the left.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
18 Nov 2020, 12:09

Hi Nobody,

Can you provide a simpler cBot code without dependencies that we can use to reproduce this behavior?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
18 Nov 2020, 11:15

Hi mohzisss,

Check here on how to remove funds from your copy trading account.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
18 Nov 2020, 11:09 ( Updated at: 21 Dec 2023, 09:22 )

Hi ideawebsiteir,

Just go to History > Statement and export to Excel or HTML

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
18 Nov 2020, 10:07

Hi alex_mihail,

We have investigated this and we could not reproduce this error. Could you please provide more information on how to reproduce this problem? When does this happen? Are there any specific steps?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
18 Nov 2020, 08:21

Hi hgrams,

Your broker can change the cTrader ID to which an account is linked, as well as delete a cTrader ID from their back end systems. If they don't know how to do it, they should contact our support.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
18 Nov 2020, 08:16

Hi Ashot,

Thanks for your suggestions. The next update of cTrader will feature some improvements regarding this aspect. Stay tuned!

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
18 Nov 2020, 08:07

Hi trdrn,

You cannot have two subaccounts following the same strategy under the same account. To achieve this, you will need to create a new account and start following the strategy from that account as well.

Best Regards,

Panagiotis 

Join us on Telegram  


@PanagiotisCharalampous

PanagiotisCharalampous
17 Nov 2020, 15:09

Hi tperalta82,

This happens due to equity to equity calculation of the positions. If the follower's account has a smaller balance that the strategy provider, then the initial position volume is rounded up. Hence when strategy modified, the equity to equity volume does not change. Try following the strategy with the same balance as the strategy provider and you will realize that it works fine.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
17 Nov 2020, 15:03

Hi tperalta82,

Thanks, please leave it there and I will check.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous