Replies

PanagiotisCharalampous
08 Feb 2021, 08:23

Hi rbrt.gorski,

There are some commercial tools like Manual Strategy Tester that would allow you to do this.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
08 Feb 2021, 08:15

Hi hein.esterhuyse,

Open API 2.0 does not offer such methods. You should develop them yourself.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
08 Feb 2021, 08:13

Hi notzen.

The cloud is defined by Senkou Span A and Senkou Span B. Therefore you can check the Tenkan Sen and Kijun Sen in relation to these two values. Also you need to take into consideration the shift in the cloud which is defined by the Kijun Sen periods. For example, to check if Tenkan Sen is within the cloud, you should use the following code

            if (_ikh.TenkanSen.LastValue < _ikh.SenkouSpanA.Last(KijunSenPeriods) && _ikh.TenkanSen.LastValue > _ikh.SenkouSpanB.Last(KijunSenPeriods) ||
                _ikh.TenkanSen.LastValue > _ikh.SenkouSpanA.Last(KijunSenPeriods) && _ikh.TenkanSen.LastValue < _ikh.SenkouSpanB.Last(KijunSenPeriods))

The same logic should apply for the rest of the checks as well

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
05 Feb 2021, 12:44

Hi Will, 

In principle, yes this is possible. You just need to build an efficient way to communicate between the cBots, like files, pipes etc. It all depends on your requirements and implementation.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
05 Feb 2021, 12:42

Hi fcb.epos,

You should use the Suggestions section to post your suggestions.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
05 Feb 2021, 12:42

Hi fcb.epos,

You should use the Suggestions section to post your suggestions.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
05 Feb 2021, 12:41

Hi fcb.epos,

You should use the Suggestions section to post your suggestions.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
05 Feb 2021, 09:12

Hi EagleMoxy,

Emails seem to be sent fine, I receive them. Check your spam folder too.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
05 Feb 2021, 09:11

Hi EagleMoxy,

You should be using the Suggestions section to post suggestions.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
05 Feb 2021, 09:07

Hi zaffs35,

Symbols are added by brokers. You need to talk to your broker.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
05 Feb 2021, 09:05

Hi deon.jackson101.

The value in the active symbol panel represents the gross profit while the value on the chart represents the net profit. It's a known issue and will be fixed.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
05 Feb 2021, 08:54

Hi horpheo,

Can you make sure that access to this folder is permitted and there is nothing blocking access to this file? Did you try restarting your computer?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
05 Feb 2021, 08:48

Hi acrigney,

We do not have a list available for publishing at the moment.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
04 Feb 2021, 15:16

Hi Berrie,

I will let you know if we find a solution to this.

Best Regards,

Panagiotis 

Join us on Telegram 


@PanagiotisCharalampous

PanagiotisCharalampous
04 Feb 2021, 14:07

Hi Berrie,

It does not seem related. I will forward the information to the product team, in case they can identify what is the problem.

Best Regards,

Panagiotis 

Join us on Telegram 


@PanagiotisCharalampous

PanagiotisCharalampous
04 Feb 2021, 10:51

Hi Lars,

As per our discussions on the Telegram group, it seems you have been following the wrong strategy.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
04 Feb 2021, 10:22

Hi claye.weight,

There is no hard deadline for this. Whenever the new version is considered stable and ready for release to production environments.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
04 Feb 2021, 10:18

Hi nh.zadeh,

There is no option to pause a cBot from the code at the moment.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
04 Feb 2021, 10:15

Hi chernish2,

This information is not available via cTrader Automate API.

Best Regards,

Panagiotis 

Join us on Telegram 


@PanagiotisCharalampous

PanagiotisCharalampous
04 Feb 2021, 08:46

Dear Marko,

Pepperstone accounts can only be deleted by Pepperstone. They can do this through their backend system.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous